Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .agent/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ aidevops features # List available features
| Command | Purpose |
|---------|---------|
| `aidevops init [features]` | Initialize aidevops in current project |
| `aidevops upgrade-planning` | Upgrade TODO.md/PLANS.md to latest templates |
| `aidevops features` | List available features |
| `aidevops status` | Check installation status |
| `aidevops update` | Update to latest version |
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,18 @@ This creates:

**Available features:** `planning`, `git-workflow`, `code-quality`, `time-tracking`, `beads`

### Upgrade Planning Files

When aidevops templates evolve, upgrade existing projects to the latest format:

```bash
aidevops upgrade-planning # Interactive upgrade with backup
aidevops upgrade-planning --dry-run # Preview changes without modifying
aidevops upgrade-planning --force # Skip confirmation prompt
```

This preserves your existing tasks while adding TOON-enhanced parsing, dependency tracking, and better structure.

### Task Graph Visualization with Beads

[Beads](https://github.com/steveyegge/beads) provides task dependency tracking and graph visualization:
Expand Down
Loading
Loading