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
388 changes: 385 additions & 3 deletions bin/knowledge-mcp.js

Large diffs are not rendered by default.

384 changes: 383 additions & 1 deletion bin/knowledge-serve.js

Large diffs are not rendered by default.

514 changes: 310 additions & 204 deletions bin/knowledge.js

Large diffs are not rendered by default.

392 changes: 389 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/project-links.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ export declare const KNOWLEDGE_PROJECT_REGISTRATION_ROUTE: 'knowledge.project-re
export declare const KNOWLEDGE_PROJECT_RESOURCES_ROUTE: 'knowledge.project-resources.v1';
export declare const KNOWLEDGE_PROJECT_REGISTRATION_SCHEMA_VERSION: 1;
export declare const KNOWLEDGE_PROJECT_MEMBERSHIP_RULE: 'explicit_collection_binding';
/**
* Keyset pages fetch exactly one extra producer row to decide whether a
* continuation cursor is required. Scalar snapshot/count queries are separate
* and never materialize the resource population.
*/
export declare const KNOWLEDGE_PROJECT_RESOURCE_PAGE_LOOKAHEAD: 1;
export type KnowledgeProjectResourceKind = 'project' | 'collection' | 'item' | 'taxonomy';
export type KnowledgeProjectRegistrationDirection = 'forward' | 'inverse';
export type KnowledgeProjectReceiptAction = 'register_collection' | 'bind_item';
Expand Down
392 changes: 389 additions & 3 deletions dist/serve.js

Large diffs are not rendered by default.

392 changes: 389 additions & 3 deletions dist/storage.js

Large diffs are not rendered by default.

Loading
Loading