skills/federation-release-attestation/SKILL.md
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.
npx skillsauth add ariffazil/openclaw-workspace federation-release-attestationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Prove parity. Never overwrite. Tags are immutable receipts. If a tag is behind main, issue a new corrected tag.
{
"release": "vYYYY.MM.DD-AAA",
"generated_at": "ISO-8601",
"generated_by": "agent-id",
"repos": {
"arifOS": {
"commit": "full SHA",
"tag": "vYYYY.MM.DD-AAA",
"tag_matches_head": true,
"ci_status": "pass|fail|unknown",
"ci_run_url": "url or UNMEASURED",
"artifact_hash": "sha256 or UNMEASURED",
"deployed_commit": "full SHA or UNMEASURED",
"runtime_health": "healthy|degraded|down|UNMEASURED",
"tools_list_count": 0,
"surface_consistent": false
}
},
"federation_summary": {
"total_repos": 7,
"repos_at_tag": 0,
"repos_with_ci_pass": 0,
"repos_runtime_healthy": 0,
"drift_detected": false,
"drift_details": []
},
"corrected_from": null,
"signature": "sha256 or UNMEASURED"
}
For each of the 7 federation repos:
cd /root/<repo>
git rev-parse HEAD # current commit
git rev-parse vYYYY.MM.DD-AAA^{} # tag commit (if exists)
git status --porcelain # working tree
git rev-list --count origin/main..HEAD # ahead
git rev-list --count HEAD..origin/main # behind
for each repo:
if tag_commit != head_commit:
drift = true
detail: "Tag {tag} at {tag_commit}, main at {head_commit}"
For each repo, fetch the workflow run for the tag commit:
if ci_status == "UNMEASURED":
report as "missing evidence" — do not fabricate
for each organ with a runtime:
curl :port/health → parse status, deployed_commit, tools_loaded
if timeout or error: report "UNMEASURED"
Combine all evidence into the manifest schema. If drift detected on any repo, set corrected_from to the previous release tag and propose a new tag.
git tag -f an existing published tag.git push --force a tag.v2026.07.17-AAA-r2 or next date).| Repo | Path | Organs | Runtime Port |
|------|------|--------|-------------|
| arifOS | /root/arifOS | Governance kernel | :8088 |
| A-FORGE | /root/A-FORGE | Execution engine | :7071 |
| AAA | /root/AAA | Control plane | :3001 |
| GEOX | /root/GEOX | Earth intelligence | :8081 |
| WEALTH | /root/WEALTH | Capital intelligence | :18082 |
| WELL | /root/WELL | Human readiness | :18083 |
| arif-sites | /root/arif-sites | Web estate | — |
DITEMPA BUKAN DIBERI — Forged, Not Given.
development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.