mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-22 08:38:08 +02:00
Refine Conductor setup script structure
This commit is contained in:
parent
d6c43d19e7
commit
376d3a43b8
3 changed files with 48 additions and 21 deletions
|
|
@ -27,11 +27,12 @@ describe('Conductor workspace scripts', () => {
|
|||
assert.match(setupScript, /pnpm run native:rebuild/);
|
||||
assert.match(setupScript, /pnpm run build/);
|
||||
assert.match(setupScript, /packages\/cli\/dist\/bin\.js dev doctor setup --no-input/);
|
||||
assert.match(setupScript, /sh scripts\/setup-conductor-workspace\.sh/);
|
||||
assert.match(setupScript, /link_agent_overlays/);
|
||||
assert.match(setupScript, /sh scripts\/link-agent-overlays\.sh/);
|
||||
});
|
||||
|
||||
it('links private agent overlays when KAELIO_SKILLS_ROOT is set', async () => {
|
||||
const workspaceScript = await readText('scripts/setup-conductor-workspace.sh');
|
||||
const workspaceScript = await readText('scripts/link-agent-overlays.sh');
|
||||
|
||||
assert.match(workspaceScript, /KAELIO_SKILLS_ROOT/);
|
||||
assert.match(workspaceScript, /agents_source="\$\{KAELIO_SKILLS_ROOT\}\/\.agents"/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue