Changelog
lore has not tagged a release yet, so there is no version number or ship date to show here. What follows is what has landed on its devbranch so far, grouped the same way a real release will be once one ships — distilled from the CLI repository’s own CHANGELOG.md.
Unreleased
In developmentNo tagged release exists yet. This entry has no version number and no date because neither is true of anything shipped so far — it will be replaced by a dated 0.1.0 entry once the first release actually publishes.
Added
lore initscaffolds a new OKF bundle (docs/,.lore/) in a repository; on an interactive terminal it also offers a short wizard for Claude Code / Codex agent setup and a doc-site scaffold.lore init --claude/--codexset up each coding agent deterministically, without the wizard.lore checkis the read-only CI gate: status drift, stale managed blocks, broken links and anchors, and a portability lint, aggregated into one exit code.lore syncis the write counterpart — it reconciles a Story’s status against its linked Backlog tasks and regenerates the managed task table.lore link/lore unlinkcouple a concept’stasks:frontmatter to Backlog task ids, with a queryable back-reference label on the task itself.lore tasks <id>shows a concept’s linked Backlog tasks with their current status.lore orphansreports Backlog tasks with no linked doc, and doc links pointing at tasks that no longer exist.lore queryfull-text searches the bundle with frontmatter filters;lore graphemits its cross-link graph;lore contextassembles a token-budgeted context pack for a concept.lore rename,lore supersede, andlore replaceperform a graph-aware rename, record a supersession, and do a managed-region-safe find-and-replace.lore schema exportmaterializes the current profile’s editor JSON Schemas.lore scaffold mkdocs/docusaurus/obsidiangenerate a ready-to-build doc-site config alongside the OKF bundle.lore agentsgenerates and refreshes the Claude Code agent bridge (a generatedSKILL.mdplus a managed pointer inCLAUDE.md).lore helpprints the full command reference, and carries a machine-readable--jsoncapability manifest for agents.lore exportemits a deterministic OKF projection (JSONL) for downstream indexes.- A release pipeline that compiles and publishes platform binaries for five targets through npm.
Fixed
- Upgraded the YAML parser dependency off a version carrying a known vulnerability.
- File writes now retry automatically past transient Windows antivirus/indexer lock errors instead of failing outright.
lore orphansno longer flags a Backlog subtask as orphaned when its parent task is already linked to a doc.lore agentsno longer renders a stale, hand-edited bridge file in the same color as a fresh write.lore link/unlink --jsonno longer prints a success-shaped result after a failed write.- Corrected the documented exit code for a missing
backlogbinary versus one merely too old to support--json.
Changed
- Re-running
lore scaffoldagainst an already up-to-date doc-site config is now a no-op instead of failing. - Harmonized error-hint wording across
lore tasks,lore context, andlore link/unlink.
Full, unabridged history and source: github.com/salient-data/lore-cli/blob/dev/CHANGELOG.md