Skip to content

Fix shell quoting in capture-session-id and directory path example#5

Open
avi8or wants to merge 1 commit intopiercelamb:mainfrom
avi8or:fix/bugs-and-docs
Open

Fix shell quoting in capture-session-id and directory path example#5
avi8or wants to merge 1 commit intopiercelamb:mainfrom
avi8or:fix/bugs-and-docs

Conversation

@avi8or
Copy link
Copy Markdown

@avi8or avi8or commented Mar 5, 2026

  • The env file exports in capture-session-id.py aren't quoted — ran into this when a transcript path had a space in it and the export broke. Added double quotes around the values and updated the dedup check to match the new format.
  • The plugin_root example path in SKILL.md uses deep_project (underscore) but the actual directory is deep-project (hyphen), you already fixed the programmatic issue, this is purely my OCD. I have similar PRs for the others.

All 170 tests pass.

- The env file exports in capture-session-id.py aren't quoted, so paths
  with spaces break the export. Added double quotes and updated the
  dedup check to match.
- The plugin_root example path in SKILL.md uses deep_project (underscore)
  but the actual directory is deep-project (hyphen).

All 170 tests pass.
@avi8or avi8or force-pushed the fix/bugs-and-docs branch from f13263c to 0b7594b Compare March 5, 2026 01:22
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.

1 participant