Skip to content

feat(agent): claude conf layout#93

Merged
Besthope-Official merged 4 commits into
mainfrom
feat/claude-conf-layout
Jan 30, 2026
Merged

feat(agent): claude conf layout#93
Besthope-Official merged 4 commits into
mainfrom
feat/claude-conf-layout

Conversation

@Besthope-Official
Copy link
Copy Markdown
Contributor

Related Issue

Closes #92

Summary of Changes

  • Create .claude/ directory with modular configuration:
    • rules.md - Output rules extracted from AGENTS.md
    • skills/backend-patterns.md - Backend patterns from README
    • skills/pytest-patterns.md - Testing guidelines from CONTRIBUTIONS
    • agents/code-reviewer.md - Code review subagent
    • agents/planner.md - Planning subagent
    • knowledge/.gitkeep - Placeholder for future context files
  • Update CLAUDE.md to be modular index referencing .claude/ files
  • Remove CLAUDE.md from scripts/agent_rules.py sync targets

Breaking Changes

CLAUDE.md is no longer synced from AGENTS.md. It is now independently maintained with Claude Code-specific modular structure.

Checklist

  • Issue discussion completed before opening PR
  • Scope is small and focused (single feature/fix)
  • All functions have full type annotations
  • Async/await used for all I/O operations
  • Tests added for new behaviors (N/A - config files only)

@Besthope-Official Besthope-Official added the Agent-enhanced Enhancement to agent label Jan 30, 2026
@Besthope-Official Besthope-Official marked this pull request as ready for review January 30, 2026 10:11
@Besthope-Official Besthope-Official added the enhancement New feature or request label Jan 30, 2026
@Besthope-Official Besthope-Official merged commit 27f3332 into main Jan 30, 2026
2 checks passed
@Besthope-Official Besthope-Official deleted the feat/claude-conf-layout branch January 30, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Agent-enhanced Enhancement to agent enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New agent config layout for claude code

1 participant