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
13 lines
286 B
JSON
13 lines
286 B
JSON
{
|
|
"name": "pry-mcp-worker",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"description": "Cloudflare Worker exposing Pry as an MCP server over HTTP+SSE",
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"deploy": "wrangler deploy"
|
|
},
|
|
"devDependencies": {
|
|
"wrangler": "^3.0.0"
|
|
}
|
|
}
|