cli-development
Installation
SKILL.md
InsForge CLI Development
See the canonical development guide at DEVELOPMENT.md in the repo root. It covers:
- Existing code patterns — command layout, API clients, config, errors, output, prompts, ESM imports.
- PostHog analytics —
src/lib/analytics.ts, event naming, distinct ID, property allow-list, flushing infinally, build-time key injection. - Agent-skills sync — when to update the
InsForge/agent-skillsrepo alongside CLI command changes. - Release workflow — version bump → merge → tag
vX.Y.Z→ push → GitHub Actions publishes to npm.
Always read DEVELOPMENT.md before editing files under src/, touching
package.json version, or shipping a release.