Commit 524db03
committed
fix: remove temp migrations and prepare stack to be merged (#230)
# Remove planning documents now that map infrastructure is complete
This PR removes all planning documents that were used during the map infrastructure development. The map feature is now complete and fully integrated into the codebase, making these planning documents obsolete.
Specifically:
- Removed [PLAN.md](http://PLAN.md) which tracked the map infrastructure implementation progress
- Removed PLAN_partial_completion.md which outlined failure handling strategies
- Removed PLAN_step_output.md which detailed performance optimization plans
- Removed PLAN_race_condition_testing.md which described testing approaches
- Consolidated all temporary migrations into a single clean migration
These documents served as implementation guides during development but are no longer needed now that the features have been fully implemented. The code itself now serves as the source of truth for how map steps, failure handling, and output aggregation work.1 parent 94d45ce commit 524db03
File tree
23 files changed
+608
-3266
lines changed- .changeset
- pkgs/core
- schemas
- supabase
- migrations
- tests/start_flow
- scripts
23 files changed
+608
-3266
lines changedFile renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
File renamed without changes.
This file was deleted.
0 commit comments