Steve Yegge
bce4f8f2d4
feat: Add source tracing metadata to cooked steps (gt-8tmz.18)
...
Add SourceFormula and SourceLocation fields to track where each step
came from during the cooking process. This enables debugging of complex
compositions with inheritance, expansion, and advice.
Changes:
- Added SourceFormula and SourceLocation fields to Step struct (formula/types.go)
- Added same fields to Issue struct (types/types.go)
- Added SetSourceInfo() to parser.go - sets source on all steps after parsing
- Updated cook.go to copy source fields from Step to Issue
- Updated dry-run output to display source info: [from: formula@location]
- Updated advice.go to set source on advice-generated steps
- Updated controlflow.go to preserve source on loop-expanded steps
- Updated expand.go to preserve source on template-expanded steps
The source location format is:
- steps[N] - regular step at index N
- steps[N].children[M] - child step
- steps[N].loop.body[M] - loop body step
- template[N] - expansion template step
- advice - step inserted by advice transformation
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-25 16:27:48 -08:00
..
2025-12-25 16:20:02 -08:00
2025-12-23 22:40:16 -08:00
2025-12-24 15:57:22 -08:00
2025-12-24 00:06:41 -08:00
2025-12-18 18:23:30 -08:00
2025-12-18 18:23:30 -08:00
2025-12-23 04:16:26 -08:00
2025-12-23 04:16:26 -08:00
2025-12-18 18:23:30 -08:00
2025-12-20 03:24:51 -08:00
2025-12-24 00:10:14 -08:00
2025-12-22 21:15:41 -08:00
2025-12-23 22:41:05 -08:00
2025-12-24 00:06:41 -08:00
2025-12-23 01:31:18 -08:00
2025-12-23 01:56:19 -08:00
2025-12-25 13:56:19 -08:00
2025-12-24 00:08:10 -08:00
2025-12-24 00:08:10 -08:00
2025-12-24 00:06:41 -08:00
2025-12-25 16:27:48 -08:00
2025-12-23 12:06:42 -08:00
2025-12-16 17:26:06 -08:00
2025-12-20 17:09:50 -08:00
2025-12-24 20:31:27 -08:00
2025-12-22 21:30:57 -08:00
2025-12-18 18:23:30 -08:00
2025-12-22 18:47:18 -05:00
2025-12-19 17:50:14 -08:00
2025-12-19 17:50:14 -08:00
2025-12-24 00:06:41 -08:00
2025-12-24 00:06:41 -08:00
2025-12-24 00:06:41 -08:00
2025-12-22 21:30:57 -08:00
2025-12-24 00:06:41 -08:00
2025-12-11 07:11:15 -05:00
2025-12-24 00:06:41 -08:00
2025-12-24 00:06:41 -08:00
2025-12-24 12:43:18 -08:00
2025-12-24 00:06:41 -08:00
2025-12-22 15:39:55 -08:00
2025-12-11 07:11:15 -05:00
2025-12-24 00:06:41 -08:00
2025-12-22 19:02:42 -05:00
2025-12-24 00:06:41 -08:00
2025-12-22 15:48:36 -08:00
2025-12-20 17:22:43 -08:00
2025-12-24 00:07:55 -08:00
2025-12-24 00:06:41 -08:00
2025-12-20 17:09:50 -08:00
2025-12-21 15:50:10 -08:00
2025-12-24 13:03:27 -08:00
2025-12-25 13:56:19 -08:00
2025-12-23 01:31:18 -08:00
2025-12-23 01:56:19 -08:00
2025-12-13 12:50:33 -08:00
2025-12-13 10:04:01 +11:00
2025-12-25 16:20:02 -08:00
2025-12-25 14:05:55 -08:00
2025-12-22 21:30:57 -08:00
2025-12-20 17:09:50 -08:00
2025-12-25 13:56:19 -08:00
2025-12-24 00:07:52 -08:00
2025-12-24 00:06:41 -08:00
2025-12-24 00:06:51 -08:00
2025-12-21 23:08:00 -08:00
2025-12-19 01:47:03 -08:00
2025-12-23 01:56:19 -08:00
2025-12-18 18:56:59 -08:00
2025-12-22 21:15:41 -08:00
2025-12-25 12:38:00 -08:00
2025-12-25 01:14:53 -08:00
2025-12-20 01:59:31 -08:00
2025-12-20 17:22:43 -08:00
2025-12-22 02:21:40 -08:00
2025-12-20 02:38:56 -08:00
2025-12-20 17:22:43 -08:00
2025-12-24 00:06:41 -08:00
2025-12-16 14:20:49 -08:00
2025-12-23 01:56:19 -08:00
2025-12-22 21:15:41 -08:00
2025-12-25 01:49:57 -08:00
2025-12-20 17:09:50 -08:00
2025-12-13 12:50:33 -08:00
2025-12-20 17:09:50 -08:00
2025-12-20 16:43:43 -08:00
2025-12-25 14:13:59 -08:00
2025-12-16 14:20:49 -08:00
2025-12-22 15:39:55 -08:00
2025-12-22 21:15:41 -08:00
2025-12-16 00:56:06 -08:00
2025-12-25 13:56:19 -08:00
2025-12-19 17:58:24 -08:00
2025-12-20 17:09:50 -08:00
2025-12-24 12:35:57 -08:00
2025-12-21 15:29:58 -08:00
2025-12-23 01:56:19 -08:00
2025-12-24 12:35:54 -08:00
2025-12-22 23:30:08 -08:00
2025-12-20 17:09:50 -08:00
2025-12-22 15:39:55 -08:00
2025-12-22 21:30:57 -08:00
2025-12-20 17:09:50 -08:00
2025-12-22 21:15:41 -08:00
2025-12-24 00:06:41 -08:00
2025-12-24 20:42:54 -08:00
2025-12-24 20:42:54 -08:00
2025-12-24 12:52:47 -08:00
2025-12-25 01:05:16 -08:00
2025-12-25 02:11:52 -08:00
2025-12-23 03:57:08 -08:00
2025-12-24 20:42:54 -08:00
2025-12-25 12:31:24 -08:00
2025-12-25 02:05:25 -08:00
2025-12-25 02:05:25 -08:00
2025-12-24 21:19:00 -08:00
2025-12-18 11:48:02 -08:00
2025-12-20 17:09:50 -08:00
2025-12-22 18:47:18 -05:00
2025-12-22 02:21:40 -08:00
2025-12-25 02:05:25 -08:00
2025-12-25 14:25:45 -08:00
2025-12-20 17:09:50 -08:00
2025-12-20 17:09:50 -08:00
2025-12-23 05:10:38 -08:00
2025-12-23 00:04:55 -08:00
2025-12-18 11:25:17 -08:00
2025-12-20 17:09:50 -08:00
2025-12-15 23:59:21 -08:00
2025-12-22 20:21:30 -08:00
2025-12-20 17:09:50 -08:00
2025-12-22 01:26:45 -08:00
2025-12-16 13:06:47 -08:00
2025-12-22 21:30:57 -08:00
2025-12-20 17:09:50 -08:00
2025-12-24 00:06:41 -08:00
2025-12-20 17:09:50 -08:00
2025-12-21 23:11:48 -08:00
2025-12-25 13:41:06 -08:00
2025-12-22 21:30:57 -08:00
2025-12-24 00:10:14 -08:00
2025-12-24 00:10:14 -08:00
2025-12-20 13:14:39 -08:00
2025-12-20 17:22:43 -08:00
2025-12-19 17:52:27 -08:00
2025-12-25 12:05:46 -08:00
2025-12-24 12:35:32 -08:00
2025-12-24 20:55:31 -08:00
2025-12-24 12:35:32 -08:00
2025-12-16 14:20:49 -08:00
2025-12-25 12:05:46 -08:00
2025-12-24 23:33:34 -08:00
2025-12-25 02:05:25 -08:00
2025-12-13 12:50:33 -08:00
2025-12-22 15:39:55 -08:00
2025-12-21 15:22:45 -08:00
2025-12-22 21:30:57 -08:00
2025-12-20 17:22:43 -08:00
2025-12-20 17:09:50 -08:00
2025-12-20 17:09:50 -08:00
2025-12-13 10:04:01 +11:00
2025-12-20 20:50:33 -08:00
2025-12-24 15:57:22 -08:00
2025-12-25 02:05:25 -08:00
2025-12-16 00:06:19 -08:00
2025-12-16 00:06:19 -08:00