You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+88-2Lines changed: 88 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,8 @@ yarn e2e # End-to-end tests
88
88
- Never use mocks in tests
89
89
- Use IDE diagnostics to find and fix errors
90
90
- Always check test coverage after implementation
91
-
- Keep track of all tasks in GitHub issues using the `gh` tool
92
-
- Commit every change and keep GitHub issues updated with the progress using the `gh` tool
91
+
- Keep track of all tasks in Gitea issues using `gitea-robot` and `tea` CLI tools (see Gitea PageRank Workflow below)
92
+
- Commit every change and keep Gitea issues updated with progress using `tea comment IDX`
93
93
- Use `tmux` to spin off background tasks, read their output, and drive interaction
94
94
- Use `tmux` instead of `sleep` to continue working on a project and then read log output
95
95
@@ -161,6 +161,92 @@ Parse: `file:line:col` → location | 💡 → how to fix | Exit 0/1 → pass/fa
161
161
````
162
162
Use 'bd' for task tracking
163
163
164
+
<!-- GITEA_PAGERANK_WORKFLOW_START -->
165
+
166
+
## Gitea PageRank Workflow: Task Management and Agent Coordination
167
+
168
+
### Single Source of Truth
169
+
170
+
Gitea at `https://git.terraphim.cloud` is the authoritative system for all task management. ALL agents (human and AI) MUST use gitea-robot and tea for issue tracking.
171
+
172
+
### Environment
173
+
174
+
```bash
175
+
source~/.profile # Loads GITEA_URL and GITEA_TOKEN
Copy file name to clipboardExpand all lines: CLAUDE.md
+86Lines changed: 86 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,92 @@ Async Ecosystem
87
87
-**Never use timeout command** - This command doesn't exist on macOS
88
88
-**Never use mocks in tests** - Use real implementations or integration tests
89
89
90
+
<!-- GITEA_PAGERANK_WORKFLOW_START -->
91
+
92
+
## Gitea PageRank Workflow: Task Management and Agent Coordination
93
+
94
+
### Single Source of Truth
95
+
96
+
Gitea at `https://git.terraphim.cloud` is the authoritative system for all task management. ALL agents (human and AI) MUST use gitea-robot and tea for issue tracking.
97
+
98
+
### Environment
99
+
100
+
```bash
101
+
source~/.profile # Loads GITEA_URL and GITEA_TOKEN
0 commit comments