Add agent task tracking documentation
Documents the centralized Beads/Dolt task tracking system used by all Claude Code sessions. Covers architecture, session lifecycle, settings hierarchy, known issues, and E2E test verification. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9baefa22ab
commit
7bb9ec2934
6 changed files with 493 additions and 0 deletions
12
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
12
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: Feature Request
|
||||
description: Request a new service, configuration change, or improvement
|
||||
labels: ["feature-request"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: What do you need?
|
||||
description: Describe what you'd like. Be as specific as possible.
|
||||
placeholder: "e.g., Deploy Obsidian for note-taking, or add a new Uptime Kuma monitor for service X"
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue