一键导入
forge-governance-jsonld
Governance JSON-LD — constitutional ontology and semantic governance context definitions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Governance JSON-LD — constitutional ontology and semantic governance context definitions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Produces a seven-repository federation release manifest proving tag, commit, CI, artifact, and deployed-runtime parity. Never overwrites existing tags — issues corrected tags when drift is detected. Outputs signed JSON manifest with per-repo evidence chain.
High-level governance layer for pull request review across the federation. Ensures separation of duties, required signers, and constitutional compliance before merge. This is the **policy layer** that decides who must approve. The **checklist** lives in `github-pr-review`; do not duplicate it here.
Controller skill for repository intelligence across the arifOS Federation. Exposes 9 modes (inventory, map, delta, pr_review, ci_diagnose, issue_triage, security, cross_repo_impact, release_audit) and orchestrates existing GitHub micro-skills rather than duplicating their logic. Every mode outputs a minimum evidence envelope with repo, ref, commit_sha, working_tree, tag_delta, changed_files, critical_paths, tests, ci, security, contract_impacts, runtime_probe, risk_tier, proposed_action, rollback, evidence_class, and unknowns.
End-of-session seal ritual for Grok/AAA agents: inventory done vs open, write forge_work receipt, update session-state and daily memory, hand off next-agent INIT prompt. Use when: seal session, end of turn, session seal, handoff, close session, DITEMPA seal.
Wire, verify, and operate federation Session Capability Tokens (SCT) across arifOS mint/validate and organ ingress gates (A-FORGE, GEOX, WEALTH, WELL, AAA). Use when: SCT gate, session_token, federation_sct, SCT_AMBIGUOUS, tool_authority, FORGE_SCT_REQUIRE_MUTATE, 65-case matrix, decision event.
Close remaining Seal-A gates after P0 proof/identity/SCT/T3a work. Use when: Seal-A, stage 000, SE stage engine, SOT v2, BOOT, T3a binding, free_nonce, constitutional_grade, remaining seal tasks.
| id | FORGE-governance-jsonld |
| name | FORGE-governance-jsonld |
| version | 1.0.0-2026.07.17 |
| description | Governance JSON-LD — constitutional ontology and semantic governance context definitions. |
| owner | A-FORGE |
| risk_tier | medium |
| floor_scope | ["F1","F2","F4","F11"] |
| autonomy_tier | T1 |
DITEMPA BUKAN DIBERI — Forged, Not Given.
Generate and maintain /.well-known/governance.jsonld — machine-readable constitutional ontology expressing the 13 floors (F1–F13), federation organs, action classes, epistemic labels, and authority tiers as linked data.
governance.jsonld for any federation subdomaindid-web-identityfederation-manifest| Floor | Application |
|---|---|
| F1 AMANAH | Ontology terms are append-only; deprecation replaces deletion |
| F2 TRUTH | Every term has a human-readable definition; no opaque IRIs without explanation |
| F4 CLARITY | One ontology namespace per organ; no overlapping term definitions |
| F11 AUDIT | JSON-LD version history tracked alongside seal chain |
| F13 SOVEREIGN | Floor definitions immutable once sealed in VAULT999 |
// /.well-known/governance.jsonld — canonical structure
{
"@context": {
"@vocab": "https://arifos.arif-fazil.com/ontology/v1#",
"f1": "https://arifos.arif-fazil.com/ontology/v1#F1_AMANAH",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@id": "did:web:arif-fazil.com",
"@type": "ConstitutionalFederation",
"floors": [
{
"@id": "f1:amanah",
"name": "AMANAH",
"description": "Every mutation reversible or backed up",
"ordinal": 1,
"maxConfidence": 0.90,
"actionClasses": ["MUTATE", "IRREVERSIBLE"]
},
// F2–F13 follow same pattern
],
"organs": [
{
"@id": "organ:arifos",
"name": "arifOS",
"role": "constitutional_kernel",
"port": 8088
}
],
"epistemicLabels": ["OBS", "DER", "INT", "SPEC"],
"authorityTiers": ["T1_AUTO_DO", "T2_ANNOUNCE", "T3_888_HOLD"]
}
did.json service endpoints here — reference by @id@id generation (must be reproducible IRIs)