chore: post AI agent refactor. Gitea integration
This commit is contained in:
18
CLAUDE.md
18
CLAUDE.md
@@ -108,13 +108,25 @@ Leverage subagents aggressively for better results:
|
||||
|
||||
## AI Loading Context Strategies
|
||||
|
||||
Canonical sources only — avoid duplication:
|
||||
- Loading strategy and metadata: `.ai/context.json`
|
||||
- Documentation hub and links: `docs/README.md`
|
||||
Canonical sources only - avoid duplication:
|
||||
- Architecture and metadata: `.ai/context.json`
|
||||
- Sprint workflow contract: `.ai/workflow-contract.json`
|
||||
- Documentation hub: `docs/README.md`
|
||||
- Feature work: `backend/src/features/{feature}/README.md`
|
||||
- Platform architecture: `docs/PLATFORM-SERVICES.md`
|
||||
- Testing workflow: `docs/TESTING.md`
|
||||
|
||||
## Sprint Workflow
|
||||
|
||||
Issues are the source of truth. See `.ai/workflow-contract.json` for complete workflow.
|
||||
|
||||
### Quick Reference
|
||||
- Every PR must link to at least one issue
|
||||
- Use Gitea MCP tools for issue/label/branch/PR operations
|
||||
- Labels: `status/backlog` -> `status/ready` -> `status/in-progress` -> `status/review` -> `status/done`
|
||||
- Branches: `issue-{index}-{slug}` (e.g., `issue-42-add-fuel-report`)
|
||||
- Commits: `{type}: {summary} (refs #{index})` (e.g., `feat: add fuel report (refs #42)`)
|
||||
|
||||
## Architecture Context for AI
|
||||
|
||||
### Simplified 5-Container Architecture
|
||||
|
||||
Reference in New Issue
Block a user