@weavelogic/knowledge-graph-agent 0.7.2 → 0.7.3
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,13 @@ import {
|
|
|
724
724
|
|
|
725
725
|
## Changelog
|
|
726
726
|
|
|
727
|
+
### v0.7.3
|
|
728
|
+
|
|
729
|
+
- Added SOP Governance documentation (`docs/guides/sop-governance.md`)
|
|
730
|
+
- Added SOP Reference documentation (`docs/reference/sops.md`)
|
|
731
|
+
- Complete documentation for all 40 AI-SDLC SOPs with requirements and checkpoints
|
|
732
|
+
- Updated docs README and main README with governance documentation links
|
|
733
|
+
|
|
727
734
|
### v0.7.2
|
|
728
735
|
|
|
729
736
|
- Fixed repository URL in package.json to correct GitHub repo
|
|
@@ -827,6 +834,7 @@ Comprehensive documentation is available in the [docs/](./docs/) directory, orga
|
|
|
827
834
|
- [Knowledge Graph Management](./docs/guides/knowledge-graph.md) - Create, query, and traverse graphs
|
|
828
835
|
- [Cultivation System](./docs/guides/cultivation.md) - Analyze codebases and generate primitives
|
|
829
836
|
- [Agent System](./docs/guides/agents.md) - Work with AI agents and rules engine
|
|
837
|
+
- [SOP Governance](./docs/guides/sop-governance.md) - AI-SDLC compliance and governance enforcement
|
|
830
838
|
|
|
831
839
|
### Enterprise Features
|
|
832
840
|
|
|
@@ -843,6 +851,7 @@ Comprehensive documentation is available in the [docs/](./docs/) directory, orga
|
|
|
843
851
|
- [Graph API](./docs/reference/api/graph.md) - Graph operations
|
|
844
852
|
- [CLI Commands](./docs/reference/cli/commands.md) - All CLI commands
|
|
845
853
|
- [MCP Tools](./docs/reference/mcp/tools.md) - MCP server tools
|
|
854
|
+
- [SOP Reference](./docs/reference/sops.md) - AI-SDLC SOPs technical reference
|
|
846
855
|
|
|
847
856
|
### Architecture
|
|
848
857
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as dist } from "../../../../_virtual/
|
|
1
|
+
import { __exports as dist } from "../../../../_virtual/index5.js";
|
|
2
2
|
import { __require as requireAstSpec } from "./generated/ast-spec.js";
|
|
3
3
|
import { __require as requireLib } from "./lib.js";
|
|
4
4
|
import { __require as requireParserOptions } from "./parser-options.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as dist } from "../../../../_virtual/
|
|
1
|
+
import { __exports as dist } from "../../../../_virtual/index6.js";
|
|
2
2
|
import { __require as requireGetKeys } from "./get-keys.js";
|
|
3
3
|
import { __require as requireVisitorKeys } from "./visitor-keys.js";
|
|
4
4
|
var hasRequiredDist;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weavelogic/knowledge-graph-agent",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
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",
|