@pieai/pro-gov 0.5.3 → 0.6.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pieai/pro-gov",
3
- "version": "0.5.3",
3
+ "version": "0.6.0",
4
4
  "description": "Project-level distribution kit for Project Governance System.",
5
5
  "keywords": [
6
6
  "ai-agents",
@@ -35,10 +35,10 @@
35
35
  "access": "public"
36
36
  },
37
37
  "dependencies": {
38
- "@pieai/doc-gov": "^0.5.3"
38
+ "@pieai/doc-gov": "^0.6.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@pieai/swimmer-ui-kit": "1.0.1",
41
+ "@pieai/swimmer-ui-kit": "1.1.0",
42
42
  "@types/node": "24.13.2",
43
43
  "@types/react": "19.1.16",
44
44
  "@types/react-dom": "19.1.9",
@@ -1,6 +0,0 @@
1
- # Claude Adapter
2
-
3
- Read `AGENTS.md` first and follow it as the project router.
4
-
5
- Claude-specific workflow guidance may add tool usage details, but it must not
6
- replace or run before the Project Governance System router block in `AGENTS.md`.