paneltir 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,83 @@
1
+ {
2
+ "v": 2,
3
+ "project": "This project",
4
+ "environment": "repository",
5
+ "updatedAt": "2026-01-01",
6
+ "notice": "This board is empty on purpose. Add a card with +, or ask Claude to fill it from what it already knows about this project. Nothing is saved until you press Save.",
7
+ "columns": [
8
+ { "id": "ideas", "title": "Ideas", "hint": "Parked. Written down so it is not forgotten, not so it is done." },
9
+ { "id": "next", "title": "Next", "hint": "Queued and ready to start." },
10
+ { "id": "doing", "title": "In progress", "hint": "Work that has actually started. Entering this column stamps the card.", "active": true },
11
+ { "id": "yours", "title": "Waiting on you", "hint": "Only you can do these. Claude never completes a card in this column.", "done": false },
12
+ { "id": "done", "title": "Done", "hint": "Finished and checked. Merged is not finished if it was never exercised.", "done": true }
13
+ ],
14
+ "areas": [
15
+ { "id": "app", "label": "App" },
16
+ { "id": "infra", "label": "Infra" },
17
+ { "id": "docs", "label": "Docs" }
18
+ ],
19
+ "health": [],
20
+ "cards": [],
21
+ "runs": [],
22
+ "analysis": {
23
+ "brief": "Say here what this project is for, in two or three sentences. Claude reads this before deciding anything.",
24
+ "stage": "starting",
25
+ "goals": [],
26
+ "constraints": [],
27
+ "metrics": [],
28
+ "strategies": [],
29
+ "chosen": null,
30
+ "suggestions": [],
31
+ "choices": {
32
+ "board": [
33
+ {
34
+ "id": "found-while-working",
35
+ "question": "Claude finds a second problem while doing a card. What happens to it?",
36
+ "why": "The board is the record. A problem found and not written down is a problem found twice — and a pull request that quietly grows a second fix is one nobody can review.",
37
+ "options": [
38
+ {
39
+ "id": "card",
40
+ "label": "Open a card for it",
41
+ "detail": "The current change stays the size it was asked for, and the problem survives the session that found it."
42
+ },
43
+ {
44
+ "id": "fix",
45
+ "label": "Fix it in the same pass",
46
+ "detail": "Cheaper now, dearer to review: the diff answers two questions and neither can be reverted alone."
47
+ },
48
+ { "id": "mention", "label": "Mention it and move on" }
49
+ ],
50
+ "value": null
51
+ },
52
+ {
53
+ "id": "done-without-you",
54
+ "question": "May Claude move a card to Done without you seeing the result?",
55
+ "why": "Done means the work is finished and has been exercised. Merged is not finished if the thing it enables was never used once.",
56
+ "options": [
57
+ {
58
+ "id": "checked",
59
+ "label": "Only once it is checked",
60
+ "detail": "Anything short of that waits in In progress, where it is honest."
61
+ },
62
+ { "id": "merged", "label": "As soon as it is merged" },
63
+ { "id": "never", "label": "Never — that move is yours" }
64
+ ],
65
+ "value": null
66
+ }
67
+ ],
68
+ "project": [
69
+ {
70
+ "id": "how-much-freedom",
71
+ "question": "When a detail is not written down, does Claude decide it or ask?",
72
+ "why": "Answering once here saves being asked on every card, and saves work built on a guess you would not have made.",
73
+ "options": [
74
+ { "id": "decide", "label": "Decide it and say what you chose" },
75
+ { "id": "ask", "label": "Ask first" },
76
+ { "id": "small", "label": "Decide the small ones, ask the rest" }
77
+ ],
78
+ "value": null
79
+ }
80
+ ]
81
+ }
82
+ }
83
+ }