diff --git a/AGENTS.md b/AGENTS.md index 331bc87..762e3d4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -18,8 +18,8 @@ cd /mnt/DATA/git/govoplan-core For combined checks once implementation starts, run: ```bash -cd /mnt/DATA/git/govoplan-core -./scripts/check-focused.sh +cd /mnt/DATA/git/govoplan +tools/checks/check-focused.sh ``` ## Working Rules diff --git a/README.md b/README.md index 02cc131..317d23d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # govoplan-docs + +**Repository type:** module (platform). + + GovOPlaN Docs provides the documentation layer for configured GovOPlaN systems. It answers "what does this installation provide for me?" before it answers "what could the full product do?". The goal is to reduce documentation complexity by starting from installed modules, enabled configuration, tenant policy, role, route availability, and visible capabilities. diff --git a/package.json b/package.json index dc73595..bf5fb19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/docs-webui", - "version": "0.1.7", + "version": "0.1.8", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -17,7 +17,7 @@ "README.md" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.7", + "@govoplan/core-webui": "^0.1.8", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/pyproject.toml b/pyproject.toml index 6468744..ce60c26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-docs" -version = "0.1.7" +version = "0.1.8" description = "GovOPlaN documentation module for configured-system, available, and evidence documentation." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.7", - "govoplan-access>=0.1.7", + "govoplan-core>=0.1.8", + "govoplan-access>=0.1.8", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_docs/backend/manifest.py b/src/govoplan_docs/backend/manifest.py index 7a88cee..d8edb6c 100644 --- a/src/govoplan_docs/backend/manifest.py +++ b/src/govoplan_docs/backend/manifest.py @@ -41,7 +41,7 @@ def _route_factory(context: ModuleContext): manifest = ModuleManifest( id="docs", name="Docs", - version="0.1.7", + version="0.1.8", required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), optional_dependencies=("policy", "audit", "ops", "workflow", "search"), permissions=( diff --git a/webui/package.json b/webui/package.json index 0df0adf..45ee5be 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/docs-webui", - "version": "0.1.7", + "version": "0.1.8", "private": true, "type": "module", "main": "src/index.ts", @@ -13,7 +13,7 @@ } }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.7", + "@govoplan/core-webui": "^0.1.8", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0",