mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-19 10:52:28 +08:00
feat: add includeSkills to HostConfig + update OpenClaw config
Add includeSkills allowlist field with union logic (include minus skip). Update OpenClaw to generate only 4 native methodology skills (office-hours, plan-ceo-review, investigate, retro). Remove staticFiles.SOUL.md reference (pointed to non-existent file).
This commit is contained in:
@@ -23,6 +23,7 @@ const openclaw: HostConfig = {
|
||||
generation: {
|
||||
generateMetadata: false,
|
||||
skipSkills: ['codex'],
|
||||
includeSkills: ['office-hours', 'plan-ceo-review', 'investigate', 'retro'],
|
||||
},
|
||||
|
||||
pathRewrites: [
|
||||
@@ -69,10 +70,6 @@ const openclaw: HostConfig = {
|
||||
coAuthorTrailer: 'Co-Authored-By: OpenClaw Agent <agent@openclaw.ai>',
|
||||
learningsMode: 'basic',
|
||||
|
||||
// SOUL.md ships as a static file alongside generated skills
|
||||
staticFiles: {
|
||||
'SOUL.md': 'openclaw/SOUL.md',
|
||||
},
|
||||
adapter: './scripts/host-adapters/openclaw-adapter',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user