CLAUDE.md: add Gitea CI visibility section pointing at gitea-agent-companion (gac --help)
This commit is contained in:
@@ -63,6 +63,10 @@ Then proceed directly to step 2. Otherwise:
|
|||||||
- When a task requires a secret, read it at execution time from the secrets folder and use it ephemerally. Do not cache or persist the value.
|
- When a task requires a secret, read it at execution time from the secrets folder and use it ephemerally. Do not cache or persist the value.
|
||||||
- Referencing the **existence** of a secret file is fine (e.g., "credentials are in `~/dev/claude/secrets/gitea/ai_enablement`") — referencing the contents is not.
|
- Referencing the **existence** of a secret file is fine (e.g., "credentials are in `~/dev/claude/secrets/gitea/ai_enablement`") — referencing the contents is not.
|
||||||
|
|
||||||
|
## Gitea CI visibility
|
||||||
|
|
||||||
|
When working with Gitea (watching Actions runs, checking whether a release/container built, diagnosing failing CI), use `gitea-agent-companion` — alias `gac`, installed in `~/sbin`, source at `projects/gitea-agent-companion`. Run `gitea-agent-companion --help` first: the help text is the full reference (verbs, flags, token discovery, exit codes). Canonical post-push pattern: `gac tail <owner/repo> --until run-complete --timeout 600`; on failure, `gac inspect <owner/repo> --run <N> --logs`.
|
||||||
|
|
||||||
## Process Principles
|
## Process Principles
|
||||||
|
|
||||||
Hard-won lessons that apply across every project:
|
Hard-won lessons that apply across every project:
|
||||||
|
|||||||
Reference in New Issue
Block a user