Compose-ready workspace: packages/zappier (rate card, portal, Stripe), packages/verae-zapier-middleware (timestamp + NATS), packages/verae-zapier (CLI app), vendor/zapier-platform, and research/zapier vendor corpus. Gate 0 structure checks pass. Product code and research are not yet wired.
1.3 KiB
1.3 KiB
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Documentation Reference
Primary Documentation (read these first)
- README.md - Repository overview, package descriptions, all doc links
- CONTRIBUTING.md - Setup, testing workflow, package linking
- ARCHITECTURE.md - Repository structure and organization
Quick Reference (for task-oriented work)
- docs-dev/install-dev.md - Development CLI setup
- docs-dev/commands.md - Command cheat sheet
- docs-dev/package-info.md - Package purposes and relationships
Claude-Specific Workflow Notes
- Documentation updates: Update existing markdown files (README.md, CONTRIBUTING.md, etc.) or
docs-dev/files, not this CLAUDE.md - Testing workflow: Use
pnpm validateat root for full validation, orcdinto specific packages for targeted testing - TypeScript types: Generated automatically via husky hooks - no manual intervention needed
- Package development: Always understand package relationships from
docs-dev/package-info.mdbefore making changes - Monorepo commands: Use pnpm from root; individual packages need
cdfirst