@undeemed/get-shit-done-codex 1.6.5

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.
Files changed (79) hide show
  1. package/AGENTS.md +183 -0
  2. package/LICENSE +21 -0
  3. package/README.md +179 -0
  4. package/bin/install.js +214 -0
  5. package/commands/gsd/add-phase.md +207 -0
  6. package/commands/gsd/add-todo.md +182 -0
  7. package/commands/gsd/audit-milestone.md +258 -0
  8. package/commands/gsd/check-todos.md +217 -0
  9. package/commands/gsd/complete-milestone.md +136 -0
  10. package/commands/gsd/debug.md +149 -0
  11. package/commands/gsd/discuss-phase.md +80 -0
  12. package/commands/gsd/execute-phase.md +304 -0
  13. package/commands/gsd/help.md +383 -0
  14. package/commands/gsd/insert-phase.md +227 -0
  15. package/commands/gsd/list-phase-assumptions.md +50 -0
  16. package/commands/gsd/map-codebase.md +71 -0
  17. package/commands/gsd/new-milestone.md +717 -0
  18. package/commands/gsd/new-project.md +896 -0
  19. package/commands/gsd/pause-work.md +123 -0
  20. package/commands/gsd/plan-milestone-gaps.md +284 -0
  21. package/commands/gsd/plan-phase.md +475 -0
  22. package/commands/gsd/progress.md +356 -0
  23. package/commands/gsd/remove-phase.md +338 -0
  24. package/commands/gsd/research-phase.md +180 -0
  25. package/commands/gsd/resume-work.md +40 -0
  26. package/commands/gsd/update.md +172 -0
  27. package/commands/gsd/verify-work.md +219 -0
  28. package/commands/gsd/whats-new.md +124 -0
  29. package/get-shit-done/references/checkpoints.md +788 -0
  30. package/get-shit-done/references/continuation-format.md +249 -0
  31. package/get-shit-done/references/git-integration.md +254 -0
  32. package/get-shit-done/references/questioning.md +141 -0
  33. package/get-shit-done/references/tdd.md +263 -0
  34. package/get-shit-done/references/ui-brand.md +160 -0
  35. package/get-shit-done/references/verification-patterns.md +595 -0
  36. package/get-shit-done/templates/DEBUG.md +159 -0
  37. package/get-shit-done/templates/UAT.md +247 -0
  38. package/get-shit-done/templates/codebase/architecture.md +255 -0
  39. package/get-shit-done/templates/codebase/concerns.md +310 -0
  40. package/get-shit-done/templates/codebase/conventions.md +307 -0
  41. package/get-shit-done/templates/codebase/integrations.md +280 -0
  42. package/get-shit-done/templates/codebase/stack.md +186 -0
  43. package/get-shit-done/templates/codebase/structure.md +285 -0
  44. package/get-shit-done/templates/codebase/testing.md +480 -0
  45. package/get-shit-done/templates/config.json +26 -0
  46. package/get-shit-done/templates/context.md +291 -0
  47. package/get-shit-done/templates/continue-here.md +78 -0
  48. package/get-shit-done/templates/debug-subagent-prompt.md +91 -0
  49. package/get-shit-done/templates/discovery.md +146 -0
  50. package/get-shit-done/templates/milestone-archive.md +123 -0
  51. package/get-shit-done/templates/milestone.md +115 -0
  52. package/get-shit-done/templates/phase-prompt.md +576 -0
  53. package/get-shit-done/templates/planner-subagent-prompt.md +117 -0
  54. package/get-shit-done/templates/project.md +184 -0
  55. package/get-shit-done/templates/requirements.md +231 -0
  56. package/get-shit-done/templates/research-project/ARCHITECTURE.md +204 -0
  57. package/get-shit-done/templates/research-project/FEATURES.md +147 -0
  58. package/get-shit-done/templates/research-project/PITFALLS.md +200 -0
  59. package/get-shit-done/templates/research-project/STACK.md +120 -0
  60. package/get-shit-done/templates/research-project/SUMMARY.md +170 -0
  61. package/get-shit-done/templates/research.md +529 -0
  62. package/get-shit-done/templates/roadmap.md +202 -0
  63. package/get-shit-done/templates/state.md +206 -0
  64. package/get-shit-done/templates/summary.md +269 -0
  65. package/get-shit-done/templates/user-setup.md +323 -0
  66. package/get-shit-done/templates/verification-report.md +322 -0
  67. package/get-shit-done/workflows/complete-milestone.md +750 -0
  68. package/get-shit-done/workflows/diagnose-issues.md +233 -0
  69. package/get-shit-done/workflows/discovery-phase.md +293 -0
  70. package/get-shit-done/workflows/discuss-phase.md +422 -0
  71. package/get-shit-done/workflows/execute-phase.md +552 -0
  72. package/get-shit-done/workflows/execute-plan.md +1831 -0
  73. package/get-shit-done/workflows/list-phase-assumptions.md +178 -0
  74. package/get-shit-done/workflows/map-codebase.md +289 -0
  75. package/get-shit-done/workflows/resume-project.md +311 -0
  76. package/get-shit-done/workflows/transition.md +564 -0
  77. package/get-shit-done/workflows/verify-phase.md +629 -0
  78. package/get-shit-done/workflows/verify-work.md +563 -0
  79. package/package.json +39 -0
