بنقرة واحدة
claim-ledger
Edit the Trinity S3AI claim ledger — SSOT rules, YAML editing, and regeneration workflow
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Edit the Trinity S3AI claim ledger — SSOT rules, YAML editing, and regeneration workflow
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Coq proof editing rules for Trinity S3AI — honesty tags, Admitted conventions, and proof structure
Садовник IGLA RACE — управление садом обучающих запусков trios-train. Команды: status, prune, water, harvest, fertilize, weed, trellis, compost, full. Предпочитает tri gardener CLI (Rust) и HTML chart report с Chart.js. Триггеры: «/gardener», «садовник», слова про BPB/логи/упавшие процессы в контексте trios-train.
Boundary Theorems BT-1 through BT-4 — formal obstruction results and how to cite them correctly
Audit and heal anomalies in the Trinity S3AI second brain database
GOLDEN CHAIN puzzle — hardware-verified proof chain, ClaimStatus rules, scoring, ring architecture, and how to modify the game
Run the complete Trinity S3AI honesty validation suite
| name | claim-ledger |
| description | Edit the Trinity S3AI claim ledger — SSOT rules, YAML editing, and regeneration workflow |
| trigger | {"paths":["docs/claims.yaml","README.md","games/trinity_fold/fixtures/generated_claim_cards.json"]} |
docs/claims.yaml is the Single Source of Truth for all claim status information.
Never edit these derived artifacts by hand:
README.md claim table (between <!-- CLAIMS_TABLE:START --> and <!-- CLAIMS_TABLE:END -->)games/trinity_fold/fixtures/generated_claim_cards.jsondocs/claims.yaml — add, remove, or update claim entries.python3 scripts/generate_claims.py--check in CI and fails if stale.Each claim in the YAML must include:
id — unique identifiertitle — human-readable descriptionlayer — L0 through L7 (infrastructure → publication)status — verified | empirical_fit | open_conjecture | high_risk_or_falsified | unverifiedevidence — file paths or URLsblocking_gap — what prevents promotion (empty if none)| From | To | Allowed? | Condition |
|---|---|---|---|
unverified | verified | Only if Coq Qed. or equivalent proof exists | |
unverified | empirical_fit | If numeric match with honesty tag | |
empirical_fit | verified | Only with physical derivation, not interval bound | |
open_conjecture | verified | Only if proof is closed | |
| any | high_risk_or_falsified | If refuted by data or formal proof |
| Layer | Scope |
|---|---|
| L0 | Infrastructure (CI, build, deploy) |
| L1 | Claim ledger, epistemology |
| L2 | Formal proofs (Coq) |
| L3 | Geometry (H4 root system, 600-cell) |
| L4 | NCG / Lagrangian / spectral action |
| L5 | Numerical fits and phenomenology |
| L6 | GOLDEN CHAIN game |
| L7 | Publication (paper, talks, Zenodo) |
# Regenerate all derived artifacts
python3 scripts/generate_claims.py
# Check consistency without writing
python3 scripts/generate_claims.py --check
# Validate the YAML schema
python3 scripts/validators/validate_v4.py