From 0cce16ed96de2e07ca608c9ec3ee59af0937fab2 Mon Sep 17 00:00:00 2001 From: devantler <26203420+devantler@users.noreply.github.com> Date: Wed, 9 Sep 2026 06:19:09 +0000 Subject: [PATCH 1/3] chore(deps): update agent skills --- .../skills/agent-improvement/SKILL.md | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/plugins/agentic-engineering/skills/agent-improvement/SKILL.md b/plugins/agentic-engineering/skills/agent-improvement/SKILL.md index bdbd308..067ab24 100644 --- a/plugins/agentic-engineering/skills/agent-improvement/SKILL.md +++ b/plugins/agentic-engineering/skills/agent-improvement/SKILL.md @@ -3,9 +3,9 @@ description: How a meta-engineer improves an autonomous AI engineer from the OUT license: Apache-2.0 metadata: github-path: agent-improvement - github-ref: refs/tags/v1.11.8 + github-ref: refs/tags/v1.11.15 github-repo: https://github.com/devantler-tech/agent-skills - github-tree-sha: 347a010a6475bfbaf92be01cbffc55ddd6d8d59f + github-tree-sha: 35ea3c8567831c51729ff671bfb072ed4efde8cd name: agent-improvement --- # Agent-improvement loop @@ -146,6 +146,23 @@ the records that the filter intentionally excluded; an equivalent-cohort compari everything except that filter constant. Only an unexplained residual is a finding about the filter. A control that shares the enumeration is not a control. +**Establish sibling liveness before consuming its evidence.** Before using a sibling's scorecard, +hypothesis store, or telemetry as evidence, establish that its lane is producing. Use the +consumer-declared runtime liveness check for that lane and task, using evidence of produced work. +A dispatch marker or an advancing schedule is not evidence of liveness: a run can start and fail +before doing any work. Missing or unavailable liveness evidence remains UNKNOWN; never substitute +the reader's own healthy lane for the sibling's result. + +If it is not producing or its state is indeterminate, record affected hypotheses as **blocked by the +outage** and take **no verdict**, directional reading, or "no movement" inference from that evidence. +Fence only the affected lane's evidence and hypotheses; continue the measurement of producing lanes +and unrelated authorised work. Settled verdicts and signature-overlap constraints remain binding, +so an unavailable sibling does not permit duplicated or confounding interventions. +After recovery, re-establish liveness and exclude the affected lane's dead dispatches from behavioural +rate denominators; retain those failures in its reliability and outage record. A zero error count +from a lane that did no work is not improvement. The consumer supplies the runtime-specific check; +this skill requires its result without prescribing a scheduler, store, or provider. + Supplement it with: - **Every instance's durable memory** — read for *what the agent believes*, compare against live state, From 1b526c6c9b384db51d35cb0a1821ac3c70beba95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 06:19:26 +0000 Subject: [PATCH 2/3] chore(deps): refresh desired-state digests for synced content --- .../resources/provider-neutral.desired-state.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/agentic-engineering/resources/provider-neutral.desired-state.json b/plugins/agentic-engineering/resources/provider-neutral.desired-state.json index dc18972..8534729 100644 --- a/plugins/agentic-engineering/resources/provider-neutral.desired-state.json +++ b/plugins/agentic-engineering/resources/provider-neutral.desired-state.json @@ -67,7 +67,7 @@ "enabledWhen": "Both optional consumer contract sections are present", "mode": "separate-schedule-or-on-demand", "definitionSha256": "4e5d1dac3307ac7151d40dababae48b1da7a68f927a11026f1f5f87424b336aa", - "skillSha256": "ccf266d85eb43be9902c29f7c215379b1234bb664cc3fb6a8f688648d427300c" + "skillSha256": "d57bc170a8e04501e7bc1e7c218b4a236ea5b24c3e23f26f0244cbe4acc4ef9e" } }, "runtime": { From b8806f1d9951fae50ac28872ec9e3ae53a53d8cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 06:19:28 +0000 Subject: [PATCH 3/3] chore(deps): bump versions of changed plugins --- .claude-plugin/marketplace.json | 2 +- .github/plugin/marketplace.json | 2 +- plugins/agentic-engineering/.claude-plugin/plugin.json | 2 +- plugins/agentic-engineering/plugin.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d0ef9af..25da7ae 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -27,7 +27,7 @@ { "name": "agentic-engineering", "description": "The autonomous engineering system for repository portfolios — engineer, read-only surveyor, and meta-engineer agents; portfolio, product, spend, and improvement workflows; cross-tool instruction architecture and skill discovery; configured by the consumer AGENTS.md", - "version": "5.0.2", + "version": "5.0.3", "source": "./plugins/agentic-engineering" }, { diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index d0ef9af..25da7ae 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -27,7 +27,7 @@ { "name": "agentic-engineering", "description": "The autonomous engineering system for repository portfolios — engineer, read-only surveyor, and meta-engineer agents; portfolio, product, spend, and improvement workflows; cross-tool instruction architecture and skill discovery; configured by the consumer AGENTS.md", - "version": "5.0.2", + "version": "5.0.3", "source": "./plugins/agentic-engineering" }, { diff --git a/plugins/agentic-engineering/.claude-plugin/plugin.json b/plugins/agentic-engineering/.claude-plugin/plugin.json index 6eefe01..f19a50c 100644 --- a/plugins/agentic-engineering/.claude-plugin/plugin.json +++ b/plugins/agentic-engineering/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "agentic-engineering", "description": "The autonomous engineering system for repository portfolios — engineer, read-only surveyor, and meta-engineer agents; portfolio, product, spend, and improvement workflows; cross-tool instruction architecture and skill discovery; configured by the consumer AGENTS.md", - "version": "5.0.2", + "version": "5.0.3", "author": { "name": "devantler-tech", "url": "https://github.com/devantler-tech" diff --git a/plugins/agentic-engineering/plugin.json b/plugins/agentic-engineering/plugin.json index 6eefe01..f19a50c 100644 --- a/plugins/agentic-engineering/plugin.json +++ b/plugins/agentic-engineering/plugin.json @@ -1,7 +1,7 @@ { "name": "agentic-engineering", "description": "The autonomous engineering system for repository portfolios — engineer, read-only surveyor, and meta-engineer agents; portfolio, product, spend, and improvement workflows; cross-tool instruction architecture and skill discovery; configured by the consumer AGENTS.md", - "version": "5.0.2", + "version": "5.0.3", "author": { "name": "devantler-tech", "url": "https://github.com/devantler-tech"