12 lines
539 B
Markdown
12 lines
539 B
Markdown
# ourdigital-okf (Claude Code)
|
|
|
|
Use `SKILL.md` in this directory as the instruction set for producing, validating, and
|
|
visualizing Open Knowledge Format (OKF) v0.1 bundles.
|
|
|
|
- Scripts live in `scripts/` and use the Python standard library only (no pip install).
|
|
- Read `references/okf-spec-v0.1.md` before producing a bundle.
|
|
- Templates are in `assets/`.
|
|
- Always confirm the output directory with the user before creating it.
|
|
- A bundle is done only when `python3 scripts/okf_validate.py <bundle>` reports CONFORMANT
|
|
with zero errors.
|