mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
Removing references to Archon "Alpha"
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -254,7 +254,7 @@ jobs:
|
||||
|
||||
- name: Create test summary
|
||||
run: |
|
||||
echo "# 🧪 Archon V2 Alpha - CI Test Results" >> $GITHUB_STEP_SUMMARY
|
||||
echo "# 🧪 Archon V2 Beta - CI Test Results" >> $GITHUB_STEP_SUMMARY
|
||||
echo "" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
# Frontend Results
|
||||
|
||||
4
.github/workflows/claude-fix.yml
vendored
4
.github/workflows/claude-fix.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
You are authorized to IMPLEMENT FIXES and CREATE PULL REQUESTS.
|
||||
|
||||
## Your Role
|
||||
You are fixing issues in Archon V2 Alpha. Follow CLAUDE.md for project principles and commands.
|
||||
You are fixing issues in Archon V2 Beta. Follow CLAUDE.md for project principles and commands.
|
||||
|
||||
## Architecture Context
|
||||
- Frontend: React + TypeScript + Vite (port 3737)
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
- Follow CLAUDE.md for all commands and project principles
|
||||
- Prefer ripgrep over grep for searching
|
||||
- Keep changes minimal - resist urge to refactor
|
||||
- Alpha project: Quick fixes over perfect solutions
|
||||
- Beta project: Quick fixes over perfect solutions
|
||||
|
||||
# Commented out - using default tools
|
||||
# allowed_tools: "Edit(*),MultiEdit(*),Write(*),Read(*),Grep(*),LS(*),Glob(*),TodoWrite(*),NotebookEdit(*),Bash(git *),Bash(npm *),Bash(uv *),Bash(python *),Bash(pip *),Bash(cd *),Bash(pwd),Bash(ls *),Bash(cat *),Bash(head *),Bash(tail *),Bash(wc *),Bash(find *),Bash(grep *),Bash(rg *),Bash(sed *),Bash(awk *),Bash(curl *),Bash(wget *),Bash(echo *),Bash(mkdir *),Bash(rm -rf node_modules),Bash(rm -rf __pycache__),Bash(rm -rf .pytest_cache),WebSearch(*),WebFetch(*)"
|
||||
|
||||
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