Asim Aslam
eddecc3dad
ci: verify ordered zero-to-hero transcript ( #4716 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 17:04:19 +01:00
Asim Aslam
7d00219b5d
docs: verify first-agent wayfinding contract ( #4707 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 15:38:42 +01:00
Asim Aslam
a11b84e817
blog: add v6.6.0 whats new ( #4672 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 13:55:30 +01:00
Asim Aslam
599e48b2d3
Stabilize first-agent fixture registration wait ( #4684 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 11:17:29 +01:00
Asim Aslam
ce29d7104c
Report provider conformance skips per harness ( #4678 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 10:16:06 +01:00
Asim Aslam
6901937a03
Harden plan-delegate plan persistence ( #4674 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 09:28:06 +01:00
Asim Aslam
1814df3e76
docs: refresh coherence changelog ( #4671 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 08:41:42 +01:00
Asim Aslam
c25ab97507
Fix zero-to-hero fixture output race ( #4667 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 08:26:49 +01:00
Asim Aslam
7dd1dc7a4f
Add first-agent CLI chat inspect fixture ( #4655 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 07:39:36 +01:00
Asim Aslam
5390d4a38a
Harden plan-delegate plan persistence ( #4647 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 04:50:28 +01:00
Asim Aslam
e610787c3b
Verify first-agent chat wayfinding ( #4637 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 02:14:10 +01:00
Asim Aslam
8d0143f42a
Add zero-to-hero inspect transcript check ( #4632 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 00:58:36 +01:00
Asim Aslam
29d8544ce5
Harden universe A2A reachability probe ( #4621 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 22:59:29 +01:00
Asim Aslam
7b782589d3
docs: surface first-agent quickcheck ( #4608 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 20:15:55 +01:00
Asim Aslam
3d0ea0666e
Finalize universe notify after timeout ( #4585 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 16:38:42 +01:00
Asim Aslam
c4eec47cbc
Accept completed plan delegate side effects ( #4580 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 15:28:24 +01:00
Asim Aslam
8ed0c21aa3
Tighten agent provider conformance coverage ( #4575 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 14:27:09 +01:00
Asim Aslam
0120d6eb49
Recover missing agent-flow notifications ( #4566 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 13:33:47 +01:00
Asim Aslam
decc7ebe1d
Add first-agent docs wayfinding guard ( #4564 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 12:52:52 +01:00
Asim Aslam
98cbafd11a
docs(loop): formalize the agent-agnostic mention model ( #4559 )
...
The loop's dispatch is agent-agnostic already — `--agent` just sets the
@mention it posts, so any coding agent that responds to an issue @mention and
opens a PR works. Make that explicit instead of implying Codex-only:
- micro-loop guide: add a "Choosing an agent" section — Codex (default), Claude
Code (via anthropics/claude-code-action responding to @claude), any other
mention-driven agent, and an honest note that assignment-triggered agents
(e.g. Copilot's coding agent) aren't supported by the mention dispatch yet.
- Clarify the `--agent` help text and the CLI README bullet.
No behavior change — the mention model already covers Codex and Claude; this
documents it and scopes the one real gap (an "assign" adapter) honestly.
Claude-Session: https://claude.ai/code/session_01CmdEY7pYmV5zzwCjNJ4ykL
Co-authored-by: Claude <noreply@anthropic.com >
2026-07-10 11:12:28 +01:00
Asim Aslam
bba3b8ba98
ci: add govulncheck vulnerability gate (+ wire into loop triage) ( #4558 )
...
Adds a deterministic reachable-CVE gate: `govulncheck ./...` on every push/PR,
failing on any reachable vulnerability EXCEPT an explicit allow-list of
known-unfixable ones. Today the allow-list holds exactly the two pgx/v4 CVEs
(GO-2026-5004, GO-2026-4518) with no upstream fix (tracked in #4556 ), so the
gate is green now and turns red the moment a NEW vulnerability appears.
This is the deterministic layer under the `security` loop role: the role
audits with judgment, this blocks known CVEs mechanically. Also adds
`govulncheck` to the loop-triage watch list, so a newly-disclosed CVE that
reddens the gate on master auto-files a fix issue for the loop to bump the dep.
Make `govulncheck` a required status check on master to enforce it.
Verified locally: exit 3 with only the two allow-listed IDs -> gate PASS.
Claude-Session: https://claude.ai/code/session_01CmdEY7pYmV5zzwCjNJ4ykL
Co-authored-by: Claude <noreply@anthropic.com >
2026-07-10 11:04:36 +01:00
Asim Aslam
460f1ef45a
Recover plan-delegate plan-only side effects ( #4557 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 10:56:28 +01:00
Asim Aslam
6681a0971a
Deduplicate launch readiness notification replays ( #4542 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 07:00:39 +01:00
Asim Aslam
4faafdf3e9
Fix plan delegate harness cleanup ( #4537 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 05:00:38 +01:00
Asim Aslam
e82d44e94a
Collapse spoken owner email notify replays ( #4531 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 03:29:26 +01:00
Asim Aslam
3d35b77c23
Stabilize agent-flow side effects ( #4523 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 02:16:07 +01:00
Asim Aslam
b940dd4233
Add first-agent guide chain contract ( #4516 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-10 01:02:09 +01:00
Asim Aslam
a565dce4a0
Add first-agent docs CLI parity check ( #4506 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 23:15:14 +01:00
Asim Aslam
850b202964
Add focused CLI inner-loop contract target ( #4489 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 20:16:37 +01:00
Asim Aslam
7f78bbf814
Broaden MiniMax streaming conformance ( #4481 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 19:22:01 +01:00
Asim Aslam
7e0b6fd3fa
Fix AtlasCloud tool streaming capability ( #4477 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 18:32:39 +01:00
Asim Aslam
8c7284ab80
docs: lock first-agent wayfinding breadcrumbs ( #4459 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 13:37:51 +01:00
Asim Aslam
5274f7c44f
docs: tighten first-agent wayfinding guard ( #4457 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 12:45:25 +01:00
Asim Aslam
86d66b446f
docs: refresh coherence changelog ( #4447 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 09:24:43 +01:00
Asim Aslam
ed43db5276
test: lock zero-to-hero harness labels ( #4439 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 07:02:35 +01:00
Asim Aslam
776fe1a36a
Add agent stream provider conformance ( #4433 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 04:56:44 +01:00
Asim Aslam
1a9e94219a
docs: reconcile roadmap agent status ( #4426 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 03:29:03 +01:00
Asim Aslam
b9e4bd171f
Improve getting-started harness logs ( #4402 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 23:04:02 +01:00
Asim Aslam
3560208edc
blog: draft v6.3.15 update ( #4022 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 19:28:58 +01:00
Asim Aslam
5f7f733713
Verify first-agent wayfinding in harness ( #4384 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 19:13:40 +01:00
Asim Aslam
271af4d98e
Stabilize plan-delegate notify recovery ( #4379 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 18:13:19 +01:00
Asim Aslam
224e107f1c
Stabilize plan-delegate notify recovery ( #4339 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 11:28:41 +01:00
Asim Aslam
35d3d99428
Fail agent-flow on missing onboarding side effects ( #4334 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 10:30:24 +01:00
Asim Aslam
7734f5605d
Verify zero-to-hero deploy dry-run ( #4330 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 09:26:45 +01:00
Asim Aslam
cf9c015cf8
ci: add docs wayfinding guard ( #4303 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 02:12:09 +01:00
Asim Aslam
243d7904e8
Fix plan-delegate notify recovery ( #4299 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 01:00:03 +01:00
Asim Aslam
7697b2587c
Wire universe harness services to shared broker ( #4289 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-07 23:08:10 +01:00
Asim Aslam
5c5186a230
Add agent debugging quickcheck docs ( #4285 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-07 22:17:15 +01:00
Asim Aslam
2c562c8827
Add scaffold check to zero-to-hero harness ( #4279 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-07 21:24:27 +01:00
Asim Aslam
6a25bbfc05
docs: link website first-agent examples map ( #4266 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-07 19:24:22 +01:00