From 3c60c14ef8e12915657719683ad12db5b3b0bf8e Mon Sep 17 00:00:00 2001 From: a5c automation Date: Fri, 17 Jul 2026 03:30:48 +0000 Subject: [PATCH 1/4] docs: daily changelog update --- CHANGELOG.md | 506 ++----------------------------- docs/daily-updates/2026-07-17.md | 61 ++++ 2 files changed, 87 insertions(+), 480 deletions(-) create mode 100644 docs/daily-updates/2026-07-17.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b6cc266..3823f91e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [Unreleased] - 2026-07-17 + +### Features +- face488d0 feat(kip-sdk): graph-qa (TDD converged min=92, acceptance PASS) (Tal Muskal, 15 hours ago) +- 5d9c7e1eb feat(kip-sdk): kip-mcp (TDD converged min=88, acceptance PASS) (Tal Muskal, 16 hours ago) +- b20d6856f feat(kip-sdk): kip-cli (TDD converged min=88, acceptance PASS) (Tal Muskal, 17 hours ago) +- 8cdebf440 feat(kip-sdk): modularize (TDD converged min=93, acceptance PASS) (Tal Muskal, 18 hours ago) +- eec8c757a feat(kip-sdk): M9-conformance (TDD converged min=88, acceptance PASS) (Tal Muskal, 18 hours ago) +- 345ca2da0 feat(kip-sdk): M8-security (TDD converged min=89, acceptance PASS) (Tal Muskal, 20 hours ago) +- 1feb75c46 feat(kip-sdk): M7-acquisition (TDD converged min=92, acceptance PASS) (Tal Muskal, 22 hours ago) +- c6137fbc3 feat(kip-sdk): M4-retrieval (TDD converged min=90, acceptance PASS) (Tal Muskal, 23 hours ago) + +### Documentation +- fae53b9ab docs(kip-sdk): fix-all final report + integration verification (Tal Muskal, 10 hours ago) +- 66fe42ba6 docs: changelog update 2026-07-15 (#1412) (a5c-ai[bot], 24 hours ago) + +### Tests +- d1226c83d test(kip-sdk): frozen graph-qa tests (spec-driven, pre-implementation) (Tal Muskal, 16 hours ago) +- 72e6a0da7 test(kip-sdk): frozen kip-mcp tests (spec-driven, pre-implementation) (Tal Muskal, 17 hours ago) +- bacfe8ab6 test(kip-sdk): frozen kip-cli tests (spec-driven, pre-implementation) (Tal Muskal, 18 hours ago) +- b80136bc4 test(kip-sdk): frozen modularize tests (spec-driven, pre-implementation) (Tal Muskal, 18 hours ago) +- 28aed84be test(kip-sdk): frozen M9-conformance tests (spec-driven, pre-implementation) (Tal Muskal, 19 hours ago) +- 1e4e3ca26 test(kip-sdk): frozen M8-security tests (spec-driven, pre-implementation) (Tal Muskal, 21 hours ago) +- 43f6dd688 test(kip-sdk): frozen M7-acquisition tests (spec-driven, pre-implementation) (Tal Muskal, 23 hours ago) +- ec980e959 test(kip-sdk): frozen M4-retrieval tests (spec-driven, pre-implementation) (Tal Muskal, 24 hours ago) + ## [Unreleased] - 2026-07-15 ### Maintenance @@ -97,12 +123,9 @@ - No unreleased changes. - ## [6.0.0] - 2026-06-24 - 2026-06-05 - - ### Features - 095b96c4f feat(trust): implement GAP-TRUST-001 — signing primitives in genty-core (Tal Muskal, 10 minutes ago) @@ -710,12 +733,9 @@ - No unreleased changes. - ## [5.0.0] - 2026-04-18 - No notable changes. - - ### Fixed - Restored the automatic stop-hook drive of `babysitter run:iterate` inside Claude Code and GitHub Copilot sessions. Two regressions had broken the chain: (a) `setBabysitterSessionIdInEnvFile` (and its Copilot twin) rewrote `CLAUDE_ENV_FILE`/`COPILOT_ENV_FILE` via `writeFileSync(tmp)+renameSync`, breaking the harness env-sourcing contract that relies on append-only writes to a stable inode; (b) the session-start PID-marker writer emitted `current-session-pid-` while the reader expected the slugged `current-session-claude-code-pid-`, causing the marker rail to always miss. The writer now goes through `getSessionMarkerPath()` so writer and reader agree, and the env-file helpers are append-only. The resolver's last-match regex already tolerates accumulated exports from repeated session rotation, so append-only is safe. - Inverted session-ID resolution precedence across all harness adapters to prefer the PID-scoped session marker (authoritative, tied to live ancestor Claude Code PID) over the inheritable `BABYSITTER_SESSION_ID` env var, which previously caused cross-session bleed when a parent shell had a stale export. @@ -725,1268 +745,795 @@ - Added `BABYSITTER_TRUST_ENV_SESSION=1` escape hatch to retain legacy env-first precedence for CI workflows that deliberately export `BABYSITTER_SESSION_ID`. - Closes #130; related to previously-fixed #100, #107, #75. - ## [0.0.187] - 2026-04-04 - No notable changes. - - - No unreleased changes. - ## [0.0.186] - 2026-04-04 - No notable changes. - - - No unreleased changes. - ## [0.0.185] - 2026-04-04 - No notable changes. - - - No unreleased changes. - ## [0.0.184] - 2026-04-03 - No notable changes. - - - No unreleased changes. - ## [0.0.183] - 2026-03-30 - No notable changes. - - - No unreleased changes. - ## [0.0.182] - 2026-03-15 - No notable changes. - - - No unreleased changes. - ## [0.0.181] - 2026-03-15 - No notable changes. - - - No unreleased changes. - ## [0.0.180] - 2026-03-10 - No notable changes. - - - No unreleased changes. - ## [0.0.179] - 2026-03-07 - No notable changes. - - - No unreleased changes. - ## [0.0.178] - 2026-03-07 - No notable changes. - - - No unreleased changes. - ## [0.0.177] - 2026-03-06 - No notable changes. - - - No unreleased changes. - ## [0.0.176] - 2026-03-06 - No notable changes. - - - No unreleased changes. - ## [0.0.175] - 2026-03-04 - No notable changes. - - - No unreleased changes. - ## [0.0.174] - 2026-03-04 - No notable changes. - - - No unreleased changes. - ## [0.0.173] - 2026-03-03 - No notable changes. - - - No unreleased changes. - ## [0.0.172] - 2026-03-03 - No notable changes. - - - No unreleased changes. - ## [0.0.171] - 2026-03-03 - No notable changes. - - - No unreleased changes. - ## [0.0.170] - 2026-03-03 - No notable changes. - - - No unreleased changes. - ## [0.0.169] - 2026-02-19 - No notable changes. - - - No unreleased changes. - ## [0.0.168] - 2026-02-16 - No notable changes. - - - No unreleased changes. - ## [0.0.167] - 2026-02-16 - No notable changes. - - - No unreleased changes. - ## [0.0.166] - 2026-02-12 - No notable changes. - - - No unreleased changes. - ## [0.0.165] - 2026-02-10 - No notable changes. - - - No unreleased changes. - ## [0.0.164] - 2026-02-10 - No notable changes. - - - No unreleased changes. - ## [0.0.163] - 2026-02-10 - No notable changes. - - - No unreleased changes. - ## [0.0.162] - 2026-02-10 - No notable changes. - - - No unreleased changes. - ## [0.0.161] - 2026-02-10 - No notable changes. - - - No unreleased changes. - ## [0.0.160] - 2026-02-08 - No notable changes. - - - No unreleased changes. - ## [0.0.159] - 2026-02-08 - No notable changes. - - - No unreleased changes. - ## [0.0.158] - 2026-02-02 - No notable changes. - - - No unreleased changes. - ## [0.0.157] - 2026-01-31 - No notable changes. - - - No unreleased changes. - ## [0.0.156] - 2026-01-31 - No notable changes. - - - No unreleased changes. - ## [0.0.155] - 2026-01-31 - No notable changes. - - - No unreleased changes. - ## [0.0.154] - 2026-01-31 - No notable changes. - - - No unreleased changes. - ## [0.0.153] - 2026-01-30 - No notable changes. - - - No unreleased changes. - ## [0.0.152] - 2026-01-30 - No notable changes. - - - No unreleased changes. - ## [0.0.151] - 2026-01-30 - No notable changes. - - - No unreleased changes. - ## [0.0.150] - 2026-01-28 - No notable changes. - - - No unreleased changes. - ## [0.0.149] - 2026-01-27 - No notable changes. - - - No unreleased changes. - ## [0.0.148] - 2026-01-27 - No notable changes. - - - No unreleased changes. - ## [0.0.147] - 2026-01-27 - No notable changes. - - - No unreleased changes. - ## [0.0.146] - 2026-01-27 - No notable changes. - - - No unreleased changes. - ## [0.0.145] - 2026-01-27 - No notable changes. - - - No unreleased changes. - ## [0.0.144] - 2026-01-27 - No notable changes. - - - No unreleased changes. - ## [0.0.143] - 2026-01-27 - No notable changes. - - - No unreleased changes. - ## [0.0.142] - 2026-01-27 - No notable changes. - - - No unreleased changes. - ## [0.0.141] - 2026-01-27 - No notable changes. - - - No unreleased changes. - ## [0.0.140] - 2026-01-26 - No notable changes. - - - No unreleased changes. - ## [0.0.139] - 2026-01-26 - No notable changes. - - - No unreleased changes. - ## [0.0.138] - 2026-01-26 - No notable changes. - - - No unreleased changes. - ## [0.0.137] - 2026-01-26 - No notable changes. - - - No unreleased changes. - ## [0.0.136] - 2026-01-26 - No notable changes. - - - No unreleased changes. - ## [0.0.135] - 2026-01-26 - No notable changes. - - - No unreleased changes. - ## [0.0.134] - 2026-01-26 - No notable changes. - - - No unreleased changes. - ## [0.0.133] - 2026-01-26 - No notable changes. - - - No unreleased changes. - ## [0.0.132] - 2026-01-26 - No notable changes. - - - No unreleased changes. - ## [0.0.131] - 2026-01-26 - No notable changes. - - - No unreleased changes. - ## [0.0.130] - 2026-01-26 - No notable changes. - - - No unreleased changes. - ## [0.0.129] - 2026-01-25 - No notable changes. - - - No unreleased changes. - ## [0.0.128] - 2026-01-25 - No notable changes. - - - No unreleased changes. - ## [0.0.127] - 2026-01-25 - No notable changes. - - - No unreleased changes. - ## [0.0.126] - 2026-01-25 - No notable changes. - - - No unreleased changes. - ## [0.0.125] - 2026-01-25 - No notable changes. - - - No unreleased changes. - ## [0.0.124] - 2026-01-25 - No notable changes. - - - No unreleased changes. - ## [0.0.123] - 2026-01-25 - No notable changes. - - - No unreleased changes. - ## [0.0.122] - 2026-01-25 - No notable changes. - - - No unreleased changes. - ## [0.0.121] - 2026-01-25 - No notable changes. - - - No unreleased changes. - ## [0.0.120] - 2026-01-25 - No notable changes. - - - No unreleased changes. - ## [0.0.119] - 2026-01-25 - No notable changes. - - - No unreleased changes. - ## [0.0.118] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.117] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.116] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.115] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.114] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.113] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.112] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.111] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.110] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.109] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.108] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.107] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.106] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.105] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.104] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.103] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.102] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.101] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.100] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.99] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.98] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.97] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.96] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.95] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.94] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.93] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.92] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.91] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.90] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.89] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.88] - 2026-01-24 - No notable changes. - - - No unreleased changes. - ## [0.0.87] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.86] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.85] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.84] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.83] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.82] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.81] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.80] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.79] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.78] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.77] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.76] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.75] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.74] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.73] - 2026-01-23 - No notable changes. - - - No unreleased changes. - ## [0.0.72] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.71] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.70] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.69] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.68] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.67] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.66] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.65] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.64] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.63] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.62] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.61] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.60] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.59] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.58] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.57] - 2026-01-22 - No notable changes. - - - No unreleased changes. - ## [0.0.56] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.55] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.54] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.53] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.52] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.51] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.50] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.49] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.48] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.47] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.46] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.45] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.44] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.43] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.42] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.41] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.40] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.39] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.38] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.37] - 2026-01-21 - No notable changes. - - - No unreleased changes. - ## [0.0.36] - 2026-01-20 - No notable changes. - - - No unreleased changes. - ## [0.0.35] - 2026-01-20 - No notable changes. - - - No unreleased changes. - ## [0.0.34] - 2026-01-20 - No notable changes. - - - No unreleased changes. - ## [0.0.33] - 2026-01-20 - No notable changes. - - - No unreleased changes. - ## [0.0.32] - 2026-01-20 - No notable changes. - - - No unreleased changes. - ## [0.0.31] - 2026-01-20 - No notable changes. - - - No unreleased changes. - ## [Unreleased] - No unreleased changes. - ## [0.0.170] - 2026-03-02 Major release featuring a complete hook system overhaul, Docker-based deployment, harness adapter architecture for agent-agnostic compatibility, a growing process library with methodology assimilation, and many new slash commands. @@ -2100,7 +1647,6 @@ Thank you for the active contributions and support: @YoavMayer , @MaTriXy , @guy --- - ### Added - Explorer context command `Babysitter: Dispatch Run from Task File` that trims `.task.md` content and invokes the standard dispatch flow. - Continuous release pipeline (`.github/workflows/release.yml`) with pinned actions, checksum-protected VSIX artifacts, helper scripts for semantic versioning/release notes, and a documented rollback script (`scripts/rollback-release.sh` + `docs/release-pipeline.md`). diff --git a/docs/daily-updates/2026-07-17.md b/docs/daily-updates/2026-07-17.md new file mode 100644 index 000000000..d6b53eec3 --- /dev/null +++ b/docs/daily-updates/2026-07-17.md @@ -0,0 +1,61 @@ +# Daily Update - 2026-07-17 + +## Summary of Changes + +### Features +- face488d0 feat(kip-sdk): graph-qa (TDD converged min=92, acceptance PASS) (Tal Muskal, 15 hours ago) +- 5d9c7e1eb feat(kip-sdk): kip-mcp (TDD converged min=88, acceptance PASS) (Tal Muskal, 16 hours ago) +- b20d6856f feat(kip-sdk): kip-cli (TDD converged min=88, acceptance PASS) (Tal Muskal, 17 hours ago) +- 8cdebf440 feat(kip-sdk): modularize (TDD converged min=93, acceptance PASS) (Tal Muskal, 18 hours ago) +- eec8c757a feat(kip-sdk): M9-conformance (TDD converged min=88, acceptance PASS) (Tal Muskal, 18 hours ago) +- 345ca2da0 feat(kip-sdk): M8-security (TDD converged min=89, acceptance PASS) (Tal Muskal, 20 hours ago) +- 1feb75c46 feat(kip-sdk): M7-acquisition (TDD converged min=92, acceptance PASS) (Tal Muskal, 22 hours ago) +- c6137fbc3 feat(kip-sdk): M4-retrieval (TDD converged min=90, acceptance PASS) (Tal Muskal, 23 hours ago) + +### Documentation +- fae53b9ab docs(kip-sdk): fix-all final report + integration verification (Tal Muskal, 10 hours ago) +- 66fe42ba6 docs: changelog update 2026-07-15 (#1412) (a5c-ai[bot], 24 hours ago) + +### Tests +- d1226c83d test(kip-sdk): frozen graph-qa tests (spec-driven, pre-implementation) (Tal Muskal, 16 hours ago) +- 72e6a0da7 test(kip-sdk): frozen kip-mcp tests (spec-driven, pre-implementation) (Tal Muskal, 17 hours ago) +- bacfe8ab6 test(kip-sdk): frozen kip-cli tests (spec-driven, pre-implementation) (Tal Muskal, 18 hours ago) +- b80136bc4 test(kip-sdk): frozen modularize tests (spec-driven, pre-implementation) (Tal Muskal, 18 hours ago) +- 28aed84be test(kip-sdk): frozen M9-conformance tests (spec-driven, pre-implementation) (Tal Muskal, 19 hours ago) +- 1e4e3ca26 test(kip-sdk): frozen M8-security tests (spec-driven, pre-implementation) (Tal Muskal, 21 hours ago) +- 43f6dd688 test(kip-sdk): frozen M7-acquisition tests (spec-driven, pre-implementation) (Tal Muskal, 23 hours ago) +- ec980e959 test(kip-sdk): frozen M4-retrieval tests (spec-driven, pre-implementation) (Tal Muskal, 24 hours ago) + +## PRs Merged +- No merged PRs found for today. + +## Issues Opened +- No opened issues found for today. + +## Issues Closed +- No closed issues found for today. + +## CI Status Summary +- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552529764 +- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552528172 +- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552526231 +- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552524513 +- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552522793 +- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552515004 +- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552514324 +- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552513592 +- QA Daily: in_progress on main - https://github.com/a5c-ai/babysitter/actions/runs/29552335254 +- Code Quality: Scheduled: completed / success on main - https://github.com/a5c-ai/babysitter/actions/runs/29537466101 +- Triage: Publish Failure: completed / failure on main - https://github.com/a5c-ai/babysitter/actions/runs/29518482094 +- Publish: completed / failure on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518065076 +- kip-docs-link-check: completed / success on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518064493 +- kip-inv12-golden-digest: completed / failure on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518063567 +- QA Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508118024 +- Agent Review Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117907 +- Agent Conflict Fix: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117884 +- Agent Plan Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117111 +- Agent Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117018 +- Issue Triage Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508116824 + +## Live-stack Test Results +- No live-stack test runs found in recent GitHub Actions history. From cf99aaa4d2c688ea958d7f2829efab4bfc4bd069 Mon Sep 17 00:00:00 2001 From: a5c automation Date: Fri, 17 Jul 2026 03:31:41 +0000 Subject: [PATCH 2/4] docs: daily changelog update --- CHANGELOG.md | 13 ++++ docs/daily-updates/2026-07-17.md | 115 ++++++++++++++++++++++++------- 2 files changed, 104 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3823f91e9..623d8f609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,14 @@ - 1feb75c46 feat(kip-sdk): M7-acquisition (TDD converged min=92, acceptance PASS) (Tal Muskal, 22 hours ago) - c6137fbc3 feat(kip-sdk): M4-retrieval (TDD converged min=90, acceptance PASS) (Tal Muskal, 23 hours ago) +### Bug Fixes +- No changes. + +### Refactors +- No changes. + ### Documentation +- 3c60c14ef docs: daily changelog update (a5c automation, 7 seconds ago) - fae53b9ab docs(kip-sdk): fix-all final report + integration verification (Tal Muskal, 10 hours ago) - 66fe42ba6 docs: changelog update 2026-07-15 (#1412) (a5c-ai[bot], 24 hours ago) @@ -26,6 +33,12 @@ - 43f6dd688 test(kip-sdk): frozen M7-acquisition tests (spec-driven, pre-implementation) (Tal Muskal, 23 hours ago) - ec980e959 test(kip-sdk): frozen M4-retrieval tests (spec-driven, pre-implementation) (Tal Muskal, 24 hours ago) +### CI/CD +- No changes. + +### Maintenance +- No changes. + ## [Unreleased] - 2026-07-15 ### Maintenance diff --git a/docs/daily-updates/2026-07-17.md b/docs/daily-updates/2026-07-17.md index d6b53eec3..59ad97405 100644 --- a/docs/daily-updates/2026-07-17.md +++ b/docs/daily-updates/2026-07-17.md @@ -12,7 +12,14 @@ - 1feb75c46 feat(kip-sdk): M7-acquisition (TDD converged min=92, acceptance PASS) (Tal Muskal, 22 hours ago) - c6137fbc3 feat(kip-sdk): M4-retrieval (TDD converged min=90, acceptance PASS) (Tal Muskal, 23 hours ago) +### Bug Fixes +- No changes. + +### Refactors +- No changes. + ### Documentation +- 3c60c14ef docs: daily changelog update (a5c automation, 7 seconds ago) - fae53b9ab docs(kip-sdk): fix-all final report + integration verification (Tal Muskal, 10 hours ago) - 66fe42ba6 docs: changelog update 2026-07-15 (#1412) (a5c-ai[bot], 24 hours ago) @@ -26,36 +33,96 @@ - 43f6dd688 test(kip-sdk): frozen M7-acquisition tests (spec-driven, pre-implementation) (Tal Muskal, 23 hours ago) - ec980e959 test(kip-sdk): frozen M4-retrieval tests (spec-driven, pre-implementation) (Tal Muskal, 24 hours ago) +### CI/CD +- No changes. + +### Maintenance +- No changes. + ## PRs Merged -- No merged PRs found for today. +- #1412 docs: changelog update 2026-07-15 - https://github.com/a5c-ai/babysitter/pull/1412 ## Issues Opened -- No opened issues found for today. +- #1474 Track OpenAI GPT Image 2 and GPT-4o mini TTS deprecation - https://github.com/a5c-ai/babysitter/issues/1474 +- #1473 Track Together AI, Fireworks, and Groq 2026 model catalog updates - https://github.com/a5c-ai/babysitter/issues/1473 +- #1472 Track Cohere Command and Embed v4 model updates - https://github.com/a5c-ai/babysitter/issues/1472 +- #1471 Track Amazon Nova 2 Bedrock models - https://github.com/a5c-ai/babysitter/issues/1471 +- #1470 Track Alibaba Qwen 2026 model catalog updates - https://github.com/a5c-ai/babysitter/issues/1470 +- #1469 Track Mistral 2026 Large, Medium, Codestral, and Pixtral models - https://github.com/a5c-ai/babysitter/issues/1469 +- #1468 Track DeepSeek 2026 V4/R1/Coder model updates - https://github.com/a5c-ai/babysitter/issues/1468 +- #1467 Track Meta Llama 4 model family availability - https://github.com/a5c-ai/babysitter/issues/1467 +- #1466 Track xAI Grok 4.5 model family - https://github.com/a5c-ai/babysitter/issues/1466 +- #1465 Track Google Gemini 2026 model catalog updates - https://github.com/a5c-ai/babysitter/issues/1465 +- #1464 Track Anthropic Claude 2026 lineup: Fable 5, Opus 4.8, Sonnet 5, Haiku 4.5 - https://github.com/a5c-ai/babysitter/issues/1464 +- #1462 Track Oh-My-Pi 17.0.1 upstream release - https://github.com/a5c-ai/babysitter/issues/1462 +- #1461 Track OpenCode 1.18.2 upstream release - https://github.com/a5c-ai/babysitter/issues/1461 +- #1460 Track Factory Droid CLI 0.173.0 upstream release - https://github.com/a5c-ai/babysitter/issues/1460 +- #1459 Track GitHub Copilot CLI 1.0.71 upstream release - https://github.com/a5c-ai/babysitter/issues/1459 +- #1458 Track Codex CLI 0.144.5 upstream release - https://github.com/a5c-ai/babysitter/issues/1458 +- #1457 Track Claude Agent SDK 0.3.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1457 +- #1456 Track Claude Code 2.1.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1456 +- #1455 Track Antigravity CLI 1.1.3 upstream release - https://github.com/a5c-ai/babysitter/issues/1455 +- #1454 Track Amp CLI 0.0.1784177987-g5d539a upstream release - https://github.com/a5c-ai/babysitter/issues/1454 +- #1453 Track Oh-My-Pi 17.0.1 upstream release - https://github.com/a5c-ai/babysitter/issues/1453 +- #1452 Track OpenCode 1.18.2 upstream release - https://github.com/a5c-ai/babysitter/issues/1452 +- #1451 Track Factory Droid CLI 0.173.0 upstream release - https://github.com/a5c-ai/babysitter/issues/1451 +- #1450 Track GitHub Copilot CLI 1.0.71 upstream release - https://github.com/a5c-ai/babysitter/issues/1450 +- #1449 Track Codex CLI 0.144.5 upstream release - https://github.com/a5c-ai/babysitter/issues/1449 +- #1448 Track Claude Agent SDK 0.3.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1448 +- #1447 Track Claude Code 2.1.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1447 +- #1446 Track Antigravity CLI 1.1.3 upstream release - https://github.com/a5c-ai/babysitter/issues/1446 +- #1445 Track Amp CLI 0.0.1784177987-g5d539a upstream release - https://github.com/a5c-ai/babysitter/issues/1445 +- #1444 Live Stack QA lane red on all refs incl. staging: bp cells fail at `npm install --global ./packages/adapters/hooks/cli`, vanilla cells fail at agent launch - https://github.com/a5c-ai/babysitter/issues/1444 +- #1443 live-stack failure: macos-latest Live Stack (macos-latest, vanilla, codex/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1443 +- #1442 live-stack failure: macos-latest Live Stack (macos-latest, vanilla, gemini-cli/gemini-3.5-flash, bridged-interactive) - https://github.com/a5c-ai/babysitter/issues/1442 +- #1441 live-stack failure: macos-latest Live Stack (macos-latest, vanilla, claude-code/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1441 +- #1440 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/resume, codex/gpt-5.5, interactive) - https://github.com/a5c-ai/babysitter/issues/1440 +- #1439 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, hermes/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1439 +- #1438 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, claude-code/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1438 +- #1437 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/create, codex/gpt-5.5, interactive) - https://github.com/a5c-ai/babysitter/issues/1437 +- #1436 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/resume, claude-code/gpt-5.5, interactive) - https://github.com/a5c-ai/babysitter/issues/1436 +- #1435 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, pi/DeepSeek-V4-Pro, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1435 +- #1434 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, copilot-cli/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1434 +- #1433 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, gemini-cli/gemini-3.5-flash, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1433 +- #1432 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, codex/gemini-3.5-flash, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1432 +- #1431 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/resume, codex/gpt-5.5, bridged-hooks) - https://github.com/a5c-ai/babysitter/issues/1431 +- #1430 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/create, codex/gpt-5.5, bridged-hooks) - https://github.com/a5c-ai/babysitter/issues/1430 +- #1429 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/predefined, codex/gpt-5.5, bridged-hooks) - https://github.com/a5c-ai/babysitter/issues/1429 ## Issues Closed -- No closed issues found for today. +- #1464 Track Anthropic Claude 2026 lineup: Fable 5, Opus 4.8, Sonnet 5, Haiku 4.5 - https://github.com/a5c-ai/babysitter/issues/1464 +- #1462 Track Oh-My-Pi 17.0.1 upstream release - https://github.com/a5c-ai/babysitter/issues/1462 +- #1461 Track OpenCode 1.18.2 upstream release - https://github.com/a5c-ai/babysitter/issues/1461 +- #1460 Track Factory Droid CLI 0.173.0 upstream release - https://github.com/a5c-ai/babysitter/issues/1460 +- #1459 Track GitHub Copilot CLI 1.0.71 upstream release - https://github.com/a5c-ai/babysitter/issues/1459 +- #1458 Track Codex CLI 0.144.5 upstream release - https://github.com/a5c-ai/babysitter/issues/1458 +- #1457 Track Claude Agent SDK 0.3.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1457 +- #1456 Track Claude Code 2.1.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1456 +- #1455 Track Antigravity CLI 1.1.3 upstream release - https://github.com/a5c-ai/babysitter/issues/1455 +- #1454 Track Amp CLI 0.0.1784177987-g5d539a upstream release - https://github.com/a5c-ai/babysitter/issues/1454 +- #1444 Live Stack QA lane red on all refs incl. staging: bp cells fail at `npm install --global ./packages/adapters/hooks/cli`, vanilla cells fail at agent launch - https://github.com/a5c-ai/babysitter/issues/1444 ## CI Status Summary -- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552529764 -- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552528172 -- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552526231 -- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552524513 -- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552522793 -- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552515004 -- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552514324 -- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552513592 -- QA Daily: in_progress on main - https://github.com/a5c-ai/babysitter/actions/runs/29552335254 -- Code Quality: Scheduled: completed / success on main - https://github.com/a5c-ai/babysitter/actions/runs/29537466101 -- Triage: Publish Failure: completed / failure on main - https://github.com/a5c-ai/babysitter/actions/runs/29518482094 -- Publish: completed / failure on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518065076 -- kip-docs-link-check: completed / success on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518064493 -- kip-inv12-golden-digest: completed / failure on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518063567 -- QA Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508118024 -- Agent Review Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117907 -- Agent Conflict Fix: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117884 -- Agent Plan Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117111 -- Agent Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117018 -- Issue Triage Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508116824 +- CI: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552564346) +- Agent Review Dispatch: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552529764) +- Agent Review Dispatch: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552528172) +- Agent Review Dispatch: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552526231) +- Agent Review Dispatch: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552524513) +- Agent Review Dispatch: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552522793) +- Agent Review Dispatch: in_progress (https://github.com/a5c-ai/babysitter/actions/runs/29552515004) +- Agent Review Dispatch: in_progress (https://github.com/a5c-ai/babysitter/actions/runs/29552514324) +- Agent Review Dispatch: in_progress (https://github.com/a5c-ai/babysitter/actions/runs/29552513592) +- QA Daily: in_progress (https://github.com/a5c-ai/babysitter/actions/runs/29552335254) +- CodeQL: success (https://github.com/a5c-ai/babysitter/actions/runs/29537466101) +- Triage: Publish Failure: failure (https://github.com/a5c-ai/babysitter/actions/runs/29518482094) +- Publish: failure (https://github.com/a5c-ai/babysitter/actions/runs/29518065076) +- kip-docs-link-check: success (https://github.com/a5c-ai/babysitter/actions/runs/29518064493) +- kip-inv12-golden-digest: failure (https://github.com/a5c-ai/babysitter/actions/runs/29518063567) +- QA Dispatch: skipped (https://github.com/a5c-ai/babysitter/actions/runs/29508118024) +- Agent Review Dispatch: skipped (https://github.com/a5c-ai/babysitter/actions/runs/29508117907) +- Agent Conflict Fix: skipped (https://github.com/a5c-ai/babysitter/actions/runs/29508117884) +- Agent Plan Dispatch: skipped (https://github.com/a5c-ai/babysitter/actions/runs/29508117111) +- Agent Dispatch: skipped (https://github.com/a5c-ai/babysitter/actions/runs/29508117018) ## Live-stack Test Results -- No live-stack test runs found in recent GitHub Actions history. +No live-stack test artifacts found. From 5fca7efcb309398647bb8fdedd896d8f8f7613a0 Mon Sep 17 00:00:00 2001 From: a5c automation Date: Fri, 17 Jul 2026 03:32:47 +0000 Subject: [PATCH 3/4] docs: narrow daily changelog diff --- CHANGELOG.md | 493 ++++++++++++++++++++++++++++++- docs/daily-updates/2026-07-17.md | 115 ++----- 2 files changed, 504 insertions(+), 104 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 623d8f609..82b9181ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,7 @@ - 1feb75c46 feat(kip-sdk): M7-acquisition (TDD converged min=92, acceptance PASS) (Tal Muskal, 22 hours ago) - c6137fbc3 feat(kip-sdk): M4-retrieval (TDD converged min=90, acceptance PASS) (Tal Muskal, 23 hours ago) -### Bug Fixes -- No changes. - -### Refactors -- No changes. - ### Documentation -- 3c60c14ef docs: daily changelog update (a5c automation, 7 seconds ago) - fae53b9ab docs(kip-sdk): fix-all final report + integration verification (Tal Muskal, 10 hours ago) - 66fe42ba6 docs: changelog update 2026-07-15 (#1412) (a5c-ai[bot], 24 hours ago) @@ -33,12 +26,6 @@ - 43f6dd688 test(kip-sdk): frozen M7-acquisition tests (spec-driven, pre-implementation) (Tal Muskal, 23 hours ago) - ec980e959 test(kip-sdk): frozen M4-retrieval tests (spec-driven, pre-implementation) (Tal Muskal, 24 hours ago) -### CI/CD -- No changes. - -### Maintenance -- No changes. - ## [Unreleased] - 2026-07-15 ### Maintenance @@ -136,9 +123,12 @@ - No unreleased changes. + ## [6.0.0] - 2026-06-24 - 2026-06-05 + + ### Features - 095b96c4f feat(trust): implement GAP-TRUST-001 — signing primitives in genty-core (Tal Muskal, 10 minutes ago) @@ -746,9 +736,12 @@ - No unreleased changes. + ## [5.0.0] - 2026-04-18 - No notable changes. + + ### Fixed - Restored the automatic stop-hook drive of `babysitter run:iterate` inside Claude Code and GitHub Copilot sessions. Two regressions had broken the chain: (a) `setBabysitterSessionIdInEnvFile` (and its Copilot twin) rewrote `CLAUDE_ENV_FILE`/`COPILOT_ENV_FILE` via `writeFileSync(tmp)+renameSync`, breaking the harness env-sourcing contract that relies on append-only writes to a stable inode; (b) the session-start PID-marker writer emitted `current-session-pid-` while the reader expected the slugged `current-session-claude-code-pid-`, causing the marker rail to always miss. The writer now goes through `getSessionMarkerPath()` so writer and reader agree, and the env-file helpers are append-only. The resolver's last-match regex already tolerates accumulated exports from repeated session rotation, so append-only is safe. - Inverted session-ID resolution precedence across all harness adapters to prefer the PID-scoped session marker (authoritative, tied to live ancestor Claude Code PID) over the inheritable `BABYSITTER_SESSION_ID` env var, which previously caused cross-session bleed when a parent shell had a stale export. @@ -758,795 +751,1268 @@ - Added `BABYSITTER_TRUST_ENV_SESSION=1` escape hatch to retain legacy env-first precedence for CI workflows that deliberately export `BABYSITTER_SESSION_ID`. - Closes #130; related to previously-fixed #100, #107, #75. + ## [0.0.187] - 2026-04-04 - No notable changes. + + - No unreleased changes. + ## [0.0.186] - 2026-04-04 - No notable changes. + + - No unreleased changes. + ## [0.0.185] - 2026-04-04 - No notable changes. + + - No unreleased changes. + ## [0.0.184] - 2026-04-03 - No notable changes. + + - No unreleased changes. + ## [0.0.183] - 2026-03-30 - No notable changes. + + - No unreleased changes. + ## [0.0.182] - 2026-03-15 - No notable changes. + + - No unreleased changes. + ## [0.0.181] - 2026-03-15 - No notable changes. + + - No unreleased changes. + ## [0.0.180] - 2026-03-10 - No notable changes. + + - No unreleased changes. + ## [0.0.179] - 2026-03-07 - No notable changes. + + - No unreleased changes. + ## [0.0.178] - 2026-03-07 - No notable changes. + + - No unreleased changes. + ## [0.0.177] - 2026-03-06 - No notable changes. + + - No unreleased changes. + ## [0.0.176] - 2026-03-06 - No notable changes. + + - No unreleased changes. + ## [0.0.175] - 2026-03-04 - No notable changes. + + - No unreleased changes. + ## [0.0.174] - 2026-03-04 - No notable changes. + + - No unreleased changes. + ## [0.0.173] - 2026-03-03 - No notable changes. + + - No unreleased changes. + ## [0.0.172] - 2026-03-03 - No notable changes. + + - No unreleased changes. + ## [0.0.171] - 2026-03-03 - No notable changes. + + - No unreleased changes. + ## [0.0.170] - 2026-03-03 - No notable changes. + + - No unreleased changes. + ## [0.0.169] - 2026-02-19 - No notable changes. + + - No unreleased changes. + ## [0.0.168] - 2026-02-16 - No notable changes. + + - No unreleased changes. + ## [0.0.167] - 2026-02-16 - No notable changes. + + - No unreleased changes. + ## [0.0.166] - 2026-02-12 - No notable changes. + + - No unreleased changes. + ## [0.0.165] - 2026-02-10 - No notable changes. + + - No unreleased changes. + ## [0.0.164] - 2026-02-10 - No notable changes. + + - No unreleased changes. + ## [0.0.163] - 2026-02-10 - No notable changes. + + - No unreleased changes. + ## [0.0.162] - 2026-02-10 - No notable changes. + + - No unreleased changes. + ## [0.0.161] - 2026-02-10 - No notable changes. + + - No unreleased changes. + ## [0.0.160] - 2026-02-08 - No notable changes. + + - No unreleased changes. + ## [0.0.159] - 2026-02-08 - No notable changes. + + - No unreleased changes. + ## [0.0.158] - 2026-02-02 - No notable changes. + + - No unreleased changes. + ## [0.0.157] - 2026-01-31 - No notable changes. + + - No unreleased changes. + ## [0.0.156] - 2026-01-31 - No notable changes. + + - No unreleased changes. + ## [0.0.155] - 2026-01-31 - No notable changes. + + - No unreleased changes. + ## [0.0.154] - 2026-01-31 - No notable changes. + + - No unreleased changes. + ## [0.0.153] - 2026-01-30 - No notable changes. + + - No unreleased changes. + ## [0.0.152] - 2026-01-30 - No notable changes. + + - No unreleased changes. + ## [0.0.151] - 2026-01-30 - No notable changes. + + - No unreleased changes. + ## [0.0.150] - 2026-01-28 - No notable changes. + + - No unreleased changes. + ## [0.0.149] - 2026-01-27 - No notable changes. + + - No unreleased changes. + ## [0.0.148] - 2026-01-27 - No notable changes. + + - No unreleased changes. + ## [0.0.147] - 2026-01-27 - No notable changes. + + - No unreleased changes. + ## [0.0.146] - 2026-01-27 - No notable changes. + + - No unreleased changes. + ## [0.0.145] - 2026-01-27 - No notable changes. + + - No unreleased changes. + ## [0.0.144] - 2026-01-27 - No notable changes. + + - No unreleased changes. + ## [0.0.143] - 2026-01-27 - No notable changes. + + - No unreleased changes. + ## [0.0.142] - 2026-01-27 - No notable changes. + + - No unreleased changes. + ## [0.0.141] - 2026-01-27 - No notable changes. + + - No unreleased changes. + ## [0.0.140] - 2026-01-26 - No notable changes. + + - No unreleased changes. + ## [0.0.139] - 2026-01-26 - No notable changes. + + - No unreleased changes. + ## [0.0.138] - 2026-01-26 - No notable changes. + + - No unreleased changes. + ## [0.0.137] - 2026-01-26 - No notable changes. + + - No unreleased changes. + ## [0.0.136] - 2026-01-26 - No notable changes. + + - No unreleased changes. + ## [0.0.135] - 2026-01-26 - No notable changes. + + - No unreleased changes. + ## [0.0.134] - 2026-01-26 - No notable changes. + + - No unreleased changes. + ## [0.0.133] - 2026-01-26 - No notable changes. + + - No unreleased changes. + ## [0.0.132] - 2026-01-26 - No notable changes. + + - No unreleased changes. + ## [0.0.131] - 2026-01-26 - No notable changes. + + - No unreleased changes. + ## [0.0.130] - 2026-01-26 - No notable changes. + + - No unreleased changes. + ## [0.0.129] - 2026-01-25 - No notable changes. + + - No unreleased changes. + ## [0.0.128] - 2026-01-25 - No notable changes. + + - No unreleased changes. + ## [0.0.127] - 2026-01-25 - No notable changes. + + - No unreleased changes. + ## [0.0.126] - 2026-01-25 - No notable changes. + + - No unreleased changes. + ## [0.0.125] - 2026-01-25 - No notable changes. + + - No unreleased changes. + ## [0.0.124] - 2026-01-25 - No notable changes. + + - No unreleased changes. + ## [0.0.123] - 2026-01-25 - No notable changes. + + - No unreleased changes. + ## [0.0.122] - 2026-01-25 - No notable changes. + + - No unreleased changes. + ## [0.0.121] - 2026-01-25 - No notable changes. + + - No unreleased changes. + ## [0.0.120] - 2026-01-25 - No notable changes. + + - No unreleased changes. + ## [0.0.119] - 2026-01-25 - No notable changes. + + - No unreleased changes. + ## [0.0.118] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.117] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.116] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.115] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.114] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.113] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.112] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.111] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.110] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.109] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.108] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.107] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.106] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.105] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.104] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.103] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.102] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.101] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.100] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.99] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.98] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.97] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.96] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.95] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.94] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.93] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.92] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.91] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.90] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.89] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.88] - 2026-01-24 - No notable changes. + + - No unreleased changes. + ## [0.0.87] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.86] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.85] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.84] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.83] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.82] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.81] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.80] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.79] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.78] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.77] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.76] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.75] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.74] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.73] - 2026-01-23 - No notable changes. + + - No unreleased changes. + ## [0.0.72] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.71] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.70] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.69] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.68] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.67] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.66] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.65] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.64] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.63] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.62] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.61] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.60] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.59] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.58] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.57] - 2026-01-22 - No notable changes. + + - No unreleased changes. + ## [0.0.56] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.55] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.54] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.53] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.52] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.51] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.50] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.49] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.48] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.47] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.46] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.45] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.44] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.43] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.42] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.41] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.40] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.39] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.38] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.37] - 2026-01-21 - No notable changes. + + - No unreleased changes. + ## [0.0.36] - 2026-01-20 - No notable changes. + + - No unreleased changes. + ## [0.0.35] - 2026-01-20 - No notable changes. + + - No unreleased changes. + ## [0.0.34] - 2026-01-20 - No notable changes. + + - No unreleased changes. + ## [0.0.33] - 2026-01-20 - No notable changes. + + - No unreleased changes. + ## [0.0.32] - 2026-01-20 - No notable changes. + + - No unreleased changes. + ## [0.0.31] - 2026-01-20 - No notable changes. + + - No unreleased changes. + ## [Unreleased] - No unreleased changes. + ## [0.0.170] - 2026-03-02 Major release featuring a complete hook system overhaul, Docker-based deployment, harness adapter architecture for agent-agnostic compatibility, a growing process library with methodology assimilation, and many new slash commands. @@ -1660,6 +2126,7 @@ Thank you for the active contributions and support: @YoavMayer , @MaTriXy , @guy --- + ### Added - Explorer context command `Babysitter: Dispatch Run from Task File` that trims `.task.md` content and invokes the standard dispatch flow. - Continuous release pipeline (`.github/workflows/release.yml`) with pinned actions, checksum-protected VSIX artifacts, helper scripts for semantic versioning/release notes, and a documented rollback script (`scripts/rollback-release.sh` + `docs/release-pipeline.md`). diff --git a/docs/daily-updates/2026-07-17.md b/docs/daily-updates/2026-07-17.md index 59ad97405..d6b53eec3 100644 --- a/docs/daily-updates/2026-07-17.md +++ b/docs/daily-updates/2026-07-17.md @@ -12,14 +12,7 @@ - 1feb75c46 feat(kip-sdk): M7-acquisition (TDD converged min=92, acceptance PASS) (Tal Muskal, 22 hours ago) - c6137fbc3 feat(kip-sdk): M4-retrieval (TDD converged min=90, acceptance PASS) (Tal Muskal, 23 hours ago) -### Bug Fixes -- No changes. - -### Refactors -- No changes. - ### Documentation -- 3c60c14ef docs: daily changelog update (a5c automation, 7 seconds ago) - fae53b9ab docs(kip-sdk): fix-all final report + integration verification (Tal Muskal, 10 hours ago) - 66fe42ba6 docs: changelog update 2026-07-15 (#1412) (a5c-ai[bot], 24 hours ago) @@ -33,96 +26,36 @@ - 43f6dd688 test(kip-sdk): frozen M7-acquisition tests (spec-driven, pre-implementation) (Tal Muskal, 23 hours ago) - ec980e959 test(kip-sdk): frozen M4-retrieval tests (spec-driven, pre-implementation) (Tal Muskal, 24 hours ago) -### CI/CD -- No changes. - -### Maintenance -- No changes. - ## PRs Merged -- #1412 docs: changelog update 2026-07-15 - https://github.com/a5c-ai/babysitter/pull/1412 +- No merged PRs found for today. ## Issues Opened -- #1474 Track OpenAI GPT Image 2 and GPT-4o mini TTS deprecation - https://github.com/a5c-ai/babysitter/issues/1474 -- #1473 Track Together AI, Fireworks, and Groq 2026 model catalog updates - https://github.com/a5c-ai/babysitter/issues/1473 -- #1472 Track Cohere Command and Embed v4 model updates - https://github.com/a5c-ai/babysitter/issues/1472 -- #1471 Track Amazon Nova 2 Bedrock models - https://github.com/a5c-ai/babysitter/issues/1471 -- #1470 Track Alibaba Qwen 2026 model catalog updates - https://github.com/a5c-ai/babysitter/issues/1470 -- #1469 Track Mistral 2026 Large, Medium, Codestral, and Pixtral models - https://github.com/a5c-ai/babysitter/issues/1469 -- #1468 Track DeepSeek 2026 V4/R1/Coder model updates - https://github.com/a5c-ai/babysitter/issues/1468 -- #1467 Track Meta Llama 4 model family availability - https://github.com/a5c-ai/babysitter/issues/1467 -- #1466 Track xAI Grok 4.5 model family - https://github.com/a5c-ai/babysitter/issues/1466 -- #1465 Track Google Gemini 2026 model catalog updates - https://github.com/a5c-ai/babysitter/issues/1465 -- #1464 Track Anthropic Claude 2026 lineup: Fable 5, Opus 4.8, Sonnet 5, Haiku 4.5 - https://github.com/a5c-ai/babysitter/issues/1464 -- #1462 Track Oh-My-Pi 17.0.1 upstream release - https://github.com/a5c-ai/babysitter/issues/1462 -- #1461 Track OpenCode 1.18.2 upstream release - https://github.com/a5c-ai/babysitter/issues/1461 -- #1460 Track Factory Droid CLI 0.173.0 upstream release - https://github.com/a5c-ai/babysitter/issues/1460 -- #1459 Track GitHub Copilot CLI 1.0.71 upstream release - https://github.com/a5c-ai/babysitter/issues/1459 -- #1458 Track Codex CLI 0.144.5 upstream release - https://github.com/a5c-ai/babysitter/issues/1458 -- #1457 Track Claude Agent SDK 0.3.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1457 -- #1456 Track Claude Code 2.1.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1456 -- #1455 Track Antigravity CLI 1.1.3 upstream release - https://github.com/a5c-ai/babysitter/issues/1455 -- #1454 Track Amp CLI 0.0.1784177987-g5d539a upstream release - https://github.com/a5c-ai/babysitter/issues/1454 -- #1453 Track Oh-My-Pi 17.0.1 upstream release - https://github.com/a5c-ai/babysitter/issues/1453 -- #1452 Track OpenCode 1.18.2 upstream release - https://github.com/a5c-ai/babysitter/issues/1452 -- #1451 Track Factory Droid CLI 0.173.0 upstream release - https://github.com/a5c-ai/babysitter/issues/1451 -- #1450 Track GitHub Copilot CLI 1.0.71 upstream release - https://github.com/a5c-ai/babysitter/issues/1450 -- #1449 Track Codex CLI 0.144.5 upstream release - https://github.com/a5c-ai/babysitter/issues/1449 -- #1448 Track Claude Agent SDK 0.3.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1448 -- #1447 Track Claude Code 2.1.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1447 -- #1446 Track Antigravity CLI 1.1.3 upstream release - https://github.com/a5c-ai/babysitter/issues/1446 -- #1445 Track Amp CLI 0.0.1784177987-g5d539a upstream release - https://github.com/a5c-ai/babysitter/issues/1445 -- #1444 Live Stack QA lane red on all refs incl. staging: bp cells fail at `npm install --global ./packages/adapters/hooks/cli`, vanilla cells fail at agent launch - https://github.com/a5c-ai/babysitter/issues/1444 -- #1443 live-stack failure: macos-latest Live Stack (macos-latest, vanilla, codex/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1443 -- #1442 live-stack failure: macos-latest Live Stack (macos-latest, vanilla, gemini-cli/gemini-3.5-flash, bridged-interactive) - https://github.com/a5c-ai/babysitter/issues/1442 -- #1441 live-stack failure: macos-latest Live Stack (macos-latest, vanilla, claude-code/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1441 -- #1440 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/resume, codex/gpt-5.5, interactive) - https://github.com/a5c-ai/babysitter/issues/1440 -- #1439 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, hermes/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1439 -- #1438 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, claude-code/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1438 -- #1437 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/create, codex/gpt-5.5, interactive) - https://github.com/a5c-ai/babysitter/issues/1437 -- #1436 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/resume, claude-code/gpt-5.5, interactive) - https://github.com/a5c-ai/babysitter/issues/1436 -- #1435 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, pi/DeepSeek-V4-Pro, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1435 -- #1434 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, copilot-cli/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1434 -- #1433 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, gemini-cli/gemini-3.5-flash, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1433 -- #1432 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, codex/gemini-3.5-flash, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1432 -- #1431 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/resume, codex/gpt-5.5, bridged-hooks) - https://github.com/a5c-ai/babysitter/issues/1431 -- #1430 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/create, codex/gpt-5.5, bridged-hooks) - https://github.com/a5c-ai/babysitter/issues/1430 -- #1429 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/predefined, codex/gpt-5.5, bridged-hooks) - https://github.com/a5c-ai/babysitter/issues/1429 +- No opened issues found for today. ## Issues Closed -- #1464 Track Anthropic Claude 2026 lineup: Fable 5, Opus 4.8, Sonnet 5, Haiku 4.5 - https://github.com/a5c-ai/babysitter/issues/1464 -- #1462 Track Oh-My-Pi 17.0.1 upstream release - https://github.com/a5c-ai/babysitter/issues/1462 -- #1461 Track OpenCode 1.18.2 upstream release - https://github.com/a5c-ai/babysitter/issues/1461 -- #1460 Track Factory Droid CLI 0.173.0 upstream release - https://github.com/a5c-ai/babysitter/issues/1460 -- #1459 Track GitHub Copilot CLI 1.0.71 upstream release - https://github.com/a5c-ai/babysitter/issues/1459 -- #1458 Track Codex CLI 0.144.5 upstream release - https://github.com/a5c-ai/babysitter/issues/1458 -- #1457 Track Claude Agent SDK 0.3.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1457 -- #1456 Track Claude Code 2.1.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1456 -- #1455 Track Antigravity CLI 1.1.3 upstream release - https://github.com/a5c-ai/babysitter/issues/1455 -- #1454 Track Amp CLI 0.0.1784177987-g5d539a upstream release - https://github.com/a5c-ai/babysitter/issues/1454 -- #1444 Live Stack QA lane red on all refs incl. staging: bp cells fail at `npm install --global ./packages/adapters/hooks/cli`, vanilla cells fail at agent launch - https://github.com/a5c-ai/babysitter/issues/1444 +- No closed issues found for today. ## CI Status Summary -- CI: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552564346) -- Agent Review Dispatch: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552529764) -- Agent Review Dispatch: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552528172) -- Agent Review Dispatch: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552526231) -- Agent Review Dispatch: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552524513) -- Agent Review Dispatch: queued (https://github.com/a5c-ai/babysitter/actions/runs/29552522793) -- Agent Review Dispatch: in_progress (https://github.com/a5c-ai/babysitter/actions/runs/29552515004) -- Agent Review Dispatch: in_progress (https://github.com/a5c-ai/babysitter/actions/runs/29552514324) -- Agent Review Dispatch: in_progress (https://github.com/a5c-ai/babysitter/actions/runs/29552513592) -- QA Daily: in_progress (https://github.com/a5c-ai/babysitter/actions/runs/29552335254) -- CodeQL: success (https://github.com/a5c-ai/babysitter/actions/runs/29537466101) -- Triage: Publish Failure: failure (https://github.com/a5c-ai/babysitter/actions/runs/29518482094) -- Publish: failure (https://github.com/a5c-ai/babysitter/actions/runs/29518065076) -- kip-docs-link-check: success (https://github.com/a5c-ai/babysitter/actions/runs/29518064493) -- kip-inv12-golden-digest: failure (https://github.com/a5c-ai/babysitter/actions/runs/29518063567) -- QA Dispatch: skipped (https://github.com/a5c-ai/babysitter/actions/runs/29508118024) -- Agent Review Dispatch: skipped (https://github.com/a5c-ai/babysitter/actions/runs/29508117907) -- Agent Conflict Fix: skipped (https://github.com/a5c-ai/babysitter/actions/runs/29508117884) -- Agent Plan Dispatch: skipped (https://github.com/a5c-ai/babysitter/actions/runs/29508117111) -- Agent Dispatch: skipped (https://github.com/a5c-ai/babysitter/actions/runs/29508117018) +- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552529764 +- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552528172 +- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552526231 +- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552524513 +- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552522793 +- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552515004 +- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552514324 +- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552513592 +- QA Daily: in_progress on main - https://github.com/a5c-ai/babysitter/actions/runs/29552335254 +- Code Quality: Scheduled: completed / success on main - https://github.com/a5c-ai/babysitter/actions/runs/29537466101 +- Triage: Publish Failure: completed / failure on main - https://github.com/a5c-ai/babysitter/actions/runs/29518482094 +- Publish: completed / failure on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518065076 +- kip-docs-link-check: completed / success on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518064493 +- kip-inv12-golden-digest: completed / failure on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518063567 +- QA Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508118024 +- Agent Review Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117907 +- Agent Conflict Fix: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117884 +- Agent Plan Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117111 +- Agent Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117018 +- Issue Triage Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508116824 ## Live-stack Test Results -No live-stack test artifacts found. +- No live-stack test runs found in recent GitHub Actions history. From fe14d94b628a74009197b0a568ef9d88836a53fa Mon Sep 17 00:00:00 2001 From: a5c automation Date: Fri, 17 Jul 2026 03:33:21 +0000 Subject: [PATCH 4/4] docs: correct daily changelog update --- CHANGELOG.md | 12 ++++ docs/daily-updates/2026-07-17.md | 102 +++++++++++++++++++++++-------- 2 files changed, 90 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b9181ff..e8de30ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ - 1feb75c46 feat(kip-sdk): M7-acquisition (TDD converged min=92, acceptance PASS) (Tal Muskal, 22 hours ago) - c6137fbc3 feat(kip-sdk): M4-retrieval (TDD converged min=90, acceptance PASS) (Tal Muskal, 23 hours ago) +### Bug Fixes +- No changes. + +### Refactors +- No changes. + ### Documentation - fae53b9ab docs(kip-sdk): fix-all final report + integration verification (Tal Muskal, 10 hours ago) - 66fe42ba6 docs: changelog update 2026-07-15 (#1412) (a5c-ai[bot], 24 hours ago) @@ -26,6 +32,12 @@ - 43f6dd688 test(kip-sdk): frozen M7-acquisition tests (spec-driven, pre-implementation) (Tal Muskal, 23 hours ago) - ec980e959 test(kip-sdk): frozen M4-retrieval tests (spec-driven, pre-implementation) (Tal Muskal, 24 hours ago) +### CI/CD +- No changes. + +### Maintenance +- No changes. + ## [Unreleased] - 2026-07-15 ### Maintenance diff --git a/docs/daily-updates/2026-07-17.md b/docs/daily-updates/2026-07-17.md index d6b53eec3..7eb048056 100644 --- a/docs/daily-updates/2026-07-17.md +++ b/docs/daily-updates/2026-07-17.md @@ -27,35 +27,89 @@ - ec980e959 test(kip-sdk): frozen M4-retrieval tests (spec-driven, pre-implementation) (Tal Muskal, 24 hours ago) ## PRs Merged -- No merged PRs found for today. +- #1412 docs: changelog update 2026-07-15 - https://github.com/a5c-ai/babysitter/pull/1412 ## Issues Opened -- No opened issues found for today. +- #1474 Track OpenAI GPT Image 2 and GPT-4o mini TTS deprecation - https://github.com/a5c-ai/babysitter/issues/1474 +- #1473 Track Together AI, Fireworks, and Groq 2026 model catalog updates - https://github.com/a5c-ai/babysitter/issues/1473 +- #1472 Track Cohere Command and Embed v4 model updates - https://github.com/a5c-ai/babysitter/issues/1472 +- #1471 Track Amazon Nova 2 Bedrock models - https://github.com/a5c-ai/babysitter/issues/1471 +- #1470 Track Alibaba Qwen 2026 model catalog updates - https://github.com/a5c-ai/babysitter/issues/1470 +- #1469 Track Mistral 2026 Large, Medium, Codestral, and Pixtral models - https://github.com/a5c-ai/babysitter/issues/1469 +- #1468 Track DeepSeek 2026 V4/R1/Coder model updates - https://github.com/a5c-ai/babysitter/issues/1468 +- #1467 Track Meta Llama 4 model family availability - https://github.com/a5c-ai/babysitter/issues/1467 +- #1466 Track xAI Grok 4.5 model family - https://github.com/a5c-ai/babysitter/issues/1466 +- #1465 Track Google Gemini 2026 model catalog updates - https://github.com/a5c-ai/babysitter/issues/1465 +- #1464 Track Anthropic Claude 2026 lineup: Fable 5, Opus 4.8, Sonnet 5, Haiku 4.5 - https://github.com/a5c-ai/babysitter/issues/1464 +- #1462 Track Oh-My-Pi 17.0.1 upstream release - https://github.com/a5c-ai/babysitter/issues/1462 +- #1461 Track OpenCode 1.18.2 upstream release - https://github.com/a5c-ai/babysitter/issues/1461 +- #1460 Track Factory Droid CLI 0.173.0 upstream release - https://github.com/a5c-ai/babysitter/issues/1460 +- #1459 Track GitHub Copilot CLI 1.0.71 upstream release - https://github.com/a5c-ai/babysitter/issues/1459 +- #1458 Track Codex CLI 0.144.5 upstream release - https://github.com/a5c-ai/babysitter/issues/1458 +- #1457 Track Claude Agent SDK 0.3.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1457 +- #1456 Track Claude Code 2.1.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1456 +- #1455 Track Antigravity CLI 1.1.3 upstream release - https://github.com/a5c-ai/babysitter/issues/1455 +- #1454 Track Amp CLI 0.0.1784177987-g5d539a upstream release - https://github.com/a5c-ai/babysitter/issues/1454 +- #1453 Track Oh-My-Pi 17.0.1 upstream release - https://github.com/a5c-ai/babysitter/issues/1453 +- #1452 Track OpenCode 1.18.2 upstream release - https://github.com/a5c-ai/babysitter/issues/1452 +- #1451 Track Factory Droid CLI 0.173.0 upstream release - https://github.com/a5c-ai/babysitter/issues/1451 +- #1450 Track GitHub Copilot CLI 1.0.71 upstream release - https://github.com/a5c-ai/babysitter/issues/1450 +- #1449 Track Codex CLI 0.144.5 upstream release - https://github.com/a5c-ai/babysitter/issues/1449 +- #1448 Track Claude Agent SDK 0.3.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1448 +- #1447 Track Claude Code 2.1.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1447 +- #1446 Track Antigravity CLI 1.1.3 upstream release - https://github.com/a5c-ai/babysitter/issues/1446 +- #1445 Track Amp CLI 0.0.1784177987-g5d539a upstream release - https://github.com/a5c-ai/babysitter/issues/1445 +- #1444 Live Stack QA lane red on all refs incl. staging: bp cells fail at `npm install --global ./packages/adapters/hooks/cli`, vanilla cells fail at agent launch - https://github.com/a5c-ai/babysitter/issues/1444 +- #1443 live-stack failure: macos-latest Live Stack (macos-latest, vanilla, codex/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1443 +- #1442 live-stack failure: macos-latest Live Stack (macos-latest, vanilla, gemini-cli/gemini-3.5-flash, bridged-interactive) - https://github.com/a5c-ai/babysitter/issues/1442 +- #1441 live-stack failure: macos-latest Live Stack (macos-latest, vanilla, claude-code/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1441 +- #1440 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/resume, codex/gpt-5.5, interactive) - https://github.com/a5c-ai/babysitter/issues/1440 +- #1439 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, hermes/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1439 +- #1438 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, claude-code/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1438 +- #1437 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/create, codex/gpt-5.5, interactive) - https://github.com/a5c-ai/babysitter/issues/1437 +- #1436 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/resume, claude-code/gpt-5.5, interactive) - https://github.com/a5c-ai/babysitter/issues/1436 +- #1435 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, pi/DeepSeek-V4-Pro, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1435 +- #1434 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, copilot-cli/gpt-5.5, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1434 +- #1433 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, gemini-cli/gemini-3.5-flash, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1433 +- #1432 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, vanilla, codex/gemini-3.5-flash, non-interactive) - https://github.com/a5c-ai/babysitter/issues/1432 +- #1431 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/resume, codex/gpt-5.5, bridged-hooks) - https://github.com/a5c-ai/babysitter/issues/1431 +- #1430 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/create, codex/gpt-5.5, bridged-hooks) - https://github.com/a5c-ai/babysitter/issues/1430 +- #1429 live-stack failure: ubuntu-latest-l Live Stack (ubuntu-latest-l, bp/predefined, codex/gpt-5.5, bridged-hooks) - https://github.com/a5c-ai/babysitter/issues/1429 ## Issues Closed -- No closed issues found for today. +- #1464 Track Anthropic Claude 2026 lineup: Fable 5, Opus 4.8, Sonnet 5, Haiku 4.5 - https://github.com/a5c-ai/babysitter/issues/1464 +- #1462 Track Oh-My-Pi 17.0.1 upstream release - https://github.com/a5c-ai/babysitter/issues/1462 +- #1461 Track OpenCode 1.18.2 upstream release - https://github.com/a5c-ai/babysitter/issues/1461 +- #1460 Track Factory Droid CLI 0.173.0 upstream release - https://github.com/a5c-ai/babysitter/issues/1460 +- #1459 Track GitHub Copilot CLI 1.0.71 upstream release - https://github.com/a5c-ai/babysitter/issues/1459 +- #1458 Track Codex CLI 0.144.5 upstream release - https://github.com/a5c-ai/babysitter/issues/1458 +- #1457 Track Claude Agent SDK 0.3.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1457 +- #1456 Track Claude Code 2.1.211 upstream release - https://github.com/a5c-ai/babysitter/issues/1456 +- #1455 Track Antigravity CLI 1.1.3 upstream release - https://github.com/a5c-ai/babysitter/issues/1455 +- #1454 Track Amp CLI 0.0.1784177987-g5d539a upstream release - https://github.com/a5c-ai/babysitter/issues/1454 +- #1444 Live Stack QA lane red on all refs incl. staging: bp cells fail at `npm install --global ./packages/adapters/hooks/cli`, vanilla cells fail at agent launch - https://github.com/a5c-ai/babysitter/issues/1444 ## CI Status Summary -- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552529764 -- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552528172 -- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552526231 -- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552524513 -- Agent Review Dispatch: queued on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552522793 -- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552515004 -- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552514324 -- Agent Review Dispatch: in_progress on staging - https://github.com/a5c-ai/babysitter/actions/runs/29552513592 -- QA Daily: in_progress on main - https://github.com/a5c-ai/babysitter/actions/runs/29552335254 -- Code Quality: Scheduled: completed / success on main - https://github.com/a5c-ai/babysitter/actions/runs/29537466101 -- Triage: Publish Failure: completed / failure on main - https://github.com/a5c-ai/babysitter/actions/runs/29518482094 -- Publish: completed / failure on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518065076 -- kip-docs-link-check: completed / success on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518064493 -- kip-inv12-golden-digest: completed / failure on staging - https://github.com/a5c-ai/babysitter/actions/runs/29518063567 -- QA Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508118024 -- Agent Review Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117907 -- Agent Conflict Fix: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117884 -- Agent Plan Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117111 -- Agent Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508117018 -- Issue Triage Dispatch: completed / skipped on main - https://github.com/a5c-ai/babysitter/actions/runs/29508116824 +- CI: queued - https://github.com/a5c-ai/babysitter/actions/runs/29552564346 +- Agent Review Dispatch: queued - https://github.com/a5c-ai/babysitter/actions/runs/29552529764 +- Agent Review Dispatch: queued - https://github.com/a5c-ai/babysitter/actions/runs/29552528172 +- Agent Review Dispatch: queued - https://github.com/a5c-ai/babysitter/actions/runs/29552526231 +- Agent Review Dispatch: queued - https://github.com/a5c-ai/babysitter/actions/runs/29552524513 +- Agent Review Dispatch: queued - https://github.com/a5c-ai/babysitter/actions/runs/29552522793 +- Agent Review Dispatch: in_progress - https://github.com/a5c-ai/babysitter/actions/runs/29552515004 +- Agent Review Dispatch: in_progress - https://github.com/a5c-ai/babysitter/actions/runs/29552514324 +- Agent Review Dispatch: in_progress - https://github.com/a5c-ai/babysitter/actions/runs/29552513592 +- QA Daily: in_progress - https://github.com/a5c-ai/babysitter/actions/runs/29552335254 +- CodeQL: success - https://github.com/a5c-ai/babysitter/actions/runs/29537466101 +- Triage: Publish Failure: failure - https://github.com/a5c-ai/babysitter/actions/runs/29518482094 +- Publish: failure - https://github.com/a5c-ai/babysitter/actions/runs/29518065076 +- kip-docs-link-check: success - https://github.com/a5c-ai/babysitter/actions/runs/29518064493 +- kip-inv12-golden-digest: failure - https://github.com/a5c-ai/babysitter/actions/runs/29518063567 +- QA Dispatch: skipped - https://github.com/a5c-ai/babysitter/actions/runs/29508118024 +- Agent Review Dispatch: skipped - https://github.com/a5c-ai/babysitter/actions/runs/29508117907 +- Agent Conflict Fix: skipped - https://github.com/a5c-ai/babysitter/actions/runs/29508117884 +- Agent Plan Dispatch: skipped - https://github.com/a5c-ai/babysitter/actions/runs/29508117111 +- Agent Dispatch: skipped - https://github.com/a5c-ai/babysitter/actions/runs/29508117018 ## Live-stack Test Results -- No live-stack test runs found in recent GitHub Actions history. +No live-stack test artifacts found.