@weavelogic/knowledge-graph-agent 0.7.0 → 0.7.1

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.
package/README.md CHANGED
@@ -724,6 +724,12 @@ import {
724
724
 
725
725
  ## Changelog
726
726
 
727
+ ### v0.7.1
728
+
729
+ - Fixed documentation links to use new organized reference structure
730
+ - Updated Reference section with proper paths to `docs/reference/api/`, `docs/reference/cli/`, `docs/reference/mcp/`
731
+ - Added Architecture section with integration documentation links
732
+
727
733
  ### v0.7.0
728
734
 
729
735
  **Core Features:**
@@ -826,16 +832,22 @@ Comprehensive documentation is available in the [docs/](./docs/) directory, orga
826
832
 
827
833
  ### Reference
828
834
 
829
- - [API Reference](./docs/API.md) - Complete API surface
830
- - [CLI Commands](./docs/CLI-COMMANDS-REFERENCE.md) - All CLI commands
831
- - [MCP Tools](./docs/MCP-TOOLS-REFERENCE.md) - MCP server tools
832
- - [Architecture](./docs/ARCHITECTURE.md) - System architecture overview
833
-
834
- ### Architecture Decisions
835
-
836
- Technical decisions documented as ADRs:
837
-
838
- - [ADR Index](./docs/architecture/decisions/README.md) - All architecture decisions
835
+ - [API Reference](./docs/reference/api/index.md) - Complete API surface
836
+ - [Core API](./docs/reference/api/core.md) - Database, cache, knowledge graph
837
+ - [Agents API](./docs/reference/api/agents.md) - Agent system interfaces
838
+ - [Graph API](./docs/reference/api/graph.md) - Graph operations
839
+ - [CLI Commands](./docs/reference/cli/commands.md) - All CLI commands
840
+ - [MCP Tools](./docs/reference/mcp/tools.md) - MCP server tools
841
+
842
+ ### Architecture
843
+
844
+ - [Architecture Overview](./docs/ARCHITECTURE.md) - System architecture
845
+ - [Integration Index](./docs/architecture/integrations/INDEX.md) - All integrations
846
+ - [Claude-Flow](./docs/architecture/integrations/claude-flow.md) - MCP orchestration
847
+ - [RuVector](./docs/architecture/integrations/ruvector.md) - Vector search
848
+ - [Exochain](./docs/architecture/integrations/exochain.md) - Audit trail
849
+ - [Agentic-Flow](./docs/architecture/integrations/agentic-flow.md) - Agent framework
850
+ - [ADR Index](./docs/architecture/decisions/README.md) - Architecture decisions
839
851
  - [Dependencies](./docs/DEPENDENCIES.md) - Package dependencies and licenses
840
852
 
841
853
  ## Contributing
@@ -1,4 +1,4 @@
1
- import { __exports as dist } from "../../../../_virtual/index8.js";
1
+ import { __exports as dist } from "../../../../_virtual/index7.js";
2
2
  import { __require as requireCreateProjectService } from "./createProjectService.js";
3
3
  var hasRequiredDist;
4
4
  function requireDist() {
@@ -1,4 +1,4 @@
1
- import { __exports as dist } from "../../../_virtual/index7.js";
1
+ import { __exports as dist } from "../../../_virtual/index8.js";
2
2
  import fs from "fs";
3
3
  import path__default from "path";
4
4
  import url from "url";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weavelogic/knowledge-graph-agent",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Knowledge graph agent for Claude Code - generates knowledge graphs, initializes docs, and integrates with claude-flow",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",