Tags: SmartAndPoint/ProjectStore
Tags
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
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
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