Skip to content

Commit 67ed3e6

Browse files
raifdmuellerclaude
andcommitted
docs: update changelog + regenerate metadata for WWCND
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8c3e8bb commit 67ed3e6

5 files changed

Lines changed: 44 additions & 6 deletions

File tree

docs/changelog.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ A chronological record of all semantic anchors added to the catalog. Community c
99
* *Single Level of Abstraction Principle (SLAP)* — Kent Beck's Composed Method, codified as a Clean Code function-design rule by Robert C. Martin (proposed by https://github.com/eirikbell[@eirikbell] in https://github.com/LLM-Coding/Semantic-Anchors/issues/440[#440])
1010
* *Occam's Razor* — William of Ockham's parsimony principle applied to explanations, debugging and architecture rationale (proposed by https://github.com/danielschmeiss[@danielschmeiss] in https://github.com/LLM-Coding/Semantic-Anchors/issues/439[#439])
1111
* *Code Smells* — Kent Beck / Martin Fowler / Robert C. Martin catalogue of surface indications pointing to deeper design problems (proposed by https://github.com/ma7tz[@ma7tz] in https://github.com/LLM-Coding/Semantic-Anchors/issues/435[#435])
12+
* *What Would Chuck Norris Do? (WWCND)* — Tier 3 disposition-activator for direct commitment under uncertainty; originally rejected in https://github.com/LLM-Coding/Semantic-Anchors/issues/426[#426], re-proposed by https://github.com/cornelius[@cornelius] in https://github.com/LLM-Coding/Semantic-Anchors/issues/438[#438] with a 16-page empirical validation (3 models × 19 prompts × N=2 = 114 manually scored responses) that passed all four catalog criteria
1213

1314
== 2026-04-15
1415

website/public/data/anchors.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3632,6 +3632,38 @@
36323632
"filePath": "docs/anchors/what-qualifies-as-a-semantic-anchor.adoc",
36333633
"tier": 3
36343634
},
3635+
{
3636+
"id": "what-would-chuck-norris-do",
3637+
"title": "What Would Chuck Norris Do? (WWCND)",
3638+
"categories": [
3639+
"problem-solving"
3640+
],
3641+
"roles": [
3642+
"software-developer",
3643+
"software-architect",
3644+
"team-lead",
3645+
"consultant"
3646+
],
3647+
"related": [
3648+
"devils-advocate",
3649+
"kiss-principle",
3650+
"yagni",
3651+
"occams-razor"
3652+
],
3653+
"proponents": [
3654+
"Ian Spector",
3655+
"Chuck Norris"
3656+
],
3657+
"tags": [
3658+
"decisiveness",
3659+
"commitment",
3660+
"action-bias",
3661+
"disposition",
3662+
"meme-anchor"
3663+
],
3664+
"filePath": "docs/anchors/what-would-chuck-norris-do.adoc",
3665+
"tier": 3
3666+
},
36353667
{
36363668
"id": "yagni",
36373669
"title": "YAGNI (You Aren’t Gonna Need It)",

website/public/data/categories.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
"feynman-technique",
132132
"five-whys",
133133
"morphological-box",
134-
"occams-razor"
134+
"occams-razor",
135+
"what-would-chuck-norris-do"
135136
]
136137
},
137138
{

website/public/data/metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"generatedAt": "2026-04-20T09:55:32.712Z",
2+
"generatedAt": "2026-04-20T10:51:07.435Z",
33
"version": "1.0.0",
44
"counts": {
5-
"anchors": 134,
5+
"anchors": 135,
66
"categories": 14,
77
"roles": 13
88
},
99
"statistics": {
1010
"averageRolesPerAnchor": "3.16",
1111
"averageCategoriesPerAnchor": "1.01",
12-
"anchorsWithTags": 94,
13-
"anchorsWithRelated": 65
12+
"anchorsWithTags": 95,
13+
"anchorsWithRelated": 66
1414
}
1515
}

website/public/data/roles.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"timtowtdi",
7979
"wardley-mapping",
8080
"what-qualifies-as-a-semantic-anchor",
81+
"what-would-chuck-norris-do",
8182
"yagni"
8283
]
8384
},
@@ -303,6 +304,7 @@
303304
"vertical-slice-architecture",
304305
"walking-skeleton",
305306
"wardley-mapping",
307+
"what-would-chuck-norris-do",
306308
"yagni"
307309
]
308310
},
@@ -404,6 +406,7 @@
404406
"tracer-bullet",
405407
"vertical-slice-architecture",
406408
"walking-skeleton",
409+
"what-would-chuck-norris-do",
407410
"yagni"
408411
]
409412
},
@@ -459,7 +462,8 @@
459462
"todotxt-flavoured-markdown",
460463
"user-story-mapping",
461464
"walking-skeleton",
462-
"wardley-mapping"
465+
"wardley-mapping",
466+
"what-would-chuck-norris-do"
463467
]
464468
},
465469
{

0 commit comments

Comments
 (0)