Skip to content

Lore Context v0.6.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@zhushuanbao-dot zhushuanbao-dot released this 29 Apr 08:50

Distribution and Trust Sprint release. This release takes the v0.5 adoption
substrate and makes it easier to discover, install, verify, and share without
turning Lore into a hosted SaaS claim.

Added

  • AI-readable website context — the static website now publishes llms.txt
    and llms-full.txt, canonical URLs, Open Graph/Twitter metadata, cache headers,
    and public-source boundary text for AI-assisted discovery.
  • Quickstart activation reportpnpm quickstart -- --activation-report
    can produce dry-run and real first-value evidence covering health, first memory
    write, first context query, and the matching Evidence Ledger trace.
  • Public-safe trust demo coveragepnpm smoke:api now verifies public-safe
    eval report output and MIF JSON export while ensuring hard-deleted content is
    not exported.
  • Public-safe eval report CLIscripts/export-eval-report.mjs --public-safe
    emits metrics and run metadata while excluding raw memory content and dataset
    messages.
  • Distribution packdocs/distribution/ includes MCP registry, marketplace,
    agent plugin, and MCP security drafts for human-reviewed submission.
  • Launch and design partner packdocs/launch/, docs/design-partners/,
    and the design partner issue template define the launch narrative, benchmark
    methodology, intake rubric, and activation scorecard.

Changed

  • Root and package versions advanced to 0.6.0-alpha.0.
  • OpenAPI metadata now reports 0.6.0-alpha.
  • README, roadmap, project plan, and website copy now position v0.6 as the
    current alpha release.
  • Website release verification now requires the new AI-readable files, metadata,
    cache headers, and public-boundary leak checks.
  • Real quickstart activation proof uses an isolated temporary store per run and
    validates the exact trace returned by the current context.query.

Fixed

  • Quickstart summaries and activation reports redact generated API keys in both
    dry-run and real activation paths.
  • --activation-report no longer exits successfully when the proof is skipped
    because the target local port is occupied.
  • Activation proof no longer falls back to stale Evidence Ledger rows from older
    runs.
  • Public docs no longer expose local research snapshots or internal workflow
    paths as public release facts.
  • Getting Started now documents --out for eval report file generation instead
    of implying the CLI writes files by default.

Notes / Known limitations

  • v0.6.0-alpha still does not include public hosted SaaS, billing, managed
    cloud sync, autonomous marketplace submission, or remote MCP HTTP as the default
    path.
  • Marketplace, Show HN, Reddit, Discord, and partner outreach drafts remain
    human-reviewed materials; the release does not auto-submit them.
  • Clean-checkout human timing and real design partner scorecard data are still
    post-release validation work.