Skip to content

Tags: SmartAndPoint/ProjectStore

Tags

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from SmartAndPoint/feat/statusline-titles

feat: status line shows full epic & story titles + 0.12.0

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from SmartAndPoint/feat/statusline-hook-managed

feat: hook-managed status line install (opt-in flag, self-healing) + 0.11.0

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from SmartAndPoint/feat/statusline-hud

feat: status line — current epic & story in the HUD (composes, doesn't overwrite) + bump to 0.10.0

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from SmartAndPoint/docs/roadmap-0.9

docs: mark v0.8/v0.9 shipped in README roadmap

v0.7.1

Toggle v0.7.1's commit message
fix: v0.7.1 — SessionStart welcome now visible via systemMessage

v0.7.0 emitted the first-run welcome only through additionalContext,
which lands in the agent's context but is invisible to the user in
the terminal. Users restarting Claude Code after install saw an
empty prompt with no confirmation the plugin had anything to say
(the agent knew, but stayed silent until prompted).

This release mirrors what PreCompact does in v0.6: when the welcome
fires, emit a one-line systemMessage as well — the user sees it in
Claude Code's stdout immediately, while the full orientation packet
still goes to the agent. Subsequent sessions (marker present) remain
silent. The vault map path also keeps systemMessage attached only on
the first run.

Maintainer: ekonev@smartandpoint.com

v0.7.0

Toggle v0.7.0's commit message
feat: v0.7.0 — first-run welcome + auto-update follow-up in /projects…

…tore:bind

- SessionStart now shows a one-time welcome packet the first time
  projectstore loads in a project: what it does, how to start
  (/projectstore:bind), and how to enable auto-update for the
  SmartAndPoint marketplace (off by default for third-party
  marketplaces in Claude Code). Idempotent via
  <project>/.claude/.projectstore-welcomed marker.
- /projectstore:bind gains a Step 9 follow-up question via
  AskUserQuestion that walks the user through enabling auto-update
  in /plugin → Marketplaces. Tracked once per project via a new
  `autoupdate_asked: true` field in projectstore.json.

The plugin still cannot toggle the marketplace auto-update flag
itself (that lives in known_marketplaces.json, owned by Claude
Code); these are pure surfacing/UX nudges, with the actual toggle
done by the user in /plugin UI.

Maintainer: ekonev@smartandpoint.com

v0.6.0

Toggle v0.6.0's commit message
chore(marketplace): add top-level name / owner / description

Required for `/plugin marketplace add SmartAndPoint/projectstore` to
register under the explicit marketplace name `SmartAndPoint`, so the
README install line `/plugin install projectstore@SmartAndPoint` works
without relying on Claude Code's implicit fallback. Updates the plugin
description to surface the Obsidian-vault framing.

Maintainer: ekonev@smartandpoint.com