docs: replace box-drawing chars with plain ASCII in file tree

This commit is contained in:
Dustin Byrne
2026-03-26 23:35:47 -04:00
parent 269c643afa
commit 88f1a99ded

View File

@@ -87,12 +87,12 @@ Tasks live on disk in `.kb/tasks/` in the project root:
```
.kb/
├── config.json # Board config + ID counter
└── tasks/
└── KB-001/
├── task.json # Metadata (column, deps, timestamps)
├── PROMPT.md # Task specification
└── attachments/ # File attachments — images & text files (optional)
config.json -- board config + ID counter
tasks/
KB-001/
task.json -- metadata (column, deps, timestamps)
PROMPT.md -- task specification
attachments/ -- file attachments (optional)
```
### Board UI