chore: snapshot pre-v0.2.0 WIP (pathfinder/reflex/metrics/skills improvements)

Baseline for the v0.2.0 self-learning iteration. All 205 tests pass on this
state. Subsequent commits in this branch layer the knowledge base,
post-mortem coach, and persona narration on top.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 13:05:12 +03:00
co-authored by Claude Opus 4.7
parent 3ee2ab886e
commit 86e5294bb8
30 changed files with 1023 additions and 130 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ test("cooldown prevents back-to-back firings", () => {
});
test("skill metrics record ok/fail and expose snapshot", () => {
const m = createSkillMetrics();
const m = createSkillMetrics({ persist: false });
m.record("gather.logs", true);
m.record("gather.logs", true);
m.record("gather.logs", false);