Add Pragma plugin - #143
Conversation
An agentic SDLC pipeline scaffold for Claude Code on iOS projects. 15 slash commands (/spec, /plan, /feature, /gates, /review, /test, /bugfix, /release, and more) take a feature from idea to merged PR with two human approvals; everything else runs autonomously. CI-enforced gates re-run independently in GitHub Actions, and a persistent memory layer carries decisions/invariants/rejections across every session boundary. Proven on a real, actively-developed codebase -- 70+ merged PRs, specs and plans predating every feature. Verified locally with npm run build (TypeScript compiled successfully). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
@akshaypimprikar is attempting to deploy a commit to the Thomas McParland's projects Team on Vercel. A member of the Team first needs to authorize it. |
Code reviewFound 2 issues:
claudedirectory/src/data/plugins/pragma.ts Lines 30 to 31 in 2efcb90
claudedirectory/src/data/plugins/pragma.ts Lines 27 to 28 in 2efcb90 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
The source repo renamed this file after this listing was first written. Verified against the actual current command file and README in akshaypimprikar/pragma. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Fixed in c5e2ce3: |
What
Adds Pragma — an agentic SDLC pipeline scaffold for Claude Code on iOS projects — to
src/data/plugins/.15 slash commands (
/spec,/plan,/feature,/gates,/review,/test,/bugfix,/release, and more) take a feature from idea to merged PR with two human approvals; everything else runs autonomously. CI-enforced gates re-run the same checks independently in GitHub Actions (not just agent-enforced), and a persistent memory layer (decisions, invariants, rejections) carries context across every session boundary. Proven on a real, actively-developed, gitflow-integrated codebase — 70+ merged PRs, specs and plans predating every feature.Checklist
src/data/plugins/pragma.tsfollowing thePlugintype insrc/lib/types.tssrc/data/plugins/index.tsnpm run build— TypeScript compiled successfully🤖 Generated with Claude Code