@ripla/godd-mcp 1.0.1 → 1.0.2-canary.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/README.md +2 -2
  2. package/dist/godd.cjs +116 -111
  3. package/dist/godd.js +114 -17
  4. package/dist/index.js +1 -1
  5. package/package.json +1 -1
  6. package/templates/agents/architect.hbs +4 -4
  7. package/templates/agents/auto-documenter.hbs +4 -4
  8. package/templates/agents/backend-developer.hbs +3 -3
  9. package/templates/agents/code-reviewer.hbs +2 -2
  10. package/templates/agents/database-developer.hbs +4 -4
  11. package/templates/agents/debug-specialist.hbs +2 -2
  12. package/templates/agents/environment-setup.hbs +1 -1
  13. package/templates/agents/frontend-developer.hbs +5 -5
  14. package/templates/agents/integration-qa.hbs +1 -1
  15. package/templates/agents/pr-writer.hbs +1 -1
  16. package/templates/agents/quality-lead.hbs +3 -3
  17. package/templates/agents/requirements-analyst.hbs +2 -2
  18. package/templates/agents/security-analyst.hbs +1 -1
  19. package/templates/agents/ssot-updater.hbs +3 -3
  20. package/templates/agents/technical-writer.hbs +3 -3
  21. package/templates/agents/unit-test-engineer.hbs +1 -1
  22. package/templates/prompts/agent-dev-workflow.hbs +1 -1
  23. package/templates/prompts/docs-init.hbs +41 -59
  24. package/templates/prompts/docs-update.hbs +10 -10
  25. package/templates/prompts/notes-deploy.hbs +2 -1
  26. package/templates/prompts/pr-create.hbs +2 -2
  27. package/templates/prompts/push-execute.hbs +2 -2
  28. package/templates/prompts/push.hbs +1 -1
  29. package/templates/prompts/requirements-to-business-flow.hbs +1 -1
  30. package/templates/prompts/specification-to-tickets.hbs +1 -1
  31. package/templates/prompts/submit.hbs +2 -2
  32. package/templates/prompts/sync.hbs +1 -1
package/README.md CHANGED
@@ -141,7 +141,7 @@ chmod +x godd
141
141
  | `godd init` | — | プロジェクトのセットアップ(config.godd + .cursor/mcp.json 生成) |
142
142
  | `godd server` | `godd s` | MCP サーバーを起動(Cursor が自動実行) |
143
143
  | `godd notes deploy` | `godd n deploy` | ripla Notes をデプロイ(ローカル or AWS、`--target`/`-y` 対応) |
144
- | `godd notes infra` | `godd n infra` | クラウドインフラを対話形式で構築(AWS/GCP/Azure/Vercel×Railway) |
144
+ | `godd notes infra` | `godd n infra` | `notes-api/` / `notes-app/` とクラウドインフラを対話形式で構築(AWS/GCP/Azure/Vercel×Railway) |
145
145
  | `godd version` | `godd v` | バージョン表示 |
146
146
  | `godd help` | `godd h` | ヘルプ表示 |
147
147
 
@@ -434,7 +434,7 @@ godd notes infra
434
434
  ```
435
435
 
436
436
  対話形式で AWS リージョンや環境名を入力すると、以下が生成されます:
437
- - `ripla-notes/` ディレクトリ(`notes-api/`, `notes-app/`)
437
+ - `ripla-notes/` ディレクトリ内の `notes-api/`, `notes-app/`(既存ディレクトリも同梱ソースで上書き更新し、`.env` / `node_modules` / `dist` などは除外)
438
438
  - Terraform ファイル(VPC, ECS, RDS, S3, CloudFront 等)
439
439
  - CI/CD ワークフロー
440
440