- update README.md to simplify @zen/core description
- rewrite DEV.md standards section with clearer principles and remove publication section
- extract publication process to new PUBLICATION.md document
- rewrite REDACTION.md with simplified structure and two-context approach
- bump package version in package.json
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