Files
Trevin Chow a5701d8064 fix(ce-sessions): emit repo root path instead of basename subshell
The pre-resolved repo-name line wrapped a command substitution in double
quotes (`basename "$(git rev-parse --show-toplevel)"`), which Claude Code's
permission check rejects as an unanalyzable `string` node. That failed the
SKILL.md preamble render and broke every /ce-sessions invocation (and
/ce-compound with session history).

Emit the raw repo root via a single `git rev-parse --show-toplevel` — the
same single-command shape the working branch line already uses — and have
the agent take the last path component for the repo folder name.

Closes #867
2026-05-27 11:38:37 -07:00
..
2026-04-22 14:21:19 -07:00