chore(monorepo): scaffold Globe CRM monorepo with mise, docker-compose, root AGENTS.md#5
Open
gracefullight wants to merge 2 commits intomainfrom
Open
chore(monorepo): scaffold Globe CRM monorepo with mise, docker-compose, root AGENTS.md#5gracefullight wants to merge 2 commits intomainfrom
gracefullight wants to merge 2 commits intomainfrom
Conversation
…e, biome - Add .mise.toml pinning Node 22, Python 3.12, Flutter 3, Terraform 1.x - Add docker-compose.yml with PostgreSQL 16+PostGIS, Redis 7, MinIO services - Add biome.json root-level lint/format configuration - Update AGENTS.md with Globe CRM project overview and architecture diagram - Update CLAUDE.md with Globe CRM instructions, backing service docs, and monorepo structure - Add @biomejs/biome devDependency to root package.json - Add .mise.local.toml to .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…e, root AGENTS.md - Add .mise.toml pinning Node 22, Python 3.12, Flutter 3, Terraform 1.x - Add docker-compose.yml with PostgreSQL 16+PostGIS, Redis 7, MinIO - Add biome.json for root-level JS/TS lint and format - Rewrite AGENTS.md and CLAUDE.md for Globe CRM polyglot monorepo - Update .gitignore with Terraform and Flutter entries Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
.mise.tomlpinning Node 22, Python 3.12, Flutter 3, Terraform 1.xdocker-compose.ymlwith PostgreSQL 16+PostGIS, Redis 7, MinIObiome.jsonfor root-level JS/TS lint and format with VCS integrationAGENTS.mdwith Globe CRM project overview, architecture diagram, and tooling tableCLAUDE.mdwith Globe CRM instructions, backing service docs, and monorepo layout.gitignorewith Terraform and Flutter entriesTest plan
mise installresolves all pinned tool versionsdocker compose up -dstarts all 3 services with healthy statusnpx @biomejs/biome check .runs without config errors./scripts/harness/validate.shpasses all checks🤖 Generated with Claude Code