|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [0.2.0] - 2026-05-16 |
| 9 | + |
| 10 | +### Added |
| 11 | +- Memory-care staleness scaffolding: `memory/cards/decay/` layout and a doctor |
| 12 | + warning when the decay folder is missing, so durable cards do not quietly rot. |
| 13 | +- Multi-workspace handoff patterns for users administering more than one agent |
| 14 | + home; secondary workspaces write into their own `.claude/memory-handoffs/`, |
| 15 | + the owner pulls those into a staging inbox. |
| 16 | +- TokenJuice output-compaction guidance card covering Claude Code's PreToolUse |
| 17 | + wrapper path, Codex hook setup, and realistic savings expectations. |
| 18 | +- Obsidian `/note` skill template under `skills/note/` for the `workspace` |
| 19 | + profile. |
| 20 | +- `scripts/backup-restic.sh` template, exposed via the `workspace` profile. |
| 21 | +- Managed `.gitignore` block: `solo-mise init` now creates or updates a |
| 22 | + `# >>> solo-mise gitignore block >>>` section in the target's `.gitignore`. |
| 23 | + Re-runs replace only the content between the markers, so user-authored rules |
| 24 | + are preserved. Skip with `--no-gitignore`. |
| 25 | +- Release pipeline: `.github/workflows/publish.yml` builds an sdist + wheel on |
| 26 | + every `v*` tag and pushes to PyPI. |
| 27 | +- CI matrix: `install-from-source` smoke now runs against all six profiles |
| 28 | + (`repo`, `workspace`, `openclaw`, `hermes`, `generic`, `publisher`). |
| 29 | +- Project meta: `CONTRIBUTING.md`, `SECURITY.md`, `CODE_OF_CONDUCT.md`, and |
| 30 | + `.github/ISSUE_TEMPLATE/` (bug, profile-init-fails, ingester-misclassified). |
| 31 | + |
| 32 | +### Changed |
| 33 | +- Deepened the `workspace` profile's bootstrap files (`AGENTS.md`, `CLAUDE.md`, |
| 34 | + `IDENTITY.md`, `SOUL.md`, `HEARTBEAT.md`, `MEMORY.md`, `SAFETY_RULES.md`, |
| 35 | + `TOOLS.md`, `USER.md`, `INSTALL_FOR_AGENTS.md`). |
| 36 | +- README: centered banner, refreshed badges, added a sample `doctor` run, |
| 37 | + noted that solo-mise makes no network calls, called out `init` idempotency. |
| 38 | +- CI now pins the `content-guard` checkout to `v0.1.1` instead of tracking the |
| 39 | + default branch. |
| 40 | +- `solo-mise init --profile hermes` prints a louder experimental-status notice |
| 41 | + on stderr in addition to the post-install note. |
| 42 | + |
| 43 | +### Removed |
| 44 | +- Stale `DREAMS.md` from the repo root and lingering references in templates. |
| 45 | + |
| 46 | +## [0.1.0] - 2026-05-13 |
| 47 | + |
| 48 | +Initial release. |
| 49 | + |
| 50 | +### Added |
| 51 | +- `solo-mise` CLI with `init`, `doctor`, `scrub`, and `handoff-template` |
| 52 | + subcommands. |
| 53 | +- Six profiles: `repo` (default), `workspace`, `openclaw`, `hermes`, |
| 54 | + `generic`, `publisher`. |
| 55 | +- Conservative handoff ingester at `.claude/memory-handoffs/`: safe card |
| 56 | + handoffs become cards, targeted updates append, ambiguous material is |
| 57 | + kicked out for review. |
| 58 | +- Content-guard pre-push hook for public-leak prevention. |
| 59 | +- Sanitized bootstrap file set, starter memory cards, routing rules. |
| 60 | +- OpenClaw adapter fragments and harness-aware doctor checks. |
| 61 | +- Experimental Hermes adapter fragments. |
| 62 | + |
| 63 | +[Unreleased]: https://github.com/solomonneas/solo-mise/compare/v0.2.0...HEAD |
| 64 | +[0.2.0]: https://github.com/solomonneas/solo-mise/compare/v0.1.0...v0.2.0 |
| 65 | +[0.1.0]: https://github.com/solomonneas/solo-mise/releases/tag/v0.1.0 |
0 commit comments