What problem does it solve?
Developers working on the moai-adk-go repository need quick access to project-specific conventions for version management, hook development, and build commands without loading the full CLAUDE.local.md context every session.
Core Features & Use Cases
- Version Management & Release Process: Documents git-tag-based versioning, ldflags build-time injection, and the exact files requiring version sync during releases.
- Shell Script Hook Development: Explains the mandatory shell-script hook wrapper pattern, settings.json configuration format, and platform differences between macOS/Linux and Windows.
- Build & Dev Commands: Lists Makefile targets (build, test, lint, fmt, install) and the standard template-editing development workflow.
- Use Case: When cutting a new release of moai-adk, load this reference to follow the exact tag, changelog, and binary build sequence without re-reading the entire project documentation.
Quick Start
Load the moai-adk dev reference and walk me through the release process for version 1.0.0.