Define GitHub organization architecture for 60+ repository microkernel ecosystem #397
+2,517
−0
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.
Defines complete repository architecture for ObjectStack's transition from monorepo to distributed microkernel ecosystem. Addresses the question: "如何在一个GitHub组织中创建哪些项目" (How to organize projects in a GitHub organization).
Architecture
7 repository categories, 60+ total repositories:
Naming conventions:
[name]→@objectstack/[name]driver-[database]→@objectstack/driver-[database]connector-[service]→@objectstack/connector-[service]plugin-[feature]→@objectstack/plugin-[feature]template-[domain]→@objectstack/template-[domain]Migration Strategy
4-phase extraction from monorepo:
Repository Templates
Each category has standardized structure with CI/CD, testing, docs requirements. Example driver template:
Governance & Quality
Tier-based ownership:
Quality standards:
Deliverables
Rationale
Why multi-repo over monorepo:
Benchmarked against:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.