feat(ecosystem): name Solon the third pillar — governance joins economy and engineering - #207
Merged
Merged
Conversation
…my and engineering The stack has been three products for a while: OrangeCat (economy), FleetCrown (engineering), Solon (governance). Loki is a registered voting member in Solon and the decision webhook receiver exists — but the public surfaces still narrated a two-product system and the Solon env contract was undocumented. Now: - src/config/ecosystem.ts gains a solon entry (NEXT_PUBLIC_SOLON_URL override) and an ECOSYSTEM_PILLARS constant naming the three roles - public nav (src/config/auth.ts) gains a Solon external entry and the OrangeCat entry's description is reframed from 'two halves' to pillars - public footer Ecosystem column links Solon with its role - .env.example documents the previously-undocumented Solon contract: SOLON_WEBHOOK_SECRET (503 without it), SOLON_BASE_URL, NEXT_PUBLIC_SOLON_URL, LOKI_SOLON_PRIVKEY (box-only) - README's mangled opening paragraph becomes the three-pillar table with the real, checkable ties Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01179dZmbrVCoaZzrmyqzDgD
npm install in the dev sandbox dropped platform-specific optional deps from the lockfile; nothing about this change needs a lockfile edit. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01179dZmbrVCoaZzrmyqzDgD
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
The stack has been three products for a while — OrangeCat (economy), FleetCrown (engineering), Solon (governance). Loki is a registered voting member in Solon and the decision-webhook receiver exists, but the public surfaces still narrated a two-product system and the Solon env contract was undocumented. This aligns presentation with protocol:
src/config/ecosystem.tsgains asolonentry (NEXT_PUBLIC_SOLON_URLoverride) and anECOSYSTEM_PILLARSconstant naming the three roles.src/config/auth.ts) gains a Solon external entry; the OrangeCat entry's description is reframed from "two halves" to pillar roles..env.exampledocuments the previously-undocumented Solon contract:SOLON_WEBHOOK_SECRET(the/api/solon/eventsroute answers 503 without it),SOLON_BASE_URL,NEXT_PUBLIC_SOLON_URL, andLOKI_SOLON_PRIVKEY(box-only; Solon only ever sees signatures).selfhost-deploy.ymlCD pipeline).Verification
npm run verifygreen locally (exit 0): tsc, lint (3 pre-existing warnings, 0 errors), design check, desktop check, unit + home + ops tests all pass.package-lock.jsonmatchesmainbyte-for-byte (a sandboxnpm installmutation was reverted in a follow-up commit; the PR's net diff is 5 files).Generated by Claude Code