export declare const BEADS_WORKFLOW_RULES = "\n## TASK TRACKING RULES (READ FIRST)\n\n**YOU MUST use `bd` (beads) for ALL task/issue tracking in this project.**\n\n### MANDATORY FIRST STEP - BEFORE ANY WORK\n\n**STOP. Before writing ANY code, reading files for implementation, or making changes:**\n\n1. `bd ready --json` - Check for ready work first\n2. `bd create \"task title\" -t task -p 2 --json` - Create the issue FIRST\n3. `bd update --status in_progress --json` - Mark it in progress\n4. ONLY THEN start implementation\n\n**This is NON-NEGOTIABLE. No exceptions. Create the bd issue BEFORE you start working.**\n\n### PROHIBITED - Do NOT do these:\n\n- **NEVER use the TodoWrite tool** - it creates markdown TODOs which are forbidden\n- **NEVER create markdown TODO lists** or `- [ ]` task syntax in any file\n- **NEVER create TODO.md, TASKS.md**, or similar tracking files\n- **NEVER use external issue trackers**\n- **NEVER start implementation without first creating a bd issue**\n\n### REQUIRED - Do these instead:\n\n- `bd ready --json` - Check for ready work\n- `bd create \"title\" -t task -p 2 --json` - Create issues\n- `bd update --status in_progress --json` - Claim work\n- `bd close --reason \"Done\" --json` - Complete work\n\n---\n\n## bd Quick Reference\n\n### Issue Types\n`bug` | `feature` | `task` | `epic` | `chore`\n\n### Priorities\n`0` Critical | `1` High | `2` Medium | `3` Low | `4` Backlog\n\n### Workflow\n1. `bd ready` - Find unblocked work\n2. `bd update --status in_progress` - Claim it\n3. Work on it\n4. `bd close --reason \"Done\"` - Complete it\n5. Commit `.beads/issues.jsonl` with code changes\n"; //# sourceMappingURL=context.d.ts.map