Skip to content

Bump v0.9.4: add project scoping to skill templates#150

Merged
gvonness-apolitical merged 1 commit intomainfrom
fix/skill-project-scoping
Mar 4, 2026
Merged

Bump v0.9.4: add project scoping to skill templates#150
gvonness-apolitical merged 1 commit intomainfrom
fix/skill-project-scoping

Conversation

@gvonness-apolitical
Copy link
Contributor

Summary

  • The recall, search, predict, cleanup, and roadmap skill templates now instruct Claude to always pass the project parameter scoped to the current project (derived from the working directory), preventing cross-project memory bleed
  • Updated skills reference docs to note the default project scoping behavior
  • Bumped version to 0.9.4

Test plan

  • npm run build passes
  • All 2038 tests pass
  • Run causantic init and verify updated skill templates install correctly
  • Invoke /causantic-search and confirm it scopes to the current project

The recall, search, predict, cleanup, and roadmap skill templates
could pull in memories from unrelated projects. They now instruct
Claude to always pass the project parameter scoped to the current
working directory. Also updates skills reference docs and version
references.
@gvonness-apolitical gvonness-apolitical merged commit ff69520 into main Mar 4, 2026
3 checks passed
@gvonness-apolitical gvonness-apolitical deleted the fix/skill-project-scoping branch March 4, 2026 23:38
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