Skip to content

Documentation OS v1.0.0

Choose a tag to compare

@koba3 koba3 released this 03 Aug 06:06

Documentation OS v1.0.0

First public Reference Implementation release.

Quick Start

git clone https://github.com/koba3/documentation-os.git
cd documentation-os

pnpm install
pnpm build
pnpm run validate

pnpm exec docos verify \
  --input samples/reference-execution-001/final-execution-record.json \
  --type execution

pnpm exec docos certify \
  --target conformance/fixtures/valid/stack-target.json \
  --profile full-reference-stack-v1

Expected result: verify exits 0, certify exits 0 with PASS.

Highlights

  • Reference Runtime and Engine
  • Plugin SDK and reference plugins
  • Frozen docos CLI (engine, plugin, conformance)
  • Conformance Test Platform and certification
  • Developer tooling (docos-dev)

See CHANGELOG.md for the full notes.