feat(skills): capture reusable techniques from successful work (#105674)

* feat(skills): capture reusable experience safely

* feat(skills): review completed work for reusable learning

* docs(skills): explain self-learning

* docs: clarify self-learning runtime scope

* fix(skills): harden autonomous workshop reviews

* test(skills): align review prompt fixture
This commit is contained in:
Peter Steinberger
2026-07-13 00:22:06 -07:00
committed by GitHub
parent b2b87e956e
commit 32c84b0f41
37 changed files with 2209 additions and 297 deletions

View File

@@ -4,6 +4,7 @@ export const enum CommandLane {
Crestodian = "crestodian",
Cron = "cron",
CronNested = "cron-nested",
SkillWorkshopReview = "skill-workshop-review",
Subagent = "subagent",
Nested = "nested",
}