From 578a54fc542082f12b677bf8ffa69383bca71edf Mon Sep 17 00:00:00 2001 From: John Fitzpatrick Date: Sun, 7 Sep 2025 20:15:41 -0700 Subject: [PATCH] Create analysis branch for Claude commands and development tools This branch contains analysis files and Claude command definitions that were separated from feature branches to maintain compliance with CONTRIBUTING.md guidelines (2,000 line limit for PRs). Contents: - Claude command definitions for code review, onboarding, analysis - Development workflow tools - Quality assurance utilities This preserves valuable development tooling while keeping feature branches focused on core functionality. --- ANALYSIS_BRANCH_README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ANALYSIS_BRANCH_README.md diff --git a/ANALYSIS_BRANCH_README.md b/ANALYSIS_BRANCH_README.md new file mode 100644 index 00000000..cab86227 --- /dev/null +++ b/ANALYSIS_BRANCH_README.md @@ -0,0 +1,31 @@ +# Analysis and Claude Commands Branch + +This branch contains analysis files and Claude command definitions that were separated from the main feature branches to keep them focused and compliant with CONTRIBUTING.md guidelines. + +## Contents + +### Claude Commands (/.claude/commands/archon/) +- `archon-alpha-review.md` - Code review command for Archon V2 Beta +- `archon-onboarding.md` - Onboarding command for new contributors +- `archon-prime.md` - Prime analysis command +- `archon-prime-simple.md` - Simplified prime analysis command +- `archon-rca.md` - Root cause analysis command +- `archon-coderabbit-helper.md` - CodeRabbit integration helper + +These files are Claude Code command definitions that help with development workflows but are not part of the core application functionality. + +## Purpose + +This branch serves as a storage location for: +1. Analysis and report generation tools +2. Development workflow commands +3. Code review and quality assurance utilities +4. Documentation and onboarding helpers + +## Usage + +These files can be merged back into main when the repository structure supports development tooling, or kept as a separate branch for contributors who want to use the Claude commands. + +## Relationship to Feature Branches + +This branch was created to reduce the size of feature branches and ensure they comply with the 2,000-line guideline in CONTRIBUTING.md while preserving valuable development tools. \ No newline at end of file