Dark-Alex-17
d3914955e2
feat(TASK-005): carry the quality bar through sisyphus and architect
...
sisyphus: Quality bar line in the code-reviewer spawn prompt (omitted when
the task prompt carried none); rigor-aware WARNING handling with
(deferred by quality bar) FOLLOW-UPS tagging; evidence-cited rejection
protocol for [convention] findings (repo convention at file:line or a
recorded plan decision; never for CRITICAL/[correctness]; escalate on
re-raise); rigor-to-posture default map for security-reviewer spawns.
architect: Phase B quality-bar round + other:<label> librarian lane;
Phase E Sisyphus CONTEXT and adversary prompts carry rigor/surfaces and
the plan's Quality bar excerpt; task-close logs rejected-finding lines;
Phase F PR body gains the Quality bar line and Review decisions section;
two new anti-patterns (bare rejections, rigor suppressing CRITICAL).
2026-08-28 14:47:57 -06:00
Dark-Alex-17
a8d730cf01
feat(TASK-004): reviewer routing — code-reviewer quality-bar resolution, domain linter pass, surface-skill routing, rigor folding; file-reviewer surface-skill whitelist + convention/correctness marker
2026-08-28 14:47:57 -06:00
Dark-Alex-17
cf638305e6
feat(TASK-003): add surface skills batch B — worker-review, iac-review, migration-review, cicd-review
2026-08-28 14:47:57 -06:00
Dark-Alex-17
3601faa969
feat(TASK-002): add surface skills batch A — rest-api-review, cli-review, library-review
...
Three new read-only review skills under assets/skills/, mirroring the
transactional-integrity canon: frontmatter load triggers, read-only
enabled_tools, production-bar severity checklists with
[convention]/[correctness] markers, marker-semantics and
orchestrator-linter paragraphs, and aspect-boundary lists.
rest-api-review includes gRPC and GraphQL sections.
2026-08-28 14:47:57 -06:00
Dark-Alex-17
e4c5f42a25
feat(TASK-001): add rigor/surfaces declaration layer to planning skills
...
design-session: Quality bar round in Step 2 (rigor/surfaces proposal,
per-surface confirm/drop, other:<label> lane, autonomous fallback),
rigor+surfaces frontmatter and Quality bar section in the Step 3 PLAN
template, poc-dodge anti-pattern.
task-tracking: optional per-task surfaces key (inherits the plan's list);
rigor stays run-level only.
plan-gatekeeping: manifest category 11 (Quality bar) with
FRICTION/BLOCKING severity guidance.
2026-08-28 14:47:57 -06:00
Dark-Alex-17
290f6b257f
docs: refined the description of coyote better
2026-08-27 15:55:13 -06:00
Dark-Alex-17
af697d129b
docs: updated the coyote description to be more accurate to its true use and purpose
2026-08-27 15:34:38 -06:00
Dark-Alex-17
93e90106a8
feat: create a new probe agent to probe code verifications using usage-pattern testing
2026-08-27 13:59:28 -06:00
Dark-Alex-17
35e4c82f27
feat: Add in the web_search_coyote tool where helpful
2026-08-27 13:59:09 -06:00
Dark-Alex-17
ebe7816600
feat: claude and openai native web search via web_search_coyote
CI / All (ubuntu-latest) (push) Failing after 30s
CI / All (macos-latest) (push) Canceled after 0s
CI / All (windows-latest) (push) Canceled after 0s
2026-08-26 15:22:24 -06:00
Dark-Alex-17
304b8f635f
fix(tools): interactive-shell semantics and stderr capture in execute_command
...
Two long-standing agent-facing defects:
1. bash -e aborted the model's script at the first intermediate
non-zero status (grep with no matches exits 1, inspecting a failing
test run, a probing subshell), so trailing guards like '; exit 0'
never executed and output was partially or entirely lost. Dropped
-e: the last statement now decides the exit code, matching the
interactive-shell semantics models expect. pipefail is kept so a
failing pipeline stage still surfaces in the exit code.
2. Only stdout was redirected into $LLM_OUTPUT, and the harness
returns just $LLM_OUTPUT on success, so commands whose useful
output goes to stderr (git push, cargo progress, curl -v) returned
empty on success. Added 2>&1.
2026-08-26 14:15:34 -06:00
Dark-Alex-17
6256b5fcfa
docs: document background jobs across prompts, config example, and README
...
- Extend the injected Background Jobs prompt guidance: system_notifications
push on completion, collect-only-when-idle wait protocol, and the graph
LLM-node collect-before-final-turn rule
- Mention the system_notifications push in the agent spawning guidance and
in the sisyphus/architect wait-protocol text (agent completions push
notifications too)
- config.example.yaml: max_concurrent_jobs (default 5, 0 = disabled)
- README: features-list entry pointing at the Background-Jobs wiki page
2026-08-25 18:24:44 -06:00
Dark-Alex-17 and Sisyphus
c7384b7a9b
feat: run an advisory observability pass after implementation in sisyphus
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-25 13:19:10 -06:00
Dark-Alex-17 and Sisyphus
ed9778c07b
feat: add an observability-review skill for post-implementation monitoring analysis
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-25 13:19:09 -06:00
Dark-Alex-17 and Sisyphus
5a32219178
feat: check under- and over-logging in the code review gate
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-25 13:19:09 -06:00
Dark-Alex-17 and Sisyphus
9e652f7801
feat: calibrate logging registers in the code-writing agents
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-25 13:19:09 -06:00
Dark-Alex-17 and Sisyphus
fcff426ae5
feat: add a logging-discipline skill for calibrating log output to repo conventions
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-25 13:17:33 -06:00
Dark-Alex-17
cb0802c2d0
fix: fix grep "binary" errors when searching UTF-8 files with unicode characters like some of the Coyote source
2026-08-25 13:06:16 -06:00
Dark-Alex-17 and Sisyphus
f8cab9b439
feat: run design interviews as grilling frontier rounds across the planning agents
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 15:12:37 -06:00
Dark-Alex-17 and Sisyphus
45333db5c2
feat: add a grilling skill for frontier-round design interviews
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 15:12:37 -06:00
Dark-Alex-17 and Sisyphus
720591d24a
feat: add an on-demand architecture-reviewer agent for deepening scans
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 15:07:50 -06:00
Dark-Alex-17 and Sisyphus
dbb0c51b7e
feat: add a codebase-design skill with the deep-module design vocabulary
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 15:07:50 -06:00
Dark-Alex-17 and Sisyphus
b5863dded0
feat: add a feedback-loop-first diagnosing-bugs skill to the coding suite
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 15:02:12 -06:00
Dark-Alex-17 and Sisyphus
03116d2f42
feat: add a Fowler code-smell baseline to the code-review skill
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 15:02:12 -06:00
Dark-Alex-17 and Sisyphus
9b23247815
feat: flag duplicate helpers in code reviews with a repo-wide DRY check
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 14:46:38 -06:00
Dark-Alex-17 and Sisyphus
3493b01e9a
feat: add a transactional-integrity review skill to the code review gate
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 14:46:38 -06:00
Dark-Alex-17 and Sisyphus
fd989c44d0
feat: add an operational-history prior-art lane to the code-reviewer agent
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 14:46:13 -06:00
Dark-Alex-17
da640f3dcd
feat: created a new comment-discipline skill for the built in sisyphus suite
2026-08-21 14:02:39 -06:00
Dark-Alex-17
faf9dd581f
feat: created a dedicated git_command tool to tighten tool calling permissions in the git-master skill
2026-08-21 12:33:28 -06:00
Dark-Alex-17
873deef7c7
feat: Added a new security review step to the code writing quality gates
2026-08-21 12:30:53 -06:00
Dark-Alex-17
bda37d9f38
docs: Added a description to the built-in generate-commit-message macro
2026-08-21 12:15:31 -06:00
Dark-Alex-17
a9a4ccca88
fix: breaking iwe MCP server changes with newest version
2026-08-18 11:29:36 -06:00
Dark-Alex-17
400b50fbd0
feat: Support auto confirmation for gatekeeper agents
2026-08-17 15:48:36 -06:00
Dark-Alex-17
95a8c3df44
fix: cosmetic fix after improved bash tool handling
2026-08-15 17:31:32 -06:00
Dark-Alex-17
e1b6e3f8c6
fix: latent parsing bugs in fs_patch and argc
2026-08-14 16:12:41 -06:00
Dark-Alex-17
644d899f78
fix: Prevent infinite hangs in coder agent and implement timeouts for LLM API calls and interactive tools
2026-08-14 15:22:25 -06:00
Dark-Alex-17
65c9be36b2
fix: correct newline removal from fs_write and fs_patch
2026-08-13 14:18:45 -06:00
Dark-Alex-17
2b45e3a9b8
feat: improved wording and heuristic detection for sisyphus suite of agents
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-08-10 15:37:53 -06:00
Dark-Alex-17
91dbaf5533
feat: upgraded to sbx kit v2 spec for improved integration
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-08-10 15:26:16 -06:00
Dark-Alex-17
e606eb7c49
fix: removed temperature modifier in librarian agent to mitigate invisible errors
CI / All (ubuntu-latest) (push) Failing after 27s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-08-05 16:10:19 -06:00
Dark-Alex-17
e76c3efe4e
feat: integrated the git-ssh-sign kit into the coyote sandbox kit
CI / All (ubuntu-latest) (push) Failing after 26s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-08-04 10:56:50 -06:00
github-actions[bot]
fac577589b
chore: bump Cargo.toml and sandbox image to 0.8.3
CI / All (ubuntu-latest) (push) Failing after 26s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-08-03 21:28:37 +00:00
github-actions[bot]
dd7d75fd9f
chore: bump Cargo.toml and sandbox image to 0.8.2
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-07-31 16:08:58 +00:00
Dark-Alex-17
4f38214681
fix: sbx update doesn't allow undefined fields in sbx spec
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-07-31 10:07:29 -06:00
github-actions[bot]
019bd6f1c7
chore: bump Cargo.toml and sandbox image to 0.8.1
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-07-30 22:37:17 +00:00
Dark-Alex-17
e288b41365
fix: improper handling of fd-style globbing for directories in fs_glob
2026-07-29 12:40:33 -06:00
Dark-Alex-17
fbf6a6bdf4
fix: properly templated architect design doc path in starter commands
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-07-29 11:59:09 -06:00
Dark-Alex-17
57b72702b2
feat: created the architect and gatekeeper agents for dramatically improved coding performance
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-07-29 11:23:52 -06:00
Dark-Alex-17
d462b09f80
feat: add headless profile to sbx-kit spec
2026-07-27 18:03:35 -06:00
Dark-Alex-17
f4cbee9611
docs: remove comment in spec.yaml about copying in coyote password file
2026-07-27 10:50:40 -06:00