v0.6.0 — modular rules at session start, multi-agent init, dashboard rules manager
Added
- Modular working rules — the rules are now composable modules (search-first, minimal, no-orphans, optimization, plus opt-in error-handling and testing). A project enables/disables modules or adds its own in
sens.config.json;sens rules --listshows the state of each. - Rules applied automatically at session start —
sens initnow also wires aSessionStarthook that injects the active rules at the start of every Claude Code session, so they are in force without the model having to load anything. - Multi-agent setup —
sens init --agent codex|copilot|cursor|allwrites the sens usage guide + active rules into that agent's instructions file (AGENTS.md,.github/copilot-instructions.md,.cursorrules), between markers so re-running just refreshes the block.--agent claude(default) still installs the skill + hooks. - Dashboard rules manager — a "Working rules" panel to view every module, toggle it on or off, and add or remove your own rules, persisted to
sens.config.json.
npm: npm i -g sens-mcp@0.6.0 · Full changelog in CHANGELOG.md