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 notes

Active Projects

ProjectStackStatusRepo
OneMind UINext.js, TypeScriptActiveonemind-ui
OneMind OfficeVite, R3F, ZustandActiveonemind-office
OpenClaw SkillsNode.jsActiveonemind-os
Chowder iOSSwift, XcodeActiveonemind-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}/