Two files, one repository
compozy/gograph ships 3 formats across 27 indexed files. The question worth asking is whether the second one says anything the first does not.
| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 20 | 0 | 0 | 100% |
| Commands | 12 | 0 | 0 | 100% |
| Section tags | 8 | 0 | 0 | 100% |
What each file covers
Sections
20 shared · 0 only in A · 0 only in B- Development Guide
- Project Overview
- Development Commands
- Essential Commands
- Quick setup
- Start development server with hot reload
- Run tests (excludes E2E/slow tests)
- Run all tests including E2E
- Format and lint code (ALWAYS run before committing)
- Run specific test
- Database Commands
- Architecture & Project Structure
- 🚨 CRITICAL: Follow All Development Standards
- Development Workflow
- Pre-Commit Requirements
- Development Process
- Key Development Notes
- Task Management
- Rule Management
- Compozy Configuration Examples
Commands
12 shared · 0 only in A · 0 only in B- make deps && make start-docker && make migrate-up
- make dev
- make test
- make fmt && make lint
- go test -v ./engine/task -run TestExecutor_Execute
- make migrate-up
- make migrate-down
- make migrate-status
- make reset-db
- make fmt && make lint && make test
- make lint
- make migrate-create name=<name>
Section tags
8 shared · 0 only in A · 0 only in B- setup
- test
- lint-format
- architecture
- testing-strategy
- git-pr
- database
- agent-behaviour
Line diff
These two files are byte-identical
One is a copy of the other. That is the answer the comparison was asked for.
