@agentskit/harness 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.6.0] - 2026-09-12
4
+
5
+ - Loop **approved memory** for token reduction and continuous improvement: file store under `stateDir`, recall into contract/brief with `preferOverDocBridge` + issue-char shrink, human-only `ak-harness loop learning promote`, `memory.recalled` events.
6
+ - Doctor: Doc Bridge index/freshness checks; review CLI PATH/`--help` probe (warning when missing).
7
+ - Worker brief lists Doc Bridge `playbook` / `for-agents` guidance paths (`contract.briefScopes`).
8
+ - Optional deliver smoke gate (`delivery.smoke.verify-argv`) before auto-merge.
9
+ - Optional `agents.registry.yaml` role overlay; RAG `ContextProvider` via argv (no hard dep); MCP tool bridge behind policy ([ADR-0028](docs/ADR-0028-mcp-adapter-boundary.md), not loop-wired).
10
+ - Optional weekly Linear retro automation (`schedule.retro` + `schedule.retroIssue` → `loop stage retro`).
11
+ - Config knobs default off / fail-soft so existing `loop.config.yaml` behaviour is unchanged.
12
+
3
13
  ## [0.5.0] - 2026-09-11
4
14
 
5
15
  - Added the keep-pushing SDLC loop foundation (`ak-harness loop validate|doctor`): `loop.config.yaml` schema (zod), provider detection with Orca usage/rate-limit awareness and cooldowns, role-based tiered model routing, machine slot assessment, Orca CLI and Linear-via-Orca adapters, and the loop doctor report.
package/README.md CHANGED
@@ -13,7 +13,8 @@ Portable, evidence-backed development protocol for coding agents. The harness fr
13
13
  `ak-harness loop …` drains one person's Linear queue through Orca worktrees 24/7 — tiered model routing with
14
14
  usage-aware fallback, orchestrator-frozen contracts, adversarial review, squash-merge, and one deduplicated
15
15
  escalation when a ticket cannot be verified. Everything project-specific lives in `loop.config.yaml`
16
- (start from [`loop.config.example.yaml`](loop.config.example.yaml)). Guide: [`docs/LOOP.md`](docs/LOOP.md) ·
16
+ (start from [`loop.config.example.yaml`](loop.config.example.yaml)). Guide: [`docs/LOOP.md`](docs/LOOP.md)
17
+ (setup, Orca automations, Doc Bridge + `agentskit-review` wiring, AgentsKit ecosystem map, SDLC extension ideas) ·
17
18
  decision record: [`docs/ADR-0027-keep-pushing-loop.md`](docs/ADR-0027-keep-pushing-loop.md).
18
19
 
19
20
  ## Install