Skip to content

feat: Generate .claude/CLAUDE.md on astra init for agent-ready projects#28

Merged
jaimeam merged 2 commits into
mainfrom
claude/astra-accessibility-ideas-IQL9w
Feb 18, 2026
Merged

feat: Generate .claude/CLAUDE.md on astra init for agent-ready projects#28
jaimeam merged 2 commits into
mainfrom
claude/astra-accessibility-ideas-IQL9w

Conversation

@jaimeam

@jaimeam jaimeam commented Feb 18, 2026

Copy link
Copy Markdown
Owner

astra init now scaffolds a .claude/CLAUDE.md that teaches Claude Code
(and other AI agents) how to work with the project: key commands,
development workflow, language quick reference, effects table, and
error code ranges. Every new Astra project is agent-ready from day zero.

Also updates getting-started.md and README.md to document this.

https://claude.ai/code/session_01Jw7BxhQENGLEfCcFtVH8E4

astra init now scaffolds a .claude/CLAUDE.md that teaches Claude Code
(and other AI agents) how to work with the project: key commands,
development workflow, language quick reference, effects table, and
error code ranges. Every new Astra project is agent-ready from day zero.

Also updates getting-started.md and README.md to document this.

https://claude.ai/code/session_01Jw7BxhQENGLEfCcFtVH8E4
Move the inline template string out of generate_claude_md() into
src/cli/claude_md_template.md and load it with include_str!. The
template is now plain markdown with {{PROJECT_NAME}} and {{RUN_HINT}}
placeholders, easier to read and edit without Rust format escaping.

https://claude.ai/code/session_01Jw7BxhQENGLEfCcFtVH8E4
@jaimeam jaimeam merged commit 90f3990 into main Feb 18, 2026
6 checks passed
@jaimeam jaimeam deleted the claude/astra-accessibility-ideas-IQL9w branch February 18, 2026 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants