chore: bootstrap mono-repo + source-of-truth docs (EPIC-0) - #1
Merged
Conversation
Source-of-truth doc set (read before any work): - README, FEATURE_STATUS, GAP_ANALYSIS, TASKS, CLAUDE.md - ADR-0001: Make as the coarse cross-ecosystem orchestration graph; native tools (Gradle/Xcode-SPM/Python) own file-level incrementality Mono-repo scaffold: - Layout: apps/, packages/, server/, models/, plugins/, tools/ - Root Makefile owns the coarse graph + cross-tool stamps (.make/), delegating each verb to thin per-module Makefiles (recursive Make) - packages/contracts skeleton (OpenAPI + sync-protocol) as the version-locked spine Tooling & process: - .editorconfig, ruff.toml, .swiftformat, pre-commit, .gitignore - CI: per-ecosystem jobs (Python/Kotlin/Swift) driving the Make surface - CONTRIBUTING.md + docs/DEVELOPMENT.md All EPIC-0 sub-tasks (0.1-0.8) owner-verified. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
EPIC-0 — Mono-repo bootstrap & foundations
Establishes the source-of-truth doc set, the Make orchestration model, and the full mono-repo scaffold. All EPIC-0 sub-tasks (0.1–0.8) are owner-verified (✅).
Docs (source of truth)
Scaffold
apps/,packages/,server/,models/,plugins/,tools/Makefileowns the coarse graph + cross-tool stamps (.make/), delegating each verb to thin per-module Makefiles (recursive Make)packages/contractsskeleton (OpenAPI + sync-protocol) — the version-locked spineTooling
.editorconfig,ruff.toml,.swiftformat, pre-commit,.gitignore🤖 Generated with Claude Code