docs: apply fleet-template (16-artifact scaffold)

Adds missing standard artifacts:
- README.md (if missing)
- AGENTS.md (AI agent contract)
- PLAN.md (current sprint)
- STATUS.md (where we are)
- DEVELOPMENT.md (dev workflow)
- DEPLOYMENT.md (deploy procedure)
- TESTING.md (test strategy)
- DECISIONS.md (ADR index + templates)
- .github/CODEOWNERS
- .github/workflows/ci.yml

Preserves all existing artifacts.

Refs: RugMunchMedia/fleet-template
This commit is contained in:
Crypto Rug Munch 2026-07-02 02:07:13 +07:00
commit 47ba268131
310 changed files with 38429 additions and 0 deletions

36
pulsemcp.json Normal file
View file

@ -0,0 +1,36 @@
{
"$schema": "https://pulsemcp.com/schema.json",
"name": "pry",
"display_name": "Pry — Web Scraping & Browser Automation",
"description": "Scrape, crawl, extract, and automate any website. Self-hosted, x402 pay-per-call, MCP-compatible.",
"version": "3.0.0",
"license": "MIT",
"author": "Rug Munch Media LLC",
"homepage": "https://pry.dev",
"repository": "https://github.com/cryptorugmuncher/pry",
"categories": ["Web Scraping", "Browser Automation", "Data Extraction"],
"install": {
"type": "pip",
"package": "pry",
"command": "python3 -m mcp_production"
},
"transports": {
"stdio": {
"command": "python3 -m mcp_production"
},
"sse": {
"url": "https://mcp.pry.dev/sse"
}
},
"tools": [
"pry_scrape",
"pry_crawl",
"pry_extract",
"pry_template",
"pry_search_templates",
"pry_enrich",
"pry_x402_pricing",
"pry_referrals"
],
"tags": ["scraping", "automation", "extraction", "x402", "self-hosted"]
}