mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 21:31:39 +00:00
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:
committed by
GitHub
parent
b2b87e956e
commit
32c84b0f41
@@ -4,6 +4,7 @@ export const enum CommandLane {
|
||||
Crestodian = "crestodian",
|
||||
Cron = "cron",
|
||||
CronNested = "cron-nested",
|
||||
SkillWorkshopReview = "skill-workshop-review",
|
||||
Subagent = "subagent",
|
||||
Nested = "nested",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user