10 Development — Code & Testing
Build things that last. Document decisions, not just code.
Purpose
This domain captures all software development work — project notes, architecture decisions, testing strategies, debugging logs, and technical references. Not where the code lives (GitHub), but where the thinking lives.
What Lives Here
10 Development (Code & Testing)/
├── Projects/ # Per-project notes and decisions
├── Patterns/ # Reusable patterns and architectures
├── Testing/ # Testing strategies and results
├── Debugging/ # Debug logs and resolved issues
└── References/ # Tech references and API notesActive Projects
| Project | Stack | Status | Repo |
|---|---|---|---|
| OneMind UI | Next.js, TypeScript | Active | onemind-ui |
| OneMind Office | Vite, R3F, Zustand | Active | onemind-office |
| OpenClaw Skills | Node.js | Active | onemind-os |
| Chowder iOS | Swift, Xcode | Active | onemind-ios |
Standards
- TypeScript strict mode — no
any - Conventional Commits:
feat:,fix:,chore:,docs: - Tests before merge for logic-critical code
- Architecture decisions recorded as ADRs in
Projects/{name}/

