predicate-skill 1.6.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "predicate",
3
- "version": "1.0.0",
4
- "description": "Local reasoning knowledge graph (RDF/OWL) for AI agents.",
3
+ "version": "2.0.2",
4
+ "description": "Local reasoning knowledge graph (RDF/OWL) for AI agents — 9 kg_* MCP tools + cross-platform Stop-hook turn extraction (Claude Code + Gemini CLI + OpenCode) + reasoning bridge for action data.",
5
5
  "author": {
6
- "name": "MX Research"
6
+ "name": "Nordic Agents Research",
7
+ "email": "midhunxavier@outlook.com"
7
8
  },
8
- "homepage": "https://github.com/mxresearch/predicate#readme",
9
- "repository": "https://github.com/mxresearch/predicate",
9
+ "homepage": "https://github.com/NordicAgents/predicate#readme",
10
+ "repository": "https://github.com/NordicAgents/predicate",
10
11
  "license": "Apache-2.0",
11
12
  "keywords": ["mcp", "knowledge-graph", "rdf", "owl", "sparql", "reasoning"],
12
13
  "mcpServers": {
package/README.md CHANGED
@@ -6,7 +6,7 @@ hook adapters for Cursor, Gemini CLI, VS Code Copilot, OpenCode, and
6
6
  Codex CLI. This is the install target for both the Claude Code
7
7
  marketplace and the npm path.
8
8
 
9
- Current version: **1.5.0** (`v1.5.0-stop-extract`).
9
+ Current version: **2.0.0** (`v2.0.0-domain-agnostic-bootstrap`).
10
10
 
11
11
  ## Install
12
12
 
@@ -49,7 +49,8 @@ See the platform-specific config templates and READMEs under `hooks/`:
49
49
  ## CLI
50
50
 
51
51
  ```
52
- predicate up # docker compose up + bootstrap graphs + load TBox
52
+ predicate up # docker compose up + bootstrap graphs (then init on first run)
53
+ predicate init # initialize kg:tbox (community ontology / upload / empty)
53
54
  predicate down # stop fuseki, keep the volume
54
55
  predicate doctor # health checks (docker, fuseki, tbox)
55
56
  predicate stats # current kg_stats output
@@ -63,9 +64,10 @@ predicate --help
63
64
 
64
65
  ## MCP tools
65
66
 
66
- The bundled server exposes 9 tools over stdio: `kg_explore_schema`,
67
+ The bundled server exposes 11 tools over stdio: `kg_explore_schema`,
67
68
  `kg_ask`, `kg_assert`, `kg_explain`, `kg_propose_schema`,
68
- `kg_research_goal`, `kg_stats`, `kg_maintain`, `kg_capture`.
69
+ `kg_research_goal`, `kg_stats`, `kg_maintain`, `kg_capture`,
70
+ `kg_config_get`, `kg_config_set`.
69
71
 
70
72
  Env vars consumed at runtime:
71
73