2 Commits

Author SHA1 Message Date
hykocx ca0fafe6ff docs: rewrite DEV.md with security guidelines and structure
Expand the development guide from a minimal overview into a
comprehensive reference covering:

- Code standards: single responsibility, control flow, input
  validation, promise handling, and variable scoping
- Security section: treat all external input as malicious, use
  path.join over string concatenation, no secrets in code
- Reorganize publication steps to include version bump before
  build/publish for a logical workflow
- Add project context note clarifying the scaffolding role of
  @zen/start
2026-04-13 15:19:41 -04:00
hykocx dd4abeda85 docs: add usage instructions with npx command to README 2026-04-12 16:59:53 -04:00