Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR splits the monolithic CLAUDE.md file into multiple specialized context files organized across different directories to improve context management and provide more targeted guidance.
- Split single file into 9 focused context files with distinct responsibilities
- Created specialized files for testing, templates, documentation, CLI core, and worker development
- Added agent-specific instructions for GitHub Copilot and Claude Code assistants
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/CLI_TESTING.md | Removed - content moved to tests/CLAUDE.md |
| tests/CLAUDE.md | New testing guide with CLI and template testing workflows |
| docs/CLAUDE.md | New documentation development standards and MkDocs patterns |
| aegis/templates/cookiecutter-aegis-project/{{cookiecutter.project_slug}}/app/components/worker/CLAUDE.md | New worker component development guide with arq patterns |
| aegis/templates/CLAUDE.md | New template development patterns and Cookiecutter workflows |
| aegis/core/CLAUDE.md | New CLI core development guide with component system architecture |
| GEMINI.md | Simple project-specific instructions for Gemini |
| CLAUDE.md | New main context file with project overview and specialized file references |
| AGENTS.md | Repository guidelines for AI agents |
| .github/copilot-instructions.md | GitHub Copilot-specific coding instructions |
| .claude/agents/type-specialist.md | Type checking specialist agent configuration |
| .claude/agents/test-specialist.md | Testing specialist agent configuration |
| .claude/agents/aegis-docs-updater.md | Documentation specialist agent configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Split
CLAUDE.mdinto multiple files spread across multiple folders for better context management.