@@ -0,0 +1,563 @@
1
+ <purpose>
2
+ Validate built features through conversational testing with persistent state. Creates UAT.md that tracks test progress, survives /clear, and feeds gaps into /gsd:plan-phase --gaps.
3
+
4
+ User tests, Claude records. One test at a time. Plain text responses.
5
+ </purpose>
6
+
7
+ <philosophy>
8
+ **Show expected, ask if reality matches.**
9
+
10
+ Claude presents what SHOULD happen. User confirms or describes what's different.
11
+ - "yes" / "y" / "next" / empty → pass
12
+ - Anything else → logged as issue, severity inferred
13
+
14
+ No Pass/Fail buttons. No severity questions. Just: "Here's what should happen. Does it?"
15
+ </philosophy>
16
+
17
+ <template>
18
+ @~/.claude/get-shit-done/templates/UAT.md
19
+ </template>
20
+
21
+ <process>
22
+
23
+ <step name="check_active_session">
24
+ **First: Check for active UAT sessions**
25
+
26
+ ```bash
27
+ find .planning/phases -name "*-UAT.md" -type f 2>/dev/null | head -5
28
+ ```
29
+
30
+ **If active sessions exist AND no $ARGUMENTS provided:**
31
+
32
+ Read each file's frontmatter (status, phase) and Current Test section.
33
+
34
+ Display inline:
35
+
36
+ ```
37
+ ## Active UAT Sessions
38
+
39
+ | # | Phase | Status | Current Test | Progress |
40
+ |---|-------|--------|--------------|----------|
41
+ | 1 | 04-comments | testing | 3. Reply to Comment | 2/6 |
42
+ | 2 | 05-auth | testing | 1. Login Form | 0/4 |
43
+
44
+ Reply with a number to resume, or provide a phase number to start new.
45
+ ```
46
+
47
+ Wait for user response.
48
+
49
+ - If user replies with number (1, 2) → Load that file, go to `resume_from_file`
50
+ - If user replies with phase number → Treat as new session, go to `create_uat_file`
51
+
52
+ **If active sessions exist AND $ARGUMENTS provided:**
53
+
54
+ Check if session exists for that phase. If yes, offer to resume or restart.
55
+ If no, continue to `create_uat_file`.
56
+
57
+ **If no active sessions AND no $ARGUMENTS:**
58
+
59
+ ```
60
+ No active UAT sessions.
61
+
62
+ Provide a phase number to start testing (e.g., /gsd:verify-work 4)
63
+ ```
64
+
65
+ **If no active sessions AND $ARGUMENTS provided:**
66
+
67
+ Continue to `create_uat_file`.
68
+ </step>
69
+
70
+ <step name="find_summaries">
71
+ **Find what to test:**
72
+
73
+ Parse $ARGUMENTS as phase number (e.g., "4") or plan number (e.g., "04-02").
74
+
75
+ ```bash
76
+ # Find phase directory (match both zero-padded and unpadded)
77
+ PADDED_PHASE=$(printf "%02d" ${PHASE_ARG} 2>/dev/null || echo "${PHASE_ARG}")
78
+ PHASE_DIR=$(ls -d .planning/phases/${PADDED_PHASE}-* .planning/phases/${PHASE_ARG}-* 2>/dev/null | head -1)
79
+
80
+ # Find SUMMARY files
81
+ ls "$PHASE_DIR"/*-SUMMARY.md 2>/dev/null
82
+ ```
83
+
84
+ Read each SUMMARY.md to extract testable deliverables.
85
+ </step>
86
+
87
+ <step name="extract_tests">
88
+ **Extract testable deliverables from SUMMARY.md:**
89
+
90
+ Parse for:
91
+ 1. **Accomplishments** - Features/functionality added
92
+ 2. **User-facing changes** - UI, workflows, interactions
93
+
94
+ Focus on USER-OBSERVABLE outcomes, not implementation details.
95
+
96
+ For each deliverable, create a test:
97
+ - name: Brief test name
98
+ - expected: What the user should see/experience (specific, observable)
99
+
100
+ Examples:
101
+ - Accomplishment: "Added comment threading with infinite nesting"
102
+ → Test: "Reply to a Comment"
103
+ → Expected: "Clicking Reply opens inline composer below comment. Submitting shows reply nested under parent with visual indentation."
104
+
105
+ Skip internal/non-observable items (refactors, type changes, etc.).
106
+ </step>
107
+
108
+ <step name="create_uat_file">
109
+ **Create UAT file with all tests:**
110
+
111
+ ```bash
112
+ mkdir -p "$PHASE_DIR"
113
+ ```
114
+
115
+ Build test list from extracted deliverables.
116
+
117
+ Create file:
118
+
119
+ ```markdown
120
+ ---
121
+ status: testing
122
+ phase: XX-name
123
+ source: [list of SUMMARY.md files]
124
+ started: [ISO timestamp]
125
+ updated: [ISO timestamp]
126
+ ---
127
+
128
+ ## Current Test
129
+ <!-- OVERWRITE each test - shows where we are -->
130
+
131
+ number: 1
132
+ name: [first test name]
133
+ expected: |
134
+ [what user should observe]
135
+ awaiting: user response
136
+
137
+ ## Tests
138
+
139
+ ### 1. [Test Name]
140
+ expected: [observable behavior]
141
+ result: [pending]
142
+
143
+ ### 2. [Test Name]
144
+ expected: [observable behavior]
145
+ result: [pending]
146
+
147
+ ...
148
+
149
+ ## Summary
150
+
151
+ total: [N]
152
+ passed: 0
153
+ issues: 0
154
+ pending: [N]
155
+ skipped: 0
156
+
157
+ ## Gaps
158
+
159
+ [none yet]
160
+ ```
161
+
162
+ Write to `.planning/phases/XX-name/{phase}-UAT.md`
163
+
164
+ Proceed to `present_test`.
165
+ </step>
166
+
167
+ <step name="present_test">
168
+ **Present current test to user:**
169
+
170
+ Read Current Test section from UAT file.
171
+
172
+ Display using checkpoint box format:
173
+
174
+ ```
175
+ ╔══════════════════════════════════════════════════════════════╗
176
+ ║ CHECKPOINT: Verification Required ║
177
+ ╚══════════════════════════════════════════════════════════════╝
178
+
179
+ **Test {number}: {name}**
180
+
181
+ {expected}
182
+
183
+ ──────────────────────────────────────────────────────────────
184
+ → Type "pass" or describe what's wrong
185
+ ──────────────────────────────────────────────────────────────
186
+ ```
187
+
188
+ Wait for user response (plain text, no AskUserQuestion).
189
+ </step>
190
+
191
+ <step name="process_response">
192
+ **Process user response and update file:**
193
+
194
+ **If response indicates pass:**
195
+ - Empty response, "yes", "y", "ok", "pass", "next", "approved", "✓"
196
+
197
+ Update Tests section:
198
+ ```
199
+ ### {N}. {name}
200
+ expected: {expected}
201
+ result: pass
202
+ ```
203
+
204
+ **If response indicates skip:**
205
+ - "skip", "can't test", "n/a"
206
+
207
+ Update Tests section:
208
+ ```
209
+ ### {N}. {name}
210
+ expected: {expected}
211
+ result: skipped
212
+ reason: [user's reason if provided]
213
+ ```
214
+
215
+ **If response is anything else:**
216
+ - Treat as issue description
217
+
218
+ Infer severity from description:
219
+ - Contains: crash, error, exception, fails, broken, unusable → blocker
220
+ - Contains: doesn't work, wrong, missing, can't → major
221
+ - Contains: slow, weird, off, minor, small → minor
222
+ - Contains: color, font, spacing, alignment, visual → cosmetic
223
+ - Default if unclear: major
224
+
225
+ Update Tests section:
226
+ ```
227
+ ### {N}. {name}
228
+ expected: {expected}
229
+ result: issue
230
+ reported: "{verbatim user response}"
231
+ severity: {inferred}
232
+ ```
233
+
234
+ Append to Gaps section (structured YAML for plan-phase --gaps):
235
+ ```yaml
236
+ - truth: "{expected behavior from test}"
237
+ status: failed
238
+ reason: "User reported: {verbatim user response}"
239
+ severity: {inferred}
240
+ test: {N}
241
+ artifacts: [] # Filled by diagnosis
242
+ missing: [] # Filled by diagnosis
243
+ ```
244
+
245
+ **After any response:**
246
+
247
+ Update Summary counts.
248
+ Update frontmatter.updated timestamp.
249
+
250
+ If more tests remain → Update Current Test, go to `present_test`
251
+ If no more tests → Go to `complete_session`
252
+ </step>
253
+
254
+ <step name="resume_from_file">
255
+ **Resume testing from UAT file:**
256
+
257
+ Read the full UAT file.
258
+
259
+ Find first test with `result: [pending]`.
260
+
261
+ Announce:
262
+ ```
263
+ Resuming: Phase {phase} UAT
264
+ Progress: {passed + issues + skipped}/{total}
265
+ Issues found so far: {issues count}
266
+
267
+ Continuing from Test {N}...
268
+ ```
269
+
270
+ Update Current Test section with the pending test.
271
+ Proceed to `present_test`.
272
+ </step>
273
+
274
+ <step name="complete_session">
275
+ **Complete testing and commit:**
276
+
277
+ Update frontmatter:
278
+ - status: complete
279
+ - updated: [now]
280
+
281
+ Clear Current Test section:
282
+ ```
283
+ ## Current Test
284
+
285
+ [testing complete]
286
+ ```
287
+
288
+ Commit the UAT file:
289
+ ```bash
290
+ git add ".planning/phases/XX-name/{phase}-UAT.md"
291
+ git commit -m "test({phase}): complete UAT - {passed} passed, {issues} issues"
292
+ ```
293
+
294
+ Present summary:
295
+ ```
296
+ ## UAT Complete: Phase {phase}
297
+
298
+ | Result | Count |
299
+ |--------|-------|
300
+ | Passed | {N} |
301
+ | Issues | {N} |
302
+ | Skipped| {N} |
303
+
304
+ [If issues > 0:]
305
+ ### Issues Found
306
+
307
+ [List from Issues section]
308
+ ```
309
+
310
+ **If issues > 0:** Proceed to `diagnose_issues`
311
+
312
+ **If issues == 0:**
313
+ ```
314
+ All tests passed. Ready to continue.
315
+
316
+ - `/gsd:plan-phase {next}` — Plan next phase
317
+ - `/gsd:execute-phase {next}` — Execute next phase
318
+ ```
319
+ </step>
320
+
321
+ <step name="diagnose_issues">
322
+ **Diagnose root causes before planning fixes:**
323
+
324
+ ```
325
+ ---
326
+
327
+ {N} issues found. Diagnosing root causes...
328
+
329
+ Spawning parallel debug agents to investigate each issue.
330
+ ```
331
+
332
+ - Load diagnose-issues workflow
333
+ - Follow @~/.claude/get-shit-done/workflows/diagnose-issues.md
334
+ - Spawn parallel debug agents for each issue
335
+ - Collect root causes
336
+ - Update UAT.md with root causes
337
+ - Proceed to `plan_gap_closure`
338
+
339
+ Diagnosis runs automatically - no user prompt. Parallel agents investigate simultaneously, so overhead is minimal and fixes are more accurate.
340
+ </step>
341
+
342
+ <step name="plan_gap_closure">
343
+ **Auto-plan fixes from diagnosed gaps:**
344
+
345
+ Display:
346
+ ```
347
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
348
+ GSD ► PLANNING FIXES
349
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
350
+
351
+ ◆ Spawning planner for gap closure...
352
+ ```
353
+
354
+ Spawn gsd-planner in --gaps mode:
355
+
356
+ ```
357
+ Task(
358
+ prompt="""
359
+ <planning_context>
360
+
361
+ **Phase:** {phase_number}
362
+ **Mode:** gap_closure
363
+
364
+ **UAT with diagnoses:**
365
+ @.planning/phases/{phase_dir}/{phase}-UAT.md
366
+
367
+ **Project State:**
368
+ @.planning/STATE.md
369
+
370
+ **Roadmap:**
371
+ @.planning/ROADMAP.md
372
+
373
+ </planning_context>
374
+
375
+ <downstream_consumer>
376
+ Output consumed by /gsd:execute-phase
377
+ Plans must be executable prompts.
378
+ </downstream_consumer>
379
+ """,
380
+ subagent_type="gsd-planner",
381
+ description="Plan gap fixes for Phase {phase}"
382
+ )
383
+ ```
384
+
385
+ On return:
386
+ - **PLANNING COMPLETE:** Proceed to `verify_gap_plans`
387
+ - **PLANNING INCONCLUSIVE:** Report and offer manual intervention
388
+ </step>
389
+
390
+ <step name="verify_gap_plans">
391
+ **Verify fix plans with checker:**
392
+
393
+ Display:
394
+ ```
395
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
396
+ GSD ► VERIFYING FIX PLANS
397
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
398
+
399
+ ◆ Spawning plan checker...
400
+ ```
401
+
402
+ Initialize: `iteration_count = 1`
403
+
404
+ Spawn gsd-plan-checker:
405
+
406
+ ```
407
+ Task(
408
+ prompt="""
409
+ <verification_context>
410
+
411
+ **Phase:** {phase_number}
412
+ **Phase Goal:** Close diagnosed gaps from UAT
413
+
414
+ **Plans to verify:**
415
+ @.planning/phases/{phase_dir}/*-PLAN.md
416
+
417
+ </verification_context>
418
+
419
+ <expected_output>
420
+ Return one of:
421
+ - ## VERIFICATION PASSED — all checks pass
422
+ - ## ISSUES FOUND — structured issue list
423
+ </expected_output>
424
+ """,
425
+ subagent_type="gsd-plan-checker",
426
+ description="Verify Phase {phase} fix plans"
427
+ )
428
+ ```
429
+
430
+ On return:
431
+ - **VERIFICATION PASSED:** Proceed to `present_ready`
432
+ - **ISSUES FOUND:** Proceed to `revision_loop`
433
+ </step>
434
+
435
+ <step name="revision_loop">
436
+ **Iterate planner ↔ checker until plans pass (max 3):**
437
+
438
+ **If iteration_count < 3:**
439
+
440
+ Display: `Sending back to planner for revision... (iteration {N}/3)`
441
+
442
+ Spawn gsd-planner with revision context:
443
+
444
+ ```
445
+ Task(
446
+ prompt="""
447
+ <revision_context>
448
+
449
+ **Phase:** {phase_number}
450
+ **Mode:** revision
451
+
452
+ **Existing plans:**
453
+ @.planning/phases/{phase_dir}/*-PLAN.md
454
+
455
+ **Checker issues:**
456
+ {structured_issues_from_checker}
457
+
458
+ </revision_context>
459
+
460
+ <instructions>
461
+ Read existing PLAN.md files. Make targeted updates to address checker issues.
462
+ Do NOT replan from scratch unless issues are fundamental.
463
+ </instructions>
464
+ """,
465
+ subagent_type="gsd-planner",
466
+ description="Revise Phase {phase} plans"
467
+ )
468
+ ```
469
+
470
+ After planner returns → spawn checker again (verify_gap_plans logic)
471
+ Increment iteration_count
472
+
473
+ **If iteration_count >= 3:**
474
+
475
+ Display: `Max iterations reached. {N} issues remain.`
476
+
477
+ Offer options:
478
+ 1. Force proceed (execute despite issues)
479
+ 2. Provide guidance (user gives direction, retry)
480
+ 3. Abandon (exit, user runs /gsd:plan-phase manually)
481
+
482
+ Wait for user response.
483
+ </step>
484
+
485
+ <step name="present_ready">
486
+ **Present completion and next steps:**
487
+
488
+ ```
489
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
490
+ GSD ► FIXES READY ✓
491
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
492
+
493
+ **Phase {X}: {Name}** — {N} gap(s) diagnosed, {M} fix plan(s) created
494
+
495
+ | Gap | Root Cause | Fix Plan |
496
+ |-----|------------|----------|
497
+ | {truth 1} | {root_cause} | {phase}-04 |
498
+ | {truth 2} | {root_cause} | {phase}-04 |
499
+
500
+ Plans verified and ready for execution.
501
+
502
+ ───────────────────────────────────────────────────────────────
503
+
504
+ ## ▶ Next Up
505
+
506
+ **Execute fixes** — run fix plans
507
+
508
+ `/clear` then `/gsd:execute-phase {phase} --gaps-only`
509
+
510
+ ───────────────────────────────────────────────────────────────
511
+ ```
512
+ </step>
513
+
514
+ </process>
515
+
516
+ <update_rules>
517
+ **Batched writes for efficiency:**
518
+
519
+ Keep results in memory. Write to file only when:
520
+ 1. **Issue found** — Preserve the problem immediately
521
+ 2. **Session complete** — Final write before commit
522
+ 3. **Checkpoint** — Every 5 passed tests (safety net)
523
+
524
+ | Section | Rule | When Written |
525
+ |---------|------|--------------|
526
+ | Frontmatter.status | OVERWRITE | Start, complete |
527
+ | Frontmatter.updated | OVERWRITE | On any file write |
528
+ | Current Test | OVERWRITE | On any file write |
529
+ | Tests.{N}.result | OVERWRITE | On any file write |
530
+ | Summary | OVERWRITE | On any file write |
531
+ | Gaps | APPEND | When issue found |
532
+
533
+ On context reset: File shows last checkpoint. Resume from there.
534
+ </update_rules>
535
+
536
+ <severity_inference>
537
+ **Infer severity from user's natural language:**
538
+
539
+ | User says | Infer |
540
+ |-----------|-------|
541
+ | "crashes", "error", "exception", "fails completely" | blocker |
542
+ | "doesn't work", "nothing happens", "wrong behavior" | major |
543
+ | "works but...", "slow", "weird", "minor issue" | minor |
544
+ | "color", "spacing", "alignment", "looks off" | cosmetic |
545
+
546
+ Default to **major** if unclear. User can correct if needed.
547
+
548
+ **Never ask "how severe is this?"** - just infer and move on.
549
+ </severity_inference>
550
+
551
+ <success_criteria>
552
+ - [ ] UAT file created with all tests from SUMMARY.md
553
+ - [ ] Tests presented one at a time with expected behavior
554
+ - [ ] User responses processed as pass/issue/skip
555
+ - [ ] Severity inferred from description (never asked)
556
+ - [ ] Batched writes: on issue, every 5 passes, or completion
557
+ - [ ] Committed on completion
558
+ - [ ] If issues: parallel debug agents diagnose root causes
559
+ - [ ] If issues: gsd-planner creates fix plans (gap_closure mode)
560
+ - [ ] If issues: gsd-plan-checker verifies fix plans
561
+ - [ ] If issues: revision loop until plans pass (max 3 iterations)
562
+ - [ ] Ready for `/gsd:execute-phase --gaps-only` when complete
563
+ </success_criteria>
package/package.json ADDED
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "@undeemed/get-shit-done-codex",
3
+ "version": "1.6.5",
4
+ "description": "A meta-prompting, context engineering and spec-driven development system for OpenAI Codex CLI. Fork of get-shit-done by TÂCHES, adapted for Codex CLI by undeemed.",
5
+ "bin": {
6
+ "get-shit-done-codex": "bin/install.js"
7
+ },
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
11
+ "files": [
12
+ "bin",
13
+ "commands",
14
+ "get-shit-done",
15
+ "AGENTS.md"
16
+ ],
17
+ "keywords": [
18
+ "openai",
19
+ "codex",
20
+ "codex-cli",
21
+ "ai",
22
+ "meta-prompting",
23
+ "context-engineering",
24
+ "spec-driven-development",
25
+ "agents"
26
+ ],
27
+ "author": "undeemed <jerry.x0930@gmail.com>",
28
+ "contributors": [
29
+ "TÂCHES (original author)"
30
+ ],
31
+ "license": "MIT",
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "git+https://github.com/undeemed/get-shit-done-codex.git"
35
+ },
36
+ "engines": {
37
+ "node": ">=16.7.0"
38
+ }
39
+ }