Skip to content

@innocarpe/carpeos v1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 07:49

[1.0.0] - 2026-07-30

Notes

  • First stable product release for @innocarpe/carpeos: setup installs
    capture hooks, session evidence lands in local SQLite (encrypted raw +
    EvidenceArtifact), Observations are derived from eligible lifecycle events,
    and memory search / context-pack return meaningful units first-class on the
    local path (see docs/maintainers/product-1.0.0.md).
  • First stable public contract: CLI commands/flags, setup/env/~/.carpeos
    layout, MCP tool names + JSON shapes (docs/contracts/mcp-tools-v1.md), local
    store migration policy, and trust-zone / visibility semantics (including
    documented default resolution order: flag → env → config → device default).
  • Breaking changes on those surfaces after this release require a MAJOR bump
    (see docs/maintainers/versioning-and-releases.md).
  • Hosted Cloudflare edge, GraphRAG, multi-Mac polish, and production embeddings
    remain non-goals of 1.0 and may ship later as additive 1.x MINOR work.

Added

  • Product setup: carpeos setup hooks plan|install|uninstall|doctor (merge-safe
    capture hooks; absolute ~/.local/bin/carpeos commands)
  • Setup doctor: hook status, recent capture, Observation/Claim counts
    (--require-hooks / --require-capture / --require-units)
  • README EN/KO product path: install → hooks → doctor → rebuild/search/context-pack
  • Meaningful-unit extraction policy (ADR 0011; PostToolUse off by default)
  • Evidence → Observation extraction MVP; CLI capture-hook extract default +
    carpeos extract --event-id (idempotent)
  • Retrieval ranks Observation/Claim/decision above evidence_excerpt; CLI
    lifecycle filters align with MCP (active+draft)
  • Product E2E gate: pnpm smoke:product (CI)
  • Product 1.0 DoD + scenario checklist + freeze Approve gate docs