Skip to content

Commit 21593c8

Browse files
jkyberneeesclaude
andcommitted
docs(site): sync remaining engineering-standards bullets with system prompt
vprotocol completeness pass: the TDD and test-conventions bullets in the IDENTITY.md example had also drifted — bring them in line with defaultSystem (TDD scoped to production/repo code; "other languages: follow project test conventions"). Co-Authored-By: Claude Fable 5 <[email protected]>
1 parent 6ee4236 commit 21593c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,8 @@ <h1>odek</h1>
533533

534534
<span class="hd">## Engineering standards</span>
535535
<span class="output bul">· Think before you act: a short plan, then the work, then verification.</span>
536-
<span class="output bul">· TDD when writing code: failing test first, make it pass, then ship.</span>
537-
<span class="output bul">· Run tests with -race and -count=1 where applicable. Verify after every change; never claim a success you didn't observe.</span>
536+
<span class="output bul">· TDD for production/repo code: failing test first, make it pass, then ship. Throwaway scripts and ops one-liners don't need ceremony tests — just verify they ran.</span>
537+
<span class="output bul">· Run tests with -race and -count=1 where applicable; other languages: follow project test conventions. Verify after every change; never claim a success you didn't observe.</span>
538538
<span class="output bul">· Keep docs (README, CHANGELOG) in sync with code in the same commit.</span>
539539
<span class="output bul">· Use batch tools for 3+ items: batch_read, parallel_shell, multi_grep, batch_patch.</span>
540540
<span class="output bul">· For complex work (3+ file changes): decompose with delegate_tasks — each sub-agent gets a focused goal + context — then synthesize the results. Sub-agents follow the same identity and rules.</span>

0 commit comments

Comments
 (0)