25 lines
996 B
Markdown
25 lines
996 B
Markdown
|
|
# Queue-North-Website — Project Structure
|
||
|
|
|
||
|
|
## Agent Roles
|
||
|
|
|
||
|
|
| Agent | Role | Focus Area |
|
||
|
|
|-------|------|------------|
|
||
|
|
| Neo | Backend Coder | Server code, APIs, database, build system |
|
||
|
|
| Scarlett | UI/Design | Frontend components, Tailwind CSS, layout, visuals |
|
||
|
|
| Bishop | Verification | Build, runtime tests, documentation, version bumps |
|
||
|
|
| Private_Hudson | Security | Auth, data exposure, input validation, dependency audit |
|
||
|
|
| Ripley | Coordinator | Git, deploy, pipeline, task dispatch |
|
||
|
|
|
||
|
|
## Code Ownership
|
||
|
|
TBD — will be defined as the project takes shape.
|
||
|
|
|
||
|
|
## Key Files
|
||
|
|
- `PROJECT.md` — Project overview and conventions
|
||
|
|
- `STRUCTURE.md` — This file. Agent roles, code ownership, critical paths
|
||
|
|
- `FUTURE.md` — Planning doc (what to build next)
|
||
|
|
- `HISTORY.md` — Version changelog
|
||
|
|
- `DEVELOPMENT_LOG.md` — Agent activity log
|
||
|
|
|
||
|
|
## Cross-Cutting Concerns
|
||
|
|
- All agents must read this file before starting any task
|
||
|
|
- All agents report back to Ripley — no agent-to-agent handoffs
|