Chore/agents config#144
Open
fernandatoledo wants to merge 3 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this do?
Adds
AGENTS.mdandREVIEW.mdas the main instructions for AI agents and code review, plusagent_docs/(architecture.md,commands.md,conventions.md) for deeper context.CLAUDE.mdnow points agents atAGENTS.md. The repo gains apr-descriptionskill under.agents/skills/,.gitignoreexcludesPR_DESCRIPTION.md, and.claude/settings.jsonruns a shortpnpm type-checkafter Edit/Write tool use.cli/setup-project.jscalls a newupdateAgentDocs()step so new projects get tailored copy inAGENTS.mdandagent_docs/, removesPROMPT_agent_docs.mdduring cleanup, and adjustscommands.mdplaceholders for the app id.Why did you do this?
Context was scattered or missing for agents and reviewers; centralizing it keepsClaude/Codex/Cursor aligned with Rootstrap conventions and makes onboarding and review repeatable. Automating agent-doc rewrites in the setup CLI keeps new client projects from shipping template-only prose.
Who/what does this impact?
Developers and anyone using AI tools against this repo; teams running
cli/setup-project.jsfor new apps. No end-user app screens or runtime behavior changed.How did you test this?
No app or device runs for this change set.