Grimoire 1.0.1 — patch release
Bug-fix release on top of the 1.0 line. No API or schema changes.
Fixed
- One-command installer now defaults to the current release version (
1.0.1) — previously a fresh install fetched the stale0.1.0-betaarchive. - GitHub extraction accepts
www.github.comissue/repo URLs (previously fell through to generic readability extraction and lost issue metadata) and keeps stripping a trailing.gitfrom repository names. - Outgoing HTTP requests now identify as
Grimoire/<version>, derived from the packaged version instead of the staleLittleImp/0.0user-agent. - Startup performance — the sqlite-vec index is rebuilt in a single atomic transaction instead of thousands of per-row transactions.
- Docs and tests aligned with the 1.0.x version identity and the
goniszewski/grimoirerepository (installer matrix, update system, e2e mocks, fixtures).
Checksums
| Platform | Archive | SHA-256 |
|---|---|---|
| macOS | little-imp-1.0.1-macos.tar.gz
| a8c934821cc8db588ef9b3213f013c4cd99f1ae23ba8f18e400727191a9d49c1
|
| Linux | little-imp-1.0.1-linux.tar.gz
| 42cf4ea63bb31ea2380a0b3c8c4c65f7af943974ce1024dd9562a2484e343cff
|
Detached GPG signatures (
.asc) are not included yet — the release was prepared in an environment without a signing key. The installer falls back to checksum-only verification with a warning until signatures are published.
Install / upgrade
curl -fsSL https://raw.githubusercontent.com/goniszewski/grimoire/v1.0.1/install.sh | bash
# upgrade an existing install:
curl -fsSL https://raw.githubusercontent.com/goniszewski/grimoire/v1.0.1/install.sh | bash -s -- --upgrade