[codex] Add devkit manifest and selection report guidance - #10
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughThis PR adds a populated MANIFEST.md inventory file and updates AGENTS.md, README.md, docs/agent-walkthrough.md, docs/github-template.md, docs/template-proposal.md, llms.txt, and skills/508-devkit/SKILL.md to require agents to generate a MANIFEST.md-based selection report (adopt/adapt/skip/delete/defer) covering every top-level path before editing. Also clarifies .context/ scratch conventions and narrows default stack listings to typescript/python/ruby. ChangesSelection report workflow
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
MANIFEST.mdas an agent-facing inventory for template selection, with disposition tags for top-level paths, docs, stacks, and extras..context/guidance now matches repo policy, the layout maps includeextras/andskills/,DECISIONS.mdis surfaced inllms.txt, and nonexistent Go/Rust stack entries are removed from the default tree.Why
The repo already has strong policy, but agents can skim past repeated guidance. This change gives them one inventory to walk and a concrete pre-edit artifact that makes skipped files explicit during GitHub-template cleanup or target-repo normalization.
Validation
bun install --frozen-lockfile./scripts/lint.shgit diff --checkNote
Low Risk
Documentation and agent-instruction changes only; no runtime, security, or dependency behavior changes.
Overview
Introduces
MANIFEST.mdas the single agent-facing inventory for template selection, with disposition tags and tables for top-level paths,docs/,stacks/, andextras/, plus a selection report format (path, source, adopt/adapt/skip/delete/defer, reason).Bootstrap workflow now requires that report before any edits when applying the devkit or cleaning a GitHub-template repo. That requirement is wired through
AGENTS.md,README,docs/github-template.md,docs/agent-walkthrough.md,llms.txt, andskills/508-devkit/SKILL.md(updated prompts and reordered agent flow).Doc alignment fixes: Cursor rules now match
.context/policy (gitignored scratch; durable knowledge in tracked docs). Layout/read-next guidance surfacesMANIFEST.md/DECISIONS.md, includesextras/andskills/, anddocs/template-proposal.mddrops nonexistent Go/Rust stack entries in favor ofruby.Reviewed by Cursor Bugbot for commit b7dbff4. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit