Skip to content

fix: add Kilo path replacement in copyFlattenedCommands#1710

Merged
trek-e merged 1 commit intomainfrom
fix/kilo-path-replacement-in-installer
Apr 4, 2026
Merged

fix: add Kilo path replacement in copyFlattenedCommands#1710
trek-e merged 1 commit intomainfrom
fix/kilo-path-replacement-in-installer

Conversation

@jeremymcs
Copy link
Copy Markdown
Collaborator

Summary

  • Adds kiloDirRegex (~/.kilo/) replacement alongside existing opencodeDirRegex (~/.opencode/) in copyFlattenedCommands
  • Prevents latent bug if any future command/workflow files contain hardcoded ~/.kilo/ paths

Fixes #1709

Test plan

  • All 2156 tests pass
  • Verify Kilo install produces correct paths: npx get-shit-done-cc --kilo --global

Fixes #1709

copyFlattenedCommands replaced ~/.opencode/ paths but had no
equivalent ~/.kilo/ replacement. Adds kiloDirRegex for symmetric
path handling between the OpenCode and Kilo install pipelines.
@jeremymcs jeremymcs requested a review from glittercowboy as a code owner April 4, 2026 20:09
Copy link
Copy Markdown
Collaborator

@trek-e trek-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed: copyFlattenedCommands has opencodeDirRegex but no kiloDirRegex. Latent but correct to fix for symmetry. All CI green. LGTM.

@trek-e trek-e merged commit 931fef5 into main Apr 4, 2026
5 checks passed
@trek-e trek-e deleted the fix/kilo-path-replacement-in-installer branch April 4, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: installer copyFlattenedCommands missing Kilo path replacement

2 participants