diff --git a/.changeset/okf-conformant-starter-pack.md b/.changeset/okf-conformant-starter-pack.md new file mode 100644 index 00000000..24db4b49 --- /dev/null +++ b/.changeset/okf-conformant-starter-pack.md @@ -0,0 +1,5 @@ +--- +"@inkeep/open-knowledge": minor +--- + +Add an OKF-conformant starter pack: `ok seed --pack okf` (also shown by `ok seed --list-packs`) scaffolds a small knowledge base that is conformant with Google's Open Knowledge Format (OKF) v0.1 from the first commit — every non-reserved doc carries a non-empty `type`, plus a frontmatter-free lowercase `index.md` (§6 navigation) and `log.md` (§7 change history). Pure pre-populated content: the native frontmatter schema stays open-shaped and nothing is enforced or linted. Ships a guidance-only OKF conventions skill like every other pack. diff --git a/packages/app/src/components/PackCardGrid.tsx b/packages/app/src/components/PackCardGrid.tsx index eae18104..12aca33f 100644 --- a/packages/app/src/components/PackCardGrid.tsx +++ b/packages/app/src/components/PackCardGrid.tsx @@ -1,6 +1,15 @@ // biome-ignore-all lint/plugin/no-raw-html-interactive-element: pre-rule backlog — file uses raw