restore: skills
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
const agentsPlatform = {
|
||||
name: 'agents-platform',
|
||||
type: 'local',
|
||||
description: 'Unavailable in restored development build.',
|
||||
description:
|
||||
'Reserved internal command. This restored build keeps the command visible but does not include the original agents platform backend.',
|
||||
supportsNonInteractive: true,
|
||||
load: async () => ({
|
||||
async call() {
|
||||
return { type: 'skip' as const }
|
||||
return {
|
||||
type: 'text' as const,
|
||||
value:
|
||||
'agents-platform is not included in this restored workspace.\n\n' +
|
||||
'The command shell is present so callers fail cleanly, but the ' +
|
||||
'internal backend that powers platform-managed agents was not ' +
|
||||
'recoverable from source maps.',
|
||||
}
|
||||
},
|
||||
}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user