docs(governance): encode client-neutral global-config and data-boundary authority - #110
Merged
Conversation
…ority - encode unbound/unlocked neutrality for software and agent platforms - scope global config to current + future AI software via one Adapter contract - protect the E: data volume behind per-path authorization - add spill governance: traceable, locatable, cleanable, migratable - separate the Open Design client from the DESIGN-LAB project (DEC-DESIGN-004) - register openhuman/open-design adapters and a tracked forward authority
…te semantics - openhuman.global_configuration is now MANAGE (USER_GLOBAL desired state) with apply_supported=false, not OBSERVE - assert open-design client desired state and the DESIGN-LAB project configuration boundary (OBSERVE, apply_supported=false)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Encode the R6 task-pack's core principles into the tracked authority files and
fix the two registry/authority gaps it flagged:
per-client native projection; the six clients are current adapters, not
permanent dependencies; core schemas use stable IDs, never hard-coded
programs/model IDs/versions/ports/paths.
Switch · GitHub · Open Design · OpenHuman) plus any future AI software
through the same Adapter contract.
per-path, per-operation user authorization.
any spill is traceable, locatable, cleanable and migratable
(
00-governance/project-data-boundary.json#spillGovernance).(DEC-DESIGN-004); client USER_GLOBAL desired state is
MANAGEwithapply_supported=false, design capability belongs to DESIGN-LAB (IGNORE).Gap fixes
adapter-registry.jsonnow registersopenhumanandopen-design(entries 7 → 9), andsource_refuses stable id references.PROJECT_POSITIONING.md+config-authority-index.json; the R6 candidate is explicitly labeledLOCAL_CANDIDATE, not yet tracked.AGENTS.md/README.md/positioning drop the staleOPEN-DESIGN-Assistancename in favor of the client/project split.Verification
verify_config_ownership.py→CONFIG_OWNERSHIP_PASS layers=8 modes=4 fields=51 forbidden=5verify_adapter_registry.py→ADAPTER_REGISTRY_PASS entries=9verify_client_neutral_manifest.py→CLIENT_NEUTRAL_MANIFEST_PASS adapters=9git diff --checkclean