Skip to content

Commit cf37f7b

Browse files
authored
Merge pull request #25 from kleinjoshuaa/add-basic-typescript-support
feat: Add basic typescript support
2 parents 9970e56 + e52fc6e commit cf37f7b

File tree

9 files changed

+771
-25
lines changed

9 files changed

+771
-25
lines changed

.claude/commands/verify.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Run integration tests and fix any failures immediately.
2626

2727
**Common issues:** Database connections, mock configuration, missing test data
2828

29-
### Step 3: Execute the Actual Program (MANDATORY)
29+
### Step 3: Build and Execute the Actual Program (MANDATORY)
3030

3131
**⚠️ CRITICAL: Tests passing ≠ Program works**
3232

@@ -220,14 +220,14 @@ curl -X DELETE http://localhost:8000/api/resource/1
220220

221221
**Run everything one more time:**
222222
- All tests
223-
- Program execution
223+
- Program build and execution
224224
- Diagnostics
225225
- Call chain validation
226226

227227
**Success criteria:**
228228
- All tests passing
229229
- No diagnostics errors
230-
- Program executes successfully with correct output
230+
- Program builds and executes successfully with correct output
231231
- Coverage ≥ 80%
232232
- All Definition of Done criteria met
233233
- Code review checklist complete

0 commit comments

Comments
 (0)