mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-07 11:02:11 +02:00
fix(cli): remove ktx setup subcommands (#42)
* fix(cli): remove ktx setup subcommands * test(scripts): update setup-dev status expectation
This commit is contained in:
parent
cc5e41f836
commit
17a2fee69a
48 changed files with 172 additions and 5011 deletions
|
|
@ -1,16 +1,12 @@
|
|||
export const KTX_CONTEXT_BUILD_COMMANDS = [
|
||||
{
|
||||
command: 'ktx setup context build',
|
||||
description: 'Build agent-ready context from configured primary and context sources',
|
||||
command: 'ktx setup',
|
||||
description: 'Build or resume agent-ready context from configured sources',
|
||||
},
|
||||
{
|
||||
command: 'ktx status',
|
||||
description: 'Check setup and context readiness',
|
||||
},
|
||||
{
|
||||
command: 'ktx setup context status',
|
||||
description: 'Check the setup-managed context build state',
|
||||
},
|
||||
] as const;
|
||||
|
||||
export const KTX_NEXT_STEP_DIRECT_COMMANDS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue