Files
hermes-workspace/.gitignore
Aurora release bot efcb7d144e chore(rename): migrate legacy 'Hermes' codename bytes to canonical 'Claude' across repo
- Rewrites all Claude/claude/CLAUDE -> Hermes/claude/CLAUDE
- Renames 31 files (hermes-*.ts -> claude-*.ts, hermes-*.png -> claude-*.png, etc.)
- Renames 1 directory (src/routes/api/hermes-proxy -> claude-proxy)
- 254 files content-modified, 2681 byte sequences replaced
- Build passes, no new test regressions (pre-existing failures unchanged)
- Adds skills-bundle/ to gitignore + vitest exclude to keep test scope clean
2026-05-01 01:00:06 -04:00

144 lines
2.1 KiB
Plaintext

# Dependencies
node_modules
.pnp
.pnp.js
# Build outputs
dist
dist-ssr
build
.output
.vinxi
.nitro
.tanstack
# Environment variables
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS files
.DS_Store
Thumbs.db
# Editor directories
.vscode/*
!.vscode/extensions.json
.idea
*.swp
*.swo
*~
# Testing
coverage
.nyc_output
# Temporary files
*.tmp
*.temp
.cache
.parcel-cache
# Tauri
src-tauri/target
src-tauri/WixTools
# Local state
count.txt
todos.json
releases/
# Wrangler (Cloudflare Workers)
.wrangler
# Internal documentation (not for public repo)
SHIP-REPORT.md
CURRENT-STATUS.md
BUG-REPORT.md
LINT-FIX-TASK.md
docs/OVERNIGHT-SHIP-REPORT.md
docs/RELEASE-SETUP.md
docs/PHASE-3-ACTION-PLAN.md
docs/TAURI-PACKAGING-PLAN.md
**/INTERNAL-*.md
# Local development files
.env.development.local
.env.test.local
.env.production.local
# Diagnostic exports
diagnostics-*.json
debug-export-*.txt
# Terminal session state
.terminal-sessions
# Keep these files
!.github/workflows
tmp/
# Task data (local persistence)
data/
dist/
research/
BROWSER-RESEARCH.md
CHAT-TEST-REPORT.md
DEVELOPMENT-STATUS.md
FEATURE-AUDIT.md
PHASE_5_REVIEW.md
PR_SUMMARY_4.3.md
RELEASE_NOTES_v2.1.2.md
COMPETITOR-ANALYSIS.md
SECURITY-AUDIT.md
docs/PHASE-*
docs/DASHBOARD_FINALIZATION_PLAN.md
docs/MODEL_SWITCHER_AUDIT.md
docs/MODEL_SWITCHER_TESTPLAN.md
docs/OVERNIGHT-SHIP-REPORT.md
docs/QA/
docs/security/
SIDEBAR-SPEC.md
SPEC-*.md
docs/BETA_*.md
docs/DEBUG_CONSOLE.md
docs/EMBEDDINGS-*.md
docs/MODEL_SWITCHER_ROOT_CAUSE.md
docs/POST-MERGE-PROTOCOL.md
docs/TESTER_INSTRUCTIONS.md
docs/RELEASE_CHECKLIST.md
docs/DASHBOARD_QA.md
docs/ACTIVITY_LOGS.md
docs/BROWSER-STRATEGY.md
docs/CHAT-OPTIMIZATION.md
docs/DASHBOARD_*.md
docs/NAVIGATION_ARCHITECTURE.md
docs/ONBOARDING-SPEC.md
docs/USAGE_AND_COST.md
docs/WIDGET_ADD_REMOVE.md
docs/MODEL_SWITCHER_SPEC.md
docs/PROVIDER_WIZARD.md
docs/0*
docs/1*
docs/INDEX.md
docs/PHASE_*
docs/specs/
release/
__pycache__/
.env.docker
.env.bak
.runtime/
workspace-final-markdown-review.md
# Local sibling projects (do not ship)
skills-bundle/