Files
pbakaus_impeccable/.gitignore
T
Paul BakausandClaude Opus 4.6 8d0e9de26d Prepare CLI for npm: v2.0.1, Node compat, npm-specific README
- Rename bin/impeccable.mjs to bin/impeccable (npm rejects .mjs in bin)
- Shebang: #!/usr/bin/env node (works without Bun)
- Add README.npm.md with CLI-focused docs, swapped in during publish
- Build browser script to source/ dir so URL scanning works in npm pkg
- Include browser script in files field
- Move website-only deps (archiver, motion, playwright) to devDependencies
- jsdom as dependency, puppeteer as optionalDependency
- Bump version to 2.0.1 across package.json, plugin.json, marketplace.json

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 12:17:59 -07:00

29 lines
297 B
Plaintext

# Dependencies
node_modules/
# Generated files
dist/
build/
# Build artifacts
*.log
source/skills/critique/scripts/detect-antipatterns-browser.js
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Environment
.env
.env.local
# Cloudflare
.wrangler/
# User design context
.impeccable.md