The MatrixSwarm Codex is the source of truth for all protocol drops, agent upgrades, and system releases. Every entry is timestamped, documented, and published into the swarm.
π What is the Codex?
The Codex is a public record of release files stored in /public/_codex
. It includes:
- π Human-readable release files (
.txt
) - β
Timestamp verification files (
.ots
)
π§ Where to View It
Visit the Codex at:
https://matrixswarm.com/codex
This route is powered by the CodexPreview.astro
component, which auto-detects any new file in public/_codex/
and renders it.
π¦ How to Publish to Codex
- Write your release to a
.txt
file - Timestamp it using OpenTimestamps
- Place both files in
public/_codex/
- Rebuild Astro to include them in the rendered output
π Example Entry
relay_v1.1_commit.txt
relay_v1.1_commit.txt.ots
Once in place, the entry will appear with a timestamp badge and link to open or download it.
π‘ Why the Codex Matters
- It replaces changelogs with cryptographic proofs
- It decentralizes release distribution
- It creates a permanent, trustless record of your swarm's evolution
Releases that arenβt timestamped are just stories. The Codex turns them into proof.