You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,6 +47,7 @@ what was declared, what was explicitly executed, and what remains unknown.
45
47
| Which project decisions have local sources, and which records supersede them? |`aet decision`| A source-hash Decision Ledger with verification and supersession history. |
46
48
| Why did the repository evolve this way? |`aet evolve`| An Evolution Pack, timeline, decision index, and cited report. |
47
49
| What should be fixed first? |`aet triage`| Transparent priority ordering; it never changes a finding status. |
50
+
| Can repeated, evidenced failures improve the Agent Skill without silently weakening it? |`aet learn`| A bounded candidate, isolated replay, Gate report, and optional human-reviewed staged copy. |
48
51
49
52
### A Skill, not just another CLI
50
53
@@ -66,6 +69,8 @@ flowchart LR
66
69
D --> I
67
70
F --> I
68
71
H --> J["Evolution Pack\nlinks + citations"]
72
+
I --> L["learn\npattern → bounded candidate → gate"]
73
+
L --> K
69
74
I --> K["Reviewer, CI,\nor agent handoff"]
70
75
J --> K
71
76
```
@@ -76,6 +81,44 @@ the exact argv placed after `--`; and `evolve --remote github` is explicit.
76
81
That separation keeps a useful report from quietly claiming more than its
77
82
evidence supports.
78
83
84
+
## Evidence-Gated Evolution (v1.5)
85
+
86
+
AET is not an “agent that edits itself.” It is an evidence system that can
87
+
learn from repeated engineering failures while preserving the boundaries that
Copy file name to clipboardExpand all lines: aet.intent.json
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
{
2
-
"intent": "Release v1.4.0 with explicit, redacted capture of declared command-generated text reports so pytest evidence can travel in an Evidence Pack without adding an Agent runtime or guessing output files.",
3
-
"changed_path_budget": 20,
2
+
"intent": "Release v1.5.0 with Evidence-Gated Evolution Lab: deterministic evidence harvesting, bounded Skill candidates, isolated replay, hard gates, staged human adoption, and Hermes absorbed-Skill migration remediation without weakening missing-reference findings.",
0 commit comments