# Changelog All notable changes to the eeco Claude Code plugin are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). This plugin follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.2.1] - 2026-05-30 ### Fixed - The bundled **SessionStart briefer** is now truly silent in non-eeco repos. It passes `eeco hooks session-emit --if-initialized`, so the brief emits only inside an initialized eeco workspace — a repo that merely has a `README.md`/`CHANGELOG.md` no longer triggers it. Makes the v0.2.0 "emits nothing in a non-eeco repo" claim accurate. **Requires eeco ≥ v1.15.0**; older binaries silently ignore the flag and keep the previous (docs-driven) behavior. ## [0.2.0] - 2026-05-30 ### Added - A bundled **SessionStart briefer** hook (`hooks/hooks.json`). On session startup, resume, or clear it runs `eeco hooks session-emit` and injects eeco's deterministic, no-AI-spend project brief as context. It makes no AI call, emits nothing in a non-eeco repo, and no-ops when `eeco` is not on `PATH`. Claude Code activates the hook when the plugin is enabled (install = consent); disabling or uninstalling the plugin removes it. ## [0.1.0] - 2026-05-30 ### Added - Initial release. Three user-triggered slash commands that shell out to the [`eeco`](https://github.com/ajhahnde/eeco) binary: - `/eeco:go` — assemble and read the deterministic context brief. - `/eeco:ask` — run the no-AI-spend ranked search over the knowledge layer. - `/eeco:report-bug` — file a friction report and print a pre-filled issue URL. - Installable from this repository as a single-plugin marketplace (`/plugin marketplace add ajhahnde/eeco-claude-plugin` → `/plugin install eeco@ajhahnde`). - Requires the `eeco` binary on `PATH`; the plugin bundles no binary. [0.2.1]: https://github.com/ajhahnde/eeco-claude-plugin/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/ajhahnde/eeco-claude-plugin/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/ajhahnde/eeco-claude-plugin/releases/tag/v0.1.0