File tree Expand file tree Collapse file tree
docs/perspectives/the-spec-driven-shift Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
17171 . [ 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 )
19193 . Over Half Your Bugs Aren't Code Bugs — April 1
20204 . Your AI Doesn't Know What It Doesn't Know. You Do. — April 2
21215 . Code Was Always a Hindrance. I Just Didn't Know It Yet. — April 3
Original file line number Diff line number Diff 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
4345The Spec-Driven Shift | Week 1: The Wake-Up Call | Post 1 of 20
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments