Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This Git-backed Markdown vault is durable memory for Direct. Open `kb/` itself a
Start repository work with the pinned KB release, then expand through bounded links, exact metadata, text search, or history only when needed:

```sh
bunx --bun github:hraness/kb#v0.15.1 context <repository-path> --root kb --repo .
bunx --bun github:hraness/kb#v0.15.2 context <repository-path> --root kb --repo .
```

## Record boundaries
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
"example:verify": "bun run examples/todos/verify.ts",
"lint": "eslint src examples scripts",
"test:package": "bun run ./scripts/package-smoke.ts",
"kb:refresh": "bunx --bun github:hraness/kb#v0.15.1 refresh --root kb",
"kb:check:lane": "bunx --bun github:hraness/kb#v0.15.1 check --root kb --no-catalog",
"kb:check": "bunx --bun github:hraness/kb#v0.15.1 check --root kb && bunx --bun github:hraness/kb#v0.15.1 agents check --root kb --repo .",
"kb:catalog": "bunx --bun github:hraness/kb#v0.15.1 catalog --root kb",
"kb:refresh": "bunx --bun github:hraness/kb#v0.15.2 refresh --root kb",
"kb:check:lane": "bunx --bun github:hraness/kb#v0.15.2 check --root kb --no-catalog",
"kb:check": "bunx --bun github:hraness/kb#v0.15.2 check --root kb && bunx --bun github:hraness/kb#v0.15.2 agents check --root kb --repo .",
"kb:catalog": "bunx --bun github:hraness/kb#v0.15.2 catalog --root kb",
"check": "bun run typecheck && bun run build && bun run test:package && bun run test && bun run lint && bun run example:test && bun run example:typecheck && bun run example:verify && bun run example:react-native:test && bun run example:react-native:typecheck && bun run example:react-native:verify",
"prepack": "bun run check"
},
Expand Down