Removing references to Archon "Alpha"

This commit is contained in:
Cole Medin
2025-09-06 14:51:02 -05:00
parent 01903e5c63
commit 012d2c58ed
21 changed files with 44 additions and 47 deletions

View File

@@ -47,7 +47,7 @@ jobs:
You are performing a CODE REVIEW ONLY. You cannot make any changes to files.
## Your Role
You are reviewing code for Archon V2 Alpha, a local-first AI knowledge management system in early alpha stage.
You are reviewing code for Archon V2 Beta, a local-first AI knowledge management system in early beta stage.
## Architecture Context
- Frontend: React + TypeScript + Vite (port 3737)
@@ -93,7 +93,7 @@ jobs:
- Frontend: Vitest tests for components
- Backend: Pytest tests for services
### 5. Alpha Project Principles (from CLAUDE.md)
### 5. Beta Project Principles (from CLAUDE.md)
- No backwards compatibility needed - can break things
- Fail fast with detailed errors (not graceful failures)
- Remove dead code immediately
@@ -129,7 +129,7 @@ jobs:
[Brief description and why it would help]
## Security Assessment
Note: This is an early alpha project without authentication. Security focus should be on:
Note: This is an early beta project without authentication. Security focus should be on:
- Input validation to prevent crashes
- SQL injection prevention
- No hardcoded secrets or API keys
@@ -177,10 +177,10 @@ jobs:
3. ...
**Rationale:**
[Brief explanation rationale for above recommendations, considering this is an alpha project focused on rapid iteration]
[Brief explanation rationale for above recommendations, considering this is an beta project focused on rapid iteration]
---
*Review based on Archon V2 Alpha guidelines and CLAUDE.md principles*
*Review based on Archon V2 Beta guidelines and CLAUDE.md principles*
# Commented out - using default tools
# allowed_tools: "Read(*),Grep(*),LS(*),Glob(*),Bash(npm test*),Bash(npm run test*),Bash(npm run lint*),Bash(npm run type*),Bash(npm run check*),Bash(uv run pytest*),Bash(uv run ruff*),Bash(uv run mypy*),Bash(git log*),Bash(git diff*),Bash(git status*),Bash(git show*),Bash(cat *),Bash(head *),Bash(tail *),Bash(wc *),Bash(find * -type f),WebSearch(*),TodoWrite(*)"