Skip to content

Commit 0ba9b9e

Browse files
committed
Updated release metadata
1 parent 6625f6a commit 0ba9b9e

5 files changed

Lines changed: 20 additions & 10 deletions

File tree

GOVERNANCE_OBJECT_MODEL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: "Governance Object Model"
33
document_type: "reference"
44
system: "Governance-Ledger"
55
component: "core"
6-
version: "0.1.0"
6+
version: "0.1.1"
77
status: "draft"
88

99
created: "2026-05-08"
10-
updated: "2026-05-09"
10+
updated: "2026-05-10"
1111

1212
authors:
1313
- "Waveframe Labs"

LIFECYCLE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: "Governance Lifecycle"
33
document_type: "lifecycle"
44
system: "Governance-Ledger"
55
component: "lifecycle"
6-
version: "0.1.0"
6+
version: "0.1.1"
77
status: "draft"
88

99
created: "2026-05-08"
10-
updated: "2026-05-09"
10+
updated: "2026-05-10"
1111

1212
authors:
1313
- "Waveframe Labs"

NON_GOALS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: "Governance-Ledger Non-Goals"
33
document_type: "reference"
44
system: "Governance-Ledger"
55
component: "core"
6-
version: "0.1.0"
6+
version: "0.1.1"
77
status: "draft"
88

99
created: "2026-05-08"
10-
updated: "2026-05-09"
10+
updated: "2026-05-10"
1111

1212
authors:
1313
- "Waveframe Labs"

PROVENANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: "Governance Provenance"
33
document_type: "provenance"
44
system: "Governance-Ledger"
55
component: "core"
6-
version: "0.1.0"
6+
version: "0.1.1"
77
status: "draft"
88

99
created: "2026-05-08"
10-
updated: "2026-05-09"
10+
updated: "2026-05-10"
1111

1212
authors:
1313
- "Waveframe Labs"

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: "Governance-Ledger"
33
document_type: "overview"
44
system: "Governance-Ledger"
55
component: "core"
6-
version: "0.1.0"
6+
version: "0.1.1"
77
status: "draft"
88

99
created: "2026-05-08"
10-
updated: "2026-05-09"
10+
updated: "2026-05-10"
1111

1212
authors:
1313
- "Waveframe Labs"
@@ -264,6 +264,16 @@ This becomes:
264264

265265
That preserves auditability. A human reviewer can decide whether to rewrite, approve, reject, or extend the deterministic extraction rules.
266266

267+
## Setup
268+
269+
Create a virtual environment and install the release package:
270+
271+
```powershell
272+
python -m venv venv
273+
.\venv\Scripts\Activate.ps1
274+
pip install governance-ledger
275+
```
276+
267277
## Quickstart
268278

269279
Run the full first-pass operator workflow:

0 commit comments

Comments
 (0)