feat(ecosystem): Solon takes its place as the governance pillar of the three-pillar stack - #68
Merged
github-actions[bot] merged 1 commit intoAug 12, 2026
Conversation
…e three-pillar stack OrangeCat (economy) and FleetCrown (engineering) already integrate with Solon at the protocol level — the Cat and Loki are registered voting members, OrangeCat's allocation policy is governed here, and FleetCrown's shared deploy workflow ships this app. None of that was visible on the site. Now it is: - src/lib/config/ecosystem.ts — SSOT for the three pillars; every claim in it is checkable against a running system - /ecosystem — the three-pillar page: pillar cards, how a decision travels, the humans-only red lines (rendered from the governance SSOT), and the live governed state (members, active policies, recent proposals) read from the same database the public API serves - nav gains an Ecosystem section; footer drops its dead links (/docs, /support, /legal/*, unrouted governance/treasury pages, a bare github.com) and gains real ecosystem + source links - README and CLAUDE.md document the stack and its real ties Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01179dZmbrVCoaZzrmyqzDgD
github-actions
Bot
deleted the
claude/governance-pillar-integration-edz9yr
branch
August 12, 2026 11:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Solon is the governance pillar of the OrangeCat stack — OrangeCat (economy) and FleetCrown (engineering) already integrate with it at the protocol level: the Cat and Loki are registered voting members, OrangeCat's platform allocation policy is governed here, and FleetCrown's shared deploy workflow ships this app. None of that was visible on the site. Now it is.
src/lib/config/ecosystem.ts— SSOT for the three pillars. Every claim in it is checkable against a running system (the live org in this database, the siblings' public sites, or this repo's deploy workflow)./ecosystem— new page: the three pillar cards, "how a decision travels" (proposal → snapshotted session → signed votes → self-verifying decision document → sibling re-verification), the humans-only red lines rendered from the governance SSOT, and the live governed state (members, active policies, recent proposals) read from the same database the public API serves. Empty DB renders an honest empty state, never invented numbers./docs,/support,/legal/*, unrouted governance/treasury pages, a baregithub.com) per the "a link to a 404 is a lie" rule, and gains ecosystem + real source links.tests/e2e/header-footer.spec.tsupdated for the new footer columns.Verification
npm run verifygreen (lint, typecheck, 29 tests passed / 2 skipped)npm run buildgreen;/ecosystembuilds as a dynamic routenext startsmoke:/ecosystemrenders, DB-unreachable fallback worksGenerated by Claude Code