Asim Aslam
0d86fd5bcd
Update architect priorities after failure hardening ( #3311 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-29 00:33:17 +01:00
Asim Aslam
7588a427cc
Update architect priorities ( #3307 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 23:28:55 +01:00
Asim Aslam
c39a846d3b
Update architecture priorities ( #3298 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 22:31:33 +01:00
Asim Aslam
4d852c5e36
Update architect priorities after deploy contract ( #3289 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 21:32:15 +01:00
Asim Aslam
87eb540a04
Update architect priorities for DX gaps ( #3285 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 20:35:29 +01:00
Asim Aslam
cb10149f54
Update architect priorities after memory work ( #3279 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 19:24:54 +01:00
Asim Aslam
6e1c11ca74
Update architect priorities after A2A handoffs ( #3274 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 18:33:59 +01:00
Asim Aslam
9c01202599
Update architect priorities after OTel spans ( #3269 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 17:32:36 +01:00
Asim Aslam
2221834707
Update architect priorities after streaming conformance ( #3265 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 16:33:06 +01:00
Asim Aslam
72e6161b02
Update architect priorities after agent checkpointing ( #3261 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 15:41:44 +01:00
Asim Aslam
8676dcacf2
Update architect priority queue after 0-to-hero ( #3257 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 14:38:08 +01:00
Asim Aslam
4ca8948ba4
Update architect priorities after 0-to-1 verification ( #3250 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 13:34:18 +01:00
Asim Aslam
e8e6cb1210
Update architect priorities after conformance ( #3246 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 12:40:00 +01:00
Asim Aslam
6eef58f815
Update architect priorities ( #3242 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 11:13:36 +01:00
Asim Aslam
220b370641
Update architect priorities ( #3236 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 10:08:20 +01:00
Asim Aslam
9d6814f5ae
docs: refresh roadmap after A2A task support ( #3229 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 08:55:36 +01:00
Asim Aslam
fe651b4d01
Update architect priorities after x402 ( #3224 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 06:35:10 +01:00
Asim Aslam
e1d19c4cb5
Update architect priorities after memory and HITL ( #3220 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 04:08:37 +01:00
Asim Aslam
892b4f185d
Update architect priority queue after lifecycle hooks ( #3213 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 01:30:09 +01:00
Asim Aslam
016eb82a32
Update architect priorities after streaming ( #3205 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 00:29:03 +01:00
Asim Aslam
07f0d30aea
Update architect priority queue after observability ( #3201 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-27 23:26:33 +01:00
Asim Aslam
c19e4829ba
Update architect priority queue ( #3196 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-27 22:28:28 +01:00
Asim Aslam
114cd7e19e
Update architect priorities after conformance ( #3192 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-27 21:30:21 +01:00
Asim Aslam
38f5c13e65
Update architect priority queue ( #3188 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-27 20:37:32 +01:00
Asim Aslam
1fa7584be8
Update architect priority queue ( #3183 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-27 19:34:11 +01:00
Asim Aslam
9a410cbe8b
Update architect priority queue ( #3176 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-27 17:46:45 +01:00
Asim Aslam
0e67971c53
ci: couple architect and increment loop through a ranked priority queue ( #3171 )
...
The architect now prioritizes the roadmap + an internal scan into a single
ranked, issue-linked queue in internal/docs/PRIORITIES.md (re-ranked each run),
and the hourly increment loop works the top open item from that queue instead
of independently guessing each hour — falling back to its own judgment only
when the queue is empty. So work is roadmap-driven by default and the human can
redirect by reordering the file or its issues.
- New internal/docs/PRIORITIES.md (seeded from the roadmap + open issues).
- architecture-review.yml: architect owns/re-ranks PRIORITIES.md and keeps each
top item backed by a scoped issue.
- continuous-improvement.yml: pick the top open queue item; close both the
priority issue and the run tracker.
- CONTINUOUS_IMPROVEMENT.md: document the architect → queue → increment pipeline.
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-27 16:18:03 +01:00