You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`docs/drafts/README.md` — formal staging layer for uncertified artifacts; P-03/P-11/P-18 governance; staleness rule (≥2 sessions without Apogee sign-off → P-03 BLG); archive path after 5 deferred sessions
23
-
-`SESSION_ANCHOR.md` — P-21 canonical session handoff document; overwritten (not appended) at every session close; read first by COLLEEN at session open (P-02)
24
-
25
-
#### Added (S027 — Phase 2 / P-24 Certification)
26
-
-`docs/patterns/NDR_PATTERN_REGISTRY.md` v1.6 — P-24 (Canonical-Practice-Unit) registered; P-02 and P-21 specs updated to reference SESSION_ANCHOR.md; gate cross-reference table updated
27
-
-`docs/gates/ACOUSTIC_GATES.md` v2.0 — P-24 CPU retrofit: all 6 fields added (Rationale, Trigger Condition, Passing State [with JSON schema], Failing State [with JSON schema + escalation], Recovery Protocol [gate-by-gate remediation], References [NIST + EU AI Act]); CERTIFIED status header; provenance updated
28
-
29
-
#### Structural Improvements
30
-
-**`.operations/` pattern** — separation of operational machinery from published doctrine; reduces README noise; Sentinel can wire any `.operations/` script to CI with Njineer approval
31
-
-**`docs/drafts/` pattern** — file-system gate; P-11 certification requirement made visible at the filesystem level rather than in mental models alone
32
-
-**`SESSION_ANCHOR.md` pattern** — fast-read session state rehydration; replaces SWEEP_LOG parsing for session open; COLLEEN reads in <5s instead of scanning full SWEEP_LOG history
33
-
-**P-24 compliance scanner** — machine-checkable gate compliance; exit code 1 on any BLG-class gap; suitable for CI integration (Phase 3)
34
-
35
-
#### Next Phase (S028)
36
-
-`sentinel-governance/.github/workflows/doc-lint.yml` — markdown lint CI gate
37
-
-`README.governance.md` — NIST/EU AI Act framing, compliance-officer entry point
38
-
-`README.technical.md` — agent-facing dense spec entry point
39
-
- Port `GATE_1111.md`, `GATE_11Q.md`, `TELESCOPIC_LENS.md` to P-24 CPU format
56
+
#### Added (S026)
57
+
-`docs/gates/GATE_UNIT_TEMPLATE.md` — canonical 6-field CPU schema template
> **Architect:** Hensel, Andrew Vance · [@ndrorchestration](https://github.com/ndrorchestration)
7
+
8
+
---
9
+
10
+
## What Is DGAF-Framework?
11
+
12
+
The **Dynamic Governance & Agentic Framework (DGAF)** is a structured multi-agent AI governance system that operationalizes NIST AI RMF, EU AI Act requirements, and OWASP Agentic Top 10 controls into a living, auditable repository. It governs the **Phi-Harmonic Dynamic Governance Ecosystem (PHDGE)** — a portfolio of AI systems, agents, and automation workflows operated by ndrorchestration.
13
+
14
+
The framework is not a policy document. It is an **executable governance spine** — every policy has a corresponding gate, every gate has a machine-readable pass/fail schema, and every decision is traceable to a sealed SWEEP_LOG entry.
Every governance decision in DGAF is auditable through a three-layer trail:
59
+
60
+
1.**SWEEP_LOG.md** — Sealed session-by-session record; every commit wave is buoy-anchored with timestamp, operator, and formation
61
+
2.**CHANGELOG.md** — Semantic versioned artifact history; every file change attributed to session + agent
62
+
3.**Git commit history** — Atomic commits per session wave; commit message encodes session ID, pattern IDs, and affected artifacts
63
+
64
+
Audit query: to reconstruct the state of any artifact at any point in time, trace: `git log --follow <file>` → `CHANGELOG.md` entry → `SWEEP_LOG.md` session buoy → `SESSION_ANCHOR.md` at that session close.
65
+
66
+
---
67
+
68
+
## Governance Contacts
69
+
70
+
| Role | Identity |
71
+
|------|----------|
72
+
|**Architect / Sovereign Authority**| Hensel, Andrew Vance · [@ndrorchestration](https://github.com/ndrorchestration)|
0 commit comments