Skip to content

chore: version package#9

Merged
kryptobaseddev merged 1 commit intomainfrom
changeset-release/main
Mar 30, 2026
Merged

chore: version package#9
kryptobaseddev merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

openclawdocs@2026.3.4

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to CalVer (YYYY.M.MICRO).

Unreleased

[2026.3.4] - 2026-03-29

Fixed

  • Switch @codluv/versionguard from git ref to npm ^1.1.0

[2026.3.4] - 2026-03-29

Fixed

[2026.3.4] - 2026-03-29

Fixed

  • Exit codes, related topics, dependency updates

    • Exit codes for agent error handling (0=success, 1=not found, 2=error)
    • Related topics extracted from cross-references in show output
    • Dependency minimums updated to latest versions
  • Exit codes, related topics, dep updates, CI fixes

    • Exit codes: 0=success, 1=not found, 2=error
    • Related topics extracted from content cross-references in show output
    • Dependency minimums updated to latest versions
    • Fixed version script: use own CalVer calc instead of vg bump --apply (picks wrong option in CI)
    • Fixed release workflow: OIDC trusted publishing, no NPM_TOKEN needed
    • Added CI changeset check on PRs

2026.3.1

Fixed

  • Version correction: 2026.3.0 was the initial release, this is the first patch

[2026.3.4] - 2026-03-29

Added

  • Agent-optimized output modes and content cleanup

    • Add --json flag to all commands (search, show, list, status, diff, sync)
    • Add --code-only flag to show command (extract only code blocks)
    • Add --compact flag to search and list (TSV, pipeable)
    • Strip Mintlify MDX components to clean markdown (Steps, Tabs, Accordion, Cards, Notes)
    • Strip theme={} metadata from code fences
    • Fix search ranking (BM25 normalization, fuzzy cutoff raised to 75%)
    • Add --section/-s flag for section-level progressive disclosure
    • Replace hand-rolled HTMLParser with trafilatura (F1 0.958)
    • Replace regex section splitting with markdown-it-py AST
    • Cross-platform data paths via platformdirs
    • npm package with three aliases: openclawdocs, openclaw-docs, ocdocs
    • Changesets + VersionGuard CalVer release pipeline
    • GitHub Actions release workflow

[2026.3.4] - 2025-03-29

Added

  • Initial release of openclawdocs CLI
  • sync command: idempotent download/update from docs.openclaw.ai with ETag caching
  • sync --force: bypass cache, full re-download and FTS rebuild
  • search <query>: FTS5 BM25 full-text search with rapidfuzz fuzzy title fallback
  • search -v: verbose mode with content snippets
  • search -c <category>: filter results by category
  • show <path>: topic summary with section list (MVI default)
  • show --section/-s <name>: single section retrieval (fuzzy matched)
  • show --full: complete topic content
  • list: category listing with topic counts
  • list -c <category>: topics within a category
  • status: sync health check (last sync time, topic/category counts, DB size)
  • diff: compare local docs against remote, show added/changed/removed
  • SQLite FTS5 with external content table and auto-sync triggers
  • trafilatura-based HTML content extraction for pages missing from llms-full.txt
  • markdown-it-py AST-based section and summary extraction
  • Progressive Disclosure: search (120t) -> summary (150t) -> section (1Kt) -> full (10Kt)
  • npm package wrapper with automatic Python venv setup
  • 370 topics across 19 categories (100% published English content)

@kryptobaseddev kryptobaseddev merged commit 813a0cf into main Mar 30, 2026
@kryptobaseddev kryptobaseddev deleted the changeset-release/main branch March 30, 2026 14:30
@github-actions github-actions Bot mentioned this pull request Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant