Imported from JustinANelson/good-vibes-bad-vibes (
AGENTS.md). Install upstream withnpx skills add JustinANelson/good-vibes-bad-vibes. Copyright stays with the author.
Project Guidance
Read these files before substantial work:
.vibe/project.mdfor product intent..vibe/architecture.mdfor the current implementation shape..vibe/conventions.mdand.vibe/security.mdfor guardrails..vibe/invariants.mdand.vibe/decisions/before changing behavior or architecture..vibe/memory/current-state.mdand.vibe/memory/known-issues.mdfor current state.
Use .vibe/generated/project-map.md to orient quickly. Load deeper context only when relevant. Prefer current code and tests over stale documentation, and update project memory after meaningful work.
Lifecycle:
- Before substantial edits, run
vibe checkpoint --label="brief task description"silently. - When work is complete, run
vibe finishand resolve blocking gates before reporting success. - Never ask the user to manage checkpoints, tests, or project memory manually.