Skip to content

Commit 523a3be

Browse files
committed
feat: publish Spec-Driven Shift post 2
1 parent 78917a7 commit 523a3be

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ export default defineConfig({
222222
text: 'Week 1: The Wake-Up Call',
223223
items: [
224224
{ text: '1. Your AI Codebase Is a Ticking Time Bomb', link: '/perspectives/the-spec-driven-shift/post-1' },
225+
{ text: '2. Stop Calling It a Spec If It\'s Not Specific', link: '/perspectives/the-spec-driven-shift/post-2' },
225226
]
226227
},
227228
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ New posts drop daily. Follow along on [LinkedIn](https://linkedin.com/in/samhato
1515
### Week 1: The Wake-Up Call
1616

1717
1. [Your AI Codebase Is a Ticking Time Bomb](./post-1)
18-
2. Stop Calling It a Spec If It's Not Specific — March 31
18+
2. [Stop Calling It a Spec If It's Not Specific](./post-2)
1919
3. Over Half Your Bugs Aren't Code Bugs — April 1
2020
4. Your AI Doesn't Know What It Doesn't Know. You Do. — April 2
2121
5. Code Was Always a Hindrance. I Just Didn't Know It Yet. — April 3

docs/perspectives/the-spec-driven-shift/post-1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ What's the longest you've maintained an AI-generated codebase? I'm curious what
3838

3939
---
4040

41+
[Next: Stop Calling It a Spec If It's Not Specific](./post-2)
42+
4143
[Back to series overview](./index)
4244

4345
The Spec-Driven Shift | Week 1: The Wake-Up Call | Post 1 of 20

docs/perspectives/the-spec-driven-shift/post-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ What's the biggest gap you've seen between what someone asked for and what actua
3939

4040
---
4141

42-
[Previous: Your AI Codebase Is a Ticking Time Bomb](./post-1) | [Next: Over Half Your Bugs Aren't Code Bugs](./post-3)
42+
[Previous: Your AI Codebase Is a Ticking Time Bomb](./post-1)
4343

4444
[Back to series overview](./index)
4545

0 commit comments

Comments
 (0)