Skip to content
Closed
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.2.103

- Add package-owned Knowledge project and collection aggregates with
deterministic stable IDs, explicit item membership, immutable forward and
inverse receipts, and exact readback.
- Add bounded complete project, collection, item, and taxonomy enumeration
across SQLite, PostgreSQL, REST/OpenAPI, SDK, CLI, and generated packages.

## 0.2.102

- Republish the same reviewed bounded-query product code through the isolated
Expand Down
2 changes: 1 addition & 1 deletion bin/knowledge-mcp.js
Original file line number Diff line number Diff line change
Expand Up @@ -14997,7 +14997,7 @@ import { existsSync as existsSync15, readFileSync as readFileSync14, writeFileSy
// package.json
var package_default = {
name: "@hasna/knowledge",
version: "0.2.102",
version: "0.2.103",
description: "Agent-friendly local knowledge CLI with JSON output, pagination, and safe destructive actions",
type: "module",
exports: {
Expand Down
2 changes: 1 addition & 1 deletion bin/knowledge.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37468,7 +37468,7 @@ function migrateLegacyKnowledgeWorkspace(options) {
// package.json
var package_default = {
name: "@hasna/knowledge",
version: "0.2.102",
version: "0.2.103",
description: "Agent-friendly local knowledge CLI with JSON output, pagination, and safe destructive actions",
type: "module",
exports: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hasna/knowledge",
"version": "0.2.102",
"version": "0.2.103",
"description": "Agent-friendly local knowledge CLI with JSON output, pagination, and safe destructive actions",
"type": "module",
"exports": {
Expand Down
Loading