Documentation OS v1.0.0
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-v1Expected result: verify exits 0, certify exits 0 with PASS.
Highlights
- Reference Runtime and Engine
- Plugin SDK and reference plugins
- Frozen
docosCLI (engine,plugin, conformance) - Conformance Test Platform and certification
- Developer tooling (
docos-dev)
See CHANGELOG.md for the full notes.