Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions logs/agents/opencode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Do not add unexempted agent logs

This new logs/agents/opencode.json file makes the validation workflow stay red: .github/workflows/validate.yml runs make validate-naming, which scans the repo root, and logs is not excluded in tools/validate_naming.py. I ran python tools/validate_naming.py --root . and it fails on this file because opencode.json does not match the required {Layer}.{Role}.{Domain}.{Extension} pattern, so this CI-repair commit still blocks PR validation.

Useful? React with 👍 / 👎.

"agent": "opencode",
"status": "idle",
"accepting_tasks": true,
"available_tokens": 37157266,
"available_pct": 74.3,
"current_task_id": "HEAL-cifix-organvm-call-function--ontological-10",
"heartbeat": "2026-07-04T07:45:09.942398+00:00",
"token_usage_pct": 25.69,
"clock_health": "ok"
}
Loading