Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grimoire",
"version": "0.5.0",
"version": "0.5.1",
"description": "Knowledge base builder \u2014 scouts sources, compiles wiki articles, generates study frontends, serves via MCP",
"author": {
"name": "Ved",
Expand All @@ -17,5 +17,7 @@
"mcp",
"study",
"papyr"
]
],
"displayName": "Grimoire",
"category": "research"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Your knowledge, structured for machines and humans — and kept current on a schedule.**

[![Version](https://img.shields.io/badge/version-0.5.0-0d9488)](https://github.com/vedantggwp/grimoire/releases) [![License: MIT](https://img.shields.io/badge/license-MIT-blue)](./LICENSE) [![Tests](https://img.shields.io/badge/tests-368%20passing-16a34a)](./test) [![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-plugin-1a1a1a)](https://github.com/vedantggwp/athanor)
[![Version](https://img.shields.io/badge/version-0.5.1-0d9488)](https://github.com/vedantggwp/grimoire/releases) [![License: MIT](https://img.shields.io/badge/license-MIT-blue)](./LICENSE) [![Tests](https://img.shields.io/badge/tests-368%20passing-16a34a)](./test) [![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-plugin-1a1a1a)](https://github.com/vedantggwp/athanor)

Grimoire is a Claude Code plugin that turns a topic into a living knowledge base. Say what you want to understand; it **scouts** the web for the best sources, **ingests** them into cross-referenced wiki articles, **compiles** a knowledge graph, **presents** a study site you open from `file://`, and **serves** the whole corpus to any LLM client over MCP. Then `/grimoire:update` keeps it alive: a scheduled editorial pass that finds what's new, weaves in new connections, flags stale articles, and ships every change as a pull request you review.

Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2026-07-12 — v0.5.1

Hygiene and honesty release. Abstention threshold rebuilt on corpus-relative
statistics and validated on three question sets including one pre-registered
before implementation (naive queries now abstain on uncovered topics instead
of returning confident wrong answers). No-policy update default is now
digest-only — automated PRs require explicit opt-in via `_config/update.md`.
Inline-script embeds normalized to `jsonForScript` with a regression scan.
Third-party captures in examples trimmed to attributed excerpts. Internal
working notes removed from the public tree; smoke client parameterized.
Plugin manifest gains displayName/category. 370 tests.

## 2026-07-10 — v0.5.0 "The Honest Engine"

The truth-sprint release: every change traces to a measured finding.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grimoire",
"version": "0.5.0",
"version": "0.5.1",
"description": "Knowledge base builder — Claude Code plugin",
"type": "module",
"license": "MIT",
Expand Down