Skip to content

docs(governance): encode client-neutral global-config and data-boundary authority - #110

Merged
DTALEX66 merged 2 commits into
mainfrom
feat/r6-authority-calibration
Aug 15, 2026
Merged

docs(governance): encode client-neutral global-config and data-boundary authority#110
DTALEX66 merged 2 commits into
mainfrom
feat/r6-authority-calibration

Conversation

@DTALEX66

Copy link
Copy Markdown
Owner

Summary

Encode the R6 task-pack's core principles into the tracked authority files and
fix the two registry/authority gaps it flagged:

  • Neutrality (unbound, unlocked) — client-neutral, one canonical source →
    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.
  • Global configuration scope — current workflow (Hermes · Codex · CC
    Switch · GitHub · Open Design · OpenHuman) plus any future AI software
    through the same Adapter contract.
  • E: data volume protection — access denied by default, requires explicit
    per-path, per-operation user authorization.
  • Spill governance — project artifacts never leave the project Git root;
    any spill is traceable, locatable, cleanable and migratable
    (00-governance/project-data-boundary.json#spillGovernance).
  • Open Design client vs DESIGN-LAB project — two distinct identities
    (DEC-DESIGN-004); client USER_GLOBAL desired state is MANAGE with
    apply_supported=false, design capability belongs to DESIGN-LAB (IGNORE).

Gap fixes

  • P0-2: adapter-registry.json now registers openhuman and
    open-design (entries 7 → 9), and source_ref uses stable id references.
  • P0-1: forward authority points to tracked PROJECT_POSITIONING.md +
    config-authority-index.json; the R6 candidate is explicitly labeled
    LOCAL_CANDIDATE, not yet tracked.
  • P1-1: AGENTS.md/README.md/positioning drop the stale
    OPEN-DESIGN-Assistance name in favor of the client/project split.

Verification

  • verify_config_ownership.pyCONFIG_OWNERSHIP_PASS layers=8 modes=4 fields=51 forbidden=5
  • verify_adapter_registry.pyADAPTER_REGISTRY_PASS entries=9
  • verify_client_neutral_manifest.pyCLIENT_NEUTRAL_MANIFEST_PASS adapters=9
  • git diff --check clean

…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)
@DTALEX66
DTALEX66 merged commit 9583d3d into main Aug 15, 2026
14 checks passed
@DTALEX66
DTALEX66 deleted the feat/r6-authority-calibration branch August 15, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant