Skip to content

Milestones

List view

  • Rebuild `commitlore doctor` to enterprise grade. Motivated by a repeating defect class rather than a feature request: #63, #49, #40, #296, #382, #335, #128, #149, #400, #402 and #458 are all one failure — doctor's verdict did not match the repository's reality, in both directions. The current command is a single 1,159-line file with three statuses, no evidence model, no dependency modelling and no report schema. References: logic-pro-mcp SetupDoctor (3,784 lines, typed skip reasons, root-cause collapse, ordered fix plan, additive schema versioning) and OpenClaw's per-surface doctor profiles.

    No due date
    7/14 issues closed
  • Backlog shell, not yet ticketed: fresh-agent recovery pilot (#140), independent annotation, conformance suite. No implementation issues exist here yet.

    No due date
    1/3 issues closed
  • Scope reset 2026-07-31 by an owner scope change (ADR-0026). CommitLore does not build or ship a compiled executable, a platform binary, or a Windows .exe. DISTRIBUTION SSOT - Claude Code users are plugin-first: `/plugin marketplace add MongLong0214/commitlore` then `/plugin install commitlore@commitlore`. The plugin registers the MCP server, the pre-edit context hook and the skills. - Everyone else uses Node-only install scripts: install.sh on macOS/Linux, install.ps1 on Windows. Each checks Node >= 22 and Git, installs a pinned checkout into the user's data directory, and puts a thin wrapper on PATH that runs `node dist/commitlore.mjs`. - No compile step and no platform asset download in either path. WITHDRAWN (not deferred): Windows .exe support, the musl feasibility question, the platform binary matrix, and a binary Homebrew channel. Acceptance rows B-1 through B-5 and tickets T-1101 through T-1108 are withdrawn with a reason recorded per row in docs/GATE-B-ACCEPTANCE.md; issues #265-#270 are closed as not planned. IN SCOPE 1. Capture advisory and policy resolution, neither of which touches distribution: B-6 (guard as a capture advisory that cannot block) and B-7 (user-editable policy file). 2. Re-planned distribution work, defined from ADR-0026 by a revised PRD and atomic tickets. COMPLETION CRITERIA - Every open issue on this milestone is closed by its own ticket's acceptance criteria, verified by command rather than by review. - Zero active binary requirements, references, acceptance rows or dependencies anywhere in the repository. - No document claims Windows support until the install-root containment property (#71) is established for the wrapper path. - Installation is verified by real use, not only by a passing suite: the plugin path from a clean Claude Code install, and each script path on a machine that did not build the checkout. ORDER Documents and issues canonical -> revised PRD -> atomic tickets, each approved separately -> implementation. No installer code before that. Removing the existing compiled-binary code is its own approved ticket; ADR-0026 carries the inventory. NON-GOALS - Any compiled artifact, in any form. - Any adoption metric. This milestone ships capabilities and decisions; a figure without an interval does not belong here.

    No due date
    16/16 issues closed
  • Benchmark/measurement-harness correctness (denominators, provenance). Does not gate product-loop release.

    No due date
    1/1 issues closed
  • Post-release CI/process correctness. Not gated on product-loop work; does not block M5.

    No due date
    1/1 issues closed
  • The engine is ahead of the loop a user actually touches. This milestone closes that gap: it makes the default path — install, work normally, have the decision captured and verified, receive it before the next edit — work without the user knowing an internal command name. AUTHORITY BINDING - Current `dev` base: a333e76f59493ec90e100d1d44c833d7d9e5f093 - Planning authority: PR #220 MERGED; canonical head is `dev` at a333e76f59493ec90e100d1d44c833d7d9e5f093 - Exact set: 25 issues -- #192-#213, #215, #216, #219 - This binding is void if the candidate head moves. Re-derive it before citing it; do not carry a number from this description into a document without re-establishing it. - Historical evidence SHAs recorded inside individual issues are left as recorded and are not rewritten to this base. BASELINE (re-establish before citing; the figures below were measured on an earlier head) - 45 test files, 1500 passing, 1 skipped; both typechecks exit 0. - v0.3.0 is published from merge commit 16e2cfdabe22097969d47462d40d4c47425b0b19; post-merge CI and the four-platform release workflow passed, all four assets match SHA256SUMS, and their provenance attestations verify. - CLI surface: parse, validate, hooks, index, context, limits, ruled-out, warnings, stale, doctor, init, harvest, harvest-verify, squash-preserve, prepare-commit-msg, guard, inject, backfill, mcp. There is no capture, demo, update, or uninstall command. - MCP exposes three tools, all annotated read-only. There is no write side. - The default edit-time hook runs inject. guard is in no default path. - guard measures 44.8% precision (95% Wilson 32.7%-57.5%) and 22.0% recall against the 417-decision corpus; ADR-0019 concluded the current signals cannot separate the classes. - Write-side capture cost is reported as not instrumented rather than as zero. TARGET OUTCOME A repository owner installs once, works through their agent as usual, and gets at most one verified record per commit without being asked to remember a phrase. A later agent receives only the decisions that still apply before it edits that path. Every quality limit a user could mistake for a guarantee is stated on the surface that exposes it. NON-GOALS (each one is a decision, not an omission) - No further search for guard weights or thresholds. ADR-0019 recorded that the current signals contain no decision boundary, with a falsification condition and a pinning test. Reopen it with new signals or with evidence, not with a re-weighting. - No new protocol trailer fields. The vocabulary is sufficient; making it usable is the work. - No web dashboard, and no hosted memory service. Repository-owned Git authority is the differentiator; a server would weaken it. - No record on every commit. Structured noise is more dangerous than chat noise because a later agent trusts it more. Most commits must carry nothing. - No additional benchmark ahead of the product loop. The current score is limited by the default user path, not by missing evidence. - No blocking guard. Measured, not assumed: bench/GUARD-CANNOT-BLOCK.md. GATE ORDER - Gate A (this milestone): stable release hygiene, guard reclassified as experimental advisory with its measured numbers stated, unified capture with a pending transaction and successful-commit finalisation, MCP capture write side, result-oriented init, deterministic demo plus a recording generated from the same fixture, scene-first README. - Gate B: Windows, musl, package managers, update and uninstall, the user-editable repository policy file, multi-agent end-to-end. Windows and musl extend the existing platform issues rather than new ones, and a musl target must never be justified as the fix for the installer defect — an active record rules that out. - Gate C: fresh-agent decision-recovery pilot under the already registered protocol, external-repository dogfood, protocol conformance kit. COMPLETION DEFINITION Every issue in this milestone is closed, and each closes on evidence a command produced: - A capture that was drafted and then invalidated by a changed staged diff is discarded, and the commit still succeeds. - A verification failure never blocks a commit. - Invalid grammar, unsupported rejection evidence, duplicate ids, and canonical duplicates of active records are discarded; an unavailable active-record source reports incomplete and stages nothing. - MCP capture is a monotonic nonce transaction. prepare creates it, verify stores the result, and stage accepts only the nonce; no caller can supply records or evidence directly to bypass verification. - `prepare-commit-msg` never consumes before success. A failed commit leaves the pending record retriable; `post-commit` consumes it exactly once only after parent, tree, canonical record block, and record ids match the successful commit. - Default maximum is one record per commit. - Every surface that exposes guard states its measured precision and recall, and no surface describes an empty guard result as a verdict. - demo runs with no network and no model, modifies no user repository, and removes what it created. The README recording is reproducibly generated from that exact fixture/output and contains no private identifier. - init reports readiness without hiding a warning or a failure. - Full suite and both typechecks pass at the exact head that is merged, with no regression against the baseline above. DEPENDENCIES Capture is the spine: pending transaction, then prepare, then verify, then stage, then prepare-hook application, then post-commit finalisation; the CLI and MCP write side compose those primitives. Guard disclosure, demo, and init are independent of it and can run in parallel. README positioning precedes README section order; the demo recording follows the final demo fixture, command, and README placement. The v0.3.0 tag prerequisite for the install pin is satisfied. EVIDENCE POLICY Public surfaces carry commands and their output, file and line references, SHAs, issue and PR numbers. They do not carry private working paths, private input filenames, or tooling and session metadata. A figure is published with its interval or not published. A check that cannot see something says so rather than reporting a clean result.

    No due date
    26/26 issues closed
  • Items intentionally cut from v0.1.0 (ADR-0001) — no silent drops

    No due date
    14/14 issues closed
  • GitHub Action, ablation report, backfill (stretch), npm release (F6, F7, F8)

    Due by August 23, 2026
    20/20 issues closed
  • lore-mcp, injection hook, harvest + validator, guard, skill rewrites, minimum Trust slice (F4, F5)

    Due by August 16, 2026
    8/8 issues closed
  • Parser/validate/query/index/stale + squash inheritance/notes mirror/--follow (F2, F3)

    Due by August 9, 2026
    10/10 issues closed
  • Protocol v2 spec + conformance suite, LoreBench skeleton + first re-proposal-rate measurement (F1, F7)

    Overdue by 6 day(s)
    Due by August 2, 2026
    7/7 issues closed