You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`runtime/docs/` — packaged/runtime-facing documentation only
116
+
-`scripts/` — repo-level dev/operator entrypoints and audits
117
+
-`runtime/scripts/` — packaged helper scripts that ship with piclaw
118
+
-`artifacts/` — durable repo-level evidence and audit outputs
119
+
- runtime-generated build/test output remains under `runtime/` until the later generated-output containment batch lands
120
+
121
+
Intentional exceptions remain intentionally named `kanban` when they describe the visual/editor surface rather than the repo work-item store — for example `kanban-management` and `*.kanban.md`.
122
+
109
123
### Build from source
110
124
111
125
> [!NOTE]
@@ -193,7 +207,7 @@ Then:
193
207
> If `/model` shows no available models, finish `pi /login` first.
194
208
195
209
> [!NOTE]
196
-
> Provider login is currently **terminal-first**. Chat-level `/login` passthrough is still tracked in kanban.
210
+
> Provider login is currently **terminal-first**. Chat-level `/login` passthrough is still tracked in `workitems/40-review/login-command-passthrough.md`.
Copy file name to clipboardExpand all lines: docs/filesystem-layout-audit-2026-03-28.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,13 +105,13 @@ And the UI/test adjacency is also good:
105
105
106
106
Board lanes are explicit and conventional:
107
107
108
-
-`kanban/00-inbox/`
109
-
-`kanban/10-next/`
110
-
-`kanban/20-doing/`
111
-
-`kanban/30-blocked/`
112
-
-`kanban/40-review/`
113
-
-`kanban/50-done/`
114
-
-`kanban/_templates/`
108
+
-`workitems/00-inbox/`
109
+
-`workitems/10-next/`
110
+
-`workitems/20-doing/`
111
+
-`workitems/30-blocked/`
112
+
-`workitems/40-review/`
113
+
-`workitems/50-done/`
114
+
-`workitems/_templates/`
115
115
116
116
That structure is clear, but the **name**`kanban/` now undersells the fact that this directory is the canonical project work-item store rather than just a board view.
117
117
@@ -217,8 +217,8 @@ are not governed by one obvious placement rule.
217
217
218
218
Two layout concerns are already captured and should be treated as existing roadmap items rather than re-audited indefinitely:
|`export-timeline-pdf`| Export a chat timeline to PDF via Playwright |
@@ -85,6 +85,8 @@ Each skill keeps its script alongside its `SKILL.md` for portability. Current se
85
85
|`timeline-cleanup`| Delete low-value timeline messages by keyword patterns |
86
86
|`proxmox-management`| Manage Proxmox VM lifecycle, USB mapping passthrough, and backup-restore moves |
87
87
88
+
`kanban-management` intentionally keeps its public name for now, but repo-local board paths in this project now live under `workitems/`. Visual/editor semantics such as `*.kanban.md` remain intentionally named.
89
+
88
90
The packaged Proxmox helper now lives at `runtime/scripts/proxmox.ts` and can be invoked from the repo with:
0 commit comments