mirror of
https://github.com/coleam00/Archon.git
synced 2026-01-01 12:18:41 -05:00
Removing references to Archon "Alpha"
This commit is contained in:
10
.github/workflows/claude-review.yml
vendored
10
.github/workflows/claude-review.yml
vendored
@@ -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(*)"
|
||||
|
||||
Reference in New Issue
Block a user