Skip to content

feat(ecosystem): Solon takes its place as the governance pillar of the three-pillar stack - #68

Merged
github-actions[bot] merged 1 commit into
mainfrom
claude/governance-pillar-integration-edz9yr
Aug 12, 2026
Merged

feat(ecosystem): Solon takes its place as the governance pillar of the three-pillar stack#68
github-actions[bot] merged 1 commit into
mainfrom
claude/governance-pillar-integration-edz9yr

Conversation

@catomean

Copy link
Copy Markdown
Collaborator

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.
  • Navigation gains an Ecosystem section (Three Pillars, OrangeCat, FleetCrown).
  • Footer rework — drops every dead link (/docs, /support, /legal/*, unrouted governance/treasury pages, a bare github.com) per the "a link to a 404 is a lie" rule, and gains ecosystem + real source links.
  • README + CLAUDE.md document the stack and its real ties.
  • tests/e2e/header-footer.spec.ts updated for the new footer columns.

Verification

  • npm run verify green (lint, typecheck, 29 tests passed / 2 skipped)
  • npm run build green; /ecosystem builds as a dynamic route
  • Local next start smoke: /ecosystem renders, DB-unreachable fallback works

Generated by Claude Code

…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
github-actions Bot merged commit 4a6b49e into main Aug 12, 2026
2 checks passed
@github-actions
github-actions Bot deleted the claude/governance-pillar-integration-edz9yr branch August 12, 2026 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants