frame 0.1.5

A markdown task tracker with a terminal UI for humans and a CLI for agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Nesting Test

## Backlog

- [>] `N-001` Top level parent
  - added: 2025-05-10
  - [ ] `N-001.1` Second level child A
    - added: 2025-05-10
    - [ ] `N-001.1.1` Third level grandchild
    - [ ] `N-001.1.2` Another grandchild
  - [>] `N-001.2` Second level child B #cc
    - note: Working on this now
    - [ ] `N-001.2.1` Deep task
  - [ ] `N-001.3` Second level child C
- [ ] `N-002` Another top level
  - [ ] `N-002.1` Its only child

## Done