Skip to content

Commit f8b8130

Browse files
committed
feat: publish Spec-Driven Shift post 5
1 parent b90bf4e commit f8b8130

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ export default defineConfig({
246246
{ text: '2. Stop Calling It a Spec If It\'s Not Specific', link: '/perspectives/the-spec-driven-shift/stop-calling-it-a-spec-if-its-not-specific' },
247247
{ text: '3. Over Half Your Bugs Aren\'t Code Bugs', link: '/perspectives/the-spec-driven-shift/over-half-your-bugs-arent-code-bugs' },
248248
{ text: '4. Your AI Doesn\'t Know What It Doesn\'t Know', link: '/perspectives/the-spec-driven-shift/your-ai-doesnt-know-what-it-doesnt-know-you-do' },
249+
{ text: '5. Code Was Always a Hindrance', link: '/perspectives/the-spec-driven-shift/code-was-always-a-hindrance-i-just-didnt-know-it-yet' },
249250
]
250251
},
251252
{

docs/perspectives/the-spec-driven-shift/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ New posts drop daily. Follow along on [LinkedIn](https://linkedin.com/in/samhato
1818
2. [Stop Calling It a Spec If It's Not Specific](./stop-calling-it-a-spec-if-its-not-specific)
1919
3. [Over Half Your Bugs Aren't Code Bugs](./over-half-your-bugs-arent-code-bugs)
2020
4. [Your AI Doesn't Know What It Doesn't Know. You Do.](./your-ai-doesnt-know-what-it-doesnt-know-you-do)
21-
5. Code Was Always a Hindrance. I Just Didn't Know It Yet. — April 3
21+
5. [Code Was Always a Hindrance. I Just Didn't Know It Yet.](./code-was-always-a-hindrance-i-just-didnt-know-it-yet)
2222

2323
### Week 2: The Lineage
2424
*April 6-10 — Where spec-driven development comes from. TDD, BDD, DDD, Event Sourcing, and the 60-year thread that connects them all.*

docs/perspectives/the-spec-driven-shift/your-ai-doesnt-know-what-it-doesnt-know-you-do.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Consider how much of your system's design lives only in your head right now. If
3636

3737
[Previous: Over Half Your Bugs Aren't Code Bugs](./over-half-your-bugs-arent-code-bugs)
3838

39+
[Next: Code Was Always a Hindrance. I Just Didn't Know It Yet.](./code-was-always-a-hindrance-i-just-didnt-know-it-yet)
40+
3941
[Back to series overview](./index)
4042

4143

0 commit comments

Comments
 (0)