Skip to content

Retire Kimaki session helper for native cwd routing#158

Closed
chubes4 wants to merge 1 commit into
mainfrom
fix/kimaki-native-cwd-148
Closed

Retire Kimaki session helper for native cwd routing#158
chubes4 wants to merge 1 commit into
mainfrom
fix/kimaki-native-cwd-148

Conversation

@chubes4
Copy link
Copy Markdown
Member

@chubes4 chubes4 commented May 28, 2026

Summary

  • Remove the datamachine-kimaki-session helper and its direct Kimaki SQLite writes.
  • Keep the datamachine-kimaki adapter for dispatch/flag normalization, and remove any installed legacy session helper during Kimaki bridge sync.
  • Update DMC handoff instructions and snapshots to use kimaki send --cwd.
  • Fix the mu-plugin block rewrite tests for macOS awk/stat portability uncovered while running the shell suite.

Closes #148.

Verification

  • ./tests/bridge-render.sh
  • ./tests/datamachine-kimaki-adapter.sh
  • node tests/effective-prompt/run.mjs
  • fail=0; while IFS= read -r -d '' f; do if ! bash -n "$f"; then echo "FAIL: $f"; fail=1; fi; done < <(find . -type f -name '*.sh' -not -path './.git/*' -print0); exit "$fail"
  • for f in tests/*.sh; do [ -x "$f" ] || continue; "$f"; done
  • kimaki send --help verified native --cwd <path> is available.
  • Inspected installed Kimaki source: send.ts emits cwd in the thread start marker; discord-bot.ts revalidates it and records ready worktree metadata via Kimaki's own thread_worktrees path.

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Drafted the code/docs/test changes and ran local verification; Chris remains responsible for review and merge.

@chubes4
Copy link
Copy Markdown
Member Author

chubes4 commented May 28, 2026

Superseded by integration PR #162, which combines the Kimaki 0.13 cleanup work and resolves the overlapping bridge/test conflicts.

@chubes4 chubes4 closed this May 28, 2026
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.

Retire datamachine-kimaki-session in favor of native kimaki send --cwd

1 participant