Skip to content

Commit c2bf641

Browse files
Add people and transcripts
1 parent 7b43f55 commit c2bf641

File tree

4 files changed

+3886
-0
lines changed

4 files changed

+3886
-0
lines changed

db/data/people-per-episode.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ import people from './people';
33
type PersonId = (typeof people)[number]['id'];
44

55
export default {
6+
// 232
7+
'we-fired-the-tools-no-ralph-wiggum-no-training-wheels-just-agents': [
8+
{ id: 'robbiethewagner' },
9+
{ id: 'argyleink' }
10+
],
11+
// 231
12+
'we-stopped-coding-by-hand-because-agentic-ai-is-too-good': [
13+
{ id: 'robbiethewagner' },
14+
{ id: 'chuckcarpenter' }
15+
],
616
// 230
717
'we-accidentally-deleted-programming-presented-by-coderabbit': [
818
{ id: 'robbiethewagner' },

0 commit comments

Comments
 (0)