Skip to content

Commit 524db03

Browse files
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

23 files changed

+608
-3266
lines changed
File renamed without changes.

.changeset/easy-bats-nail.md renamed to .changeset/add-map-method-to-dsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@pgflow/dsl': patch
2+
'@pgflow/dsl': minor
33
---
44

55
Add `.map()` method to Flow DSL for defining map-type steps

.changeset/yummy-geckos-marry.md renamed to .changeset/add-map-step-type-infrastructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@pgflow/core': patch
2+
'@pgflow/core': minor
33
---
44

55
Add map step type infrastructure in SQL core

.changeset/fix-compile-config-flag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@pgflow/cli': patch
2+
'pgflow': patch
33
---
44

55
Fix: Use --config instead of --import-map for Deno compilation
File renamed without changes.

PLAN.md

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)