[repo] Adapt governance docs from Blossom template to Open Brain#251
Closed
arpdale wants to merge 3 commits intoNateBJones-Projects:mainfrom
Closed
[repo] Adapt governance docs from Blossom template to Open Brain#251arpdale wants to merge 3 commits intoNateBJones-Projects:mainfrom
arpdale wants to merge 3 commits intoNateBJones-Projects:mainfrom
Conversation
Replaces project-specific bits (10k users, RLS as auth boundary, /api/* routes, Sophie/Inngest/Resend/Stripe references) with Open Brain reality (FSL-1.1-MIT, contribution categories, thoughts table contract, remote MCP via Edge Functions). Adds explicit Mode 1 / Mode 2 carve-out so the heavy workflow applies to committed code while .planning/ remains free for local maintainer experimentation. Files: - New: APPROACH, ARCHITECTURE, CONSTRAINTS, CONTEXT, DISCOVERY, GOVERNANCE, ROLES, WORKFLOW - Modified: SECURITY (replaced TODO-email placeholder with the standard template, adapted for Edge Functions / MCP / SQL safety rules from CLAUDE.md guard rails) DISCOVERY.md and APPROACH.md are framework-pure and unchanged from source. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Hey @arpdale — welcome to Open Brain Source! 👋 Thanks for submitting your first PR. The automated review will run shortly and check things like metadata, folder structure, and README completeness. If anything needs fixing, the review comment will tell you exactly what. Once the automated checks pass, a human admin will review for quality and clarity. Expect a response within a few days. If you have questions, check out CONTRIBUTING.md or open an issue. |
Author
|
Closing — wrong target. Retargeting against my fork (arpdale/open-brain) for personal-repo governance. Apologies for the noise. |
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.
Contribution Type
What does this do?
Adapts a set of governance docs that were initially cloned from a Blossom (different project) template so they correctly describe Open Brain. Replaces project-specific bits — 10k-user scale, RLS as primary auth boundary,
/api/*routes, Sophie/Inngest/Resend/Stripe references, contacts/activities tables — with Open Brain reality: FSL-1.1-MIT licensing, contribution categories, the canonicalthoughtstable contract, and remote MCP via Edge Functions.Adds an explicit Mode 1 / Mode 2 distinction so the heavy workflow (Discovery → Approach → Plan → Self-Review → Completion Summary) applies to committed code, while
.planning/remains a low-friction local maintainer scratch space.Files
DISCOVERY.md,APPROACH.mdGOVERNANCE.md,WORKFLOW.mdROLES.md,CONSTRAINTS.mdARCHITECTURE.md,CONTEXT.mdSECURITY.mdCLAUDE.mdRequirements
None — repo-internal documentation only. No new services, no new dependencies, no schema changes.
Checklist
Rollback
git revert <commit>removes the changes cleanly. SECURITY.md reverts to its previous committed form; the other 8 files revert to untracked/absent.🤖 Generated with Claude Code