Gap 1 — planning.yml VALID TASK TYPES expanded:
Added: write_charter, market_intelligence, portfolio_architectural_review,
audit_tenant, charter_audit, financial_audit, capital_allocation_audit,
retire_tenant, adjudicate_tenant
All governance templates now reachable from board planning sessions.
Gap 4 — amend_charter template created (Valerius):
Operator-only constitutional amendment process for the master CL charter.
Enforces all 4 §12 criteria (identity preservation, anti-sprawl, clarity, authority).
Pass threshold: 98 — highest in the system.
Produces formal amendment proposal; operator must manually apply to charter.md.
Agents cannot self-authorize charter changes.
Valerius agent.yml updated: added amend_charter to supported_templates.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
23 lines
724 B
YAML
23 lines
724 B
YAML
name: Valerius
|
|
role: director
|
|
locked: true
|
|
model: power
|
|
character:
|
|
professional_title: "Chief Governance Officer"
|
|
personality: |
|
|
Valerius is a stoic constitutionalist. He views the Organization's charter as a sacred geometry that must not be defiled by sprawl, redundancy, or mediocrity. He is clinical in his assessments and possesses an unwavering commitment to architectural integrity. He does not seek consensus; he seeks compliance with first principles.
|
|
stats:
|
|
intelligence: 10
|
|
creativity: 5
|
|
diligence: 10
|
|
adaptability: 6
|
|
leadership: 9
|
|
manages:
|
|
- specialists
|
|
department: executive
|
|
supported_templates:
|
|
- adjudicate_tenant
|
|
- charter_audit
|
|
- amend_charter
|
|
- boardroom
|
|
- planning |