Governance Start banner
CIRWEL CIRWEL

Governance Start

Development community

Description

--- description: "Create or declare lineage for a UNITARES session in Codex (fresh process-instance posture)" --- Under the UNITARES identity ontology v2, a fresh process-instance mints fresh governance-identity. Lineage is declared via `parent_agent_id`, not resumed via token. This command starts a session in that posture. Start by surfacing prior workspace state as a **lineage candidate** (not a resume credential). Use the shared helper: - `scripts/session_cache.py list --workspace "$PWD"`

Installation

Installs to ~/.claude/skills/cirwel-unitares-governance-plugin-governance-start/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cirwel-unitares-governance-plugin-governance-start && curl -fsSL https://raw.githubusercontent.com/CIRWEL/unitares-governance-plugin/HEAD/commands/governance-start.md -o ~/.claude/skills/cirwel-unitares-governance-plugin-governance-start/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository