Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down
2 changes: 1 addition & 1 deletion .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/agentic-engineering/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/agentic-engineering/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
21 changes: 19 additions & 2 deletions plugins/agentic-engineering/skills/agent-improvement/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down
Loading