mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 12:20:48 +02:00
implement six-skill gstack 2 runtime
This commit is contained in:
@@ -16,6 +16,13 @@ const codex: HostConfig = {
|
||||
keepFields: ['name', 'description'],
|
||||
descriptionLimit: 1024,
|
||||
descriptionLimitBehavior: 'error',
|
||||
// GStack 2.0 installs the six canonical skills from skills/. These
|
||||
// generated 1.x host copies remain available for the two-release
|
||||
// compatibility window, but standard Agent Skills installers must not
|
||||
// discover them by default.
|
||||
extraFields: {
|
||||
metadata: '\n internal: true',
|
||||
},
|
||||
},
|
||||
|
||||
generation: {
|
||||
|
||||
Reference in New Issue
Block a user