Skip to content

v0.18.0 — OKF ScalarDB/ScalarDL Knowledge Bundle

Choose a tag to compare

@wfukatsu wfukatsu released this 28 Jul 02:30
· 229 commits to main since this release

Added

ScalarDB / ScalarDL implementation decisions are now grounded in version-pinned official documentation.

The OKF-ScalarDB-ScalarDL bundle — the complete developers.scalar-labs.com docs split per product and per version (ScalarDB 3.14–3.18, ScalarDL 3.10–3.13, ScalarDB Community 3.4–3.13; 1,800 concepts) — is vendored as a git submodule at knowledge/okf-scalardb-scalardl/, so skills answer from the release a project actually runs instead of model memory or unpinned "latest" docs.

  • rules/okf-knowledge-bundle.md (new shared contract): resolve the bundle (submodule → ~/.cache/nexus-architect/ shallow clone → online docs explicitly labeled as not version-pinned), pin product, version, and edition before reading anything, filter concepts by lifecycle_phase (design / implement / operate), never mix versions, cite each concept's canonical resource URL, and pin dependencies with the frontmatter patch_version — feeding the rules/dependency-versions.md / work/version-decisions.json flow.
  • tools/update-okf-bundle.sh + /architect:update-knowledge (new skill): fetch, update, and inspect the bundle from remote — no-arg ensure fetches only when absent, update pulls the newest state, status reports the resolved path, commits, and bundled versions.

Changed

  • 19 skills across all three plugins now consult the bundlearchitect: design-scalardb, design-scalardb-analytics, select-scalardb-edition, generate-scalardb-code, review-scalardb, define-requirements, migrate-database; scalardb: docs (bundle-first search), build-app, model, config, crud-ops, jdbc-ops, error-handler, scaffold, review-code, migrate, local-env; product: design-architecture.
  • Entry docs kept in sync: CLAUDE.md, AGENTS.md, OMNIGENT.md, README.md (clone with --recurse-submodules; new ScalarDB / ScalarDL Knowledge Bundle section).

Install / upgrade

claude plugin update architect@nexus-architect
claude plugin update scalardb@nexus-architect
claude plugin update product@nexus-architect

Manual clones: git clone --recurse-submodules, or in an existing clone run tools/update-okf-bundle.sh.

Full changelog: CHANGELOG.md / CHANGELOG_ja.md

🤖 Generated with Claude Code