Skip to content

Releases: iepathos/prodigy

Release 0.4.4

27 Dec 00:16

Choose a tag to compare

Release 0.4.4

Changes

Changes since 0.4.3:

  • Prepare changelog for 0.4.4 release
  • Increment version to 0.4.4
  • Change CaptureOutput default from Disabled to Default
  • Fix checkpoint path resolution to respect PRODIGY_HOME
  • doc test fix
  • deps(deps): bump premortem from 0.6.0 to 0.6.1 (#51)
  • update lock
  • deps(deps): bump tracing from 0.1.43 to 0.1.44 (#53)
  • deps(deps): bump axum from 0.8.7 to 0.8.8 (#52)
  • deps(deps): bump toml from 0.9.8 to 0.9.10+spec-1.1.0 (#50)
  • ci(deps): bump actions/upload-artifact from 5 to 6 (#49)
  • ci(deps): bump actions/cache from 4 to 5 (#48)
  • deps(deps): bump shell-words from 1.1.0 to 1.1.1 (#47)

Release 0.4.3

10 Dec 09:35

Choose a tag to compare

Release 0.4.3

Changes

Changes since 0.4.2:

  • docs: update changelog for 0.4.3 release
  • increment to 0.4.3
  • update lock
  • ci(deps): bump actions/github-script from 7 to 8 (#43)
  • ci(deps): bump actions/cache from 3 to 4 (#44)
  • deps(deps): bump criterion from 0.8.0 to 0.8.1 (#46)
  • ci(deps): bump actions/checkout from 4 to 6 (#45)

Release 0.4.2

06 Dec 21:29

Choose a tag to compare

Release 0.4.2

Changes

Changes since 0.4.1:

  • fix: update test to use supported config field
  • increment to 0.4.2
  • fix semicolon
  • chore: update dependencies in Cargo.lock
  • fix: use actual environment variables in config test
  • fix: prioritize test_config over env vars for test isolation
  • fix: preserve checkpoint_manager and workflow_id when applying test config
  • fix: clear test mode in foreach execution test
  • build bins for ci
  • update lock
  • fix: remove verbose JSON output from merge at verbosity 0
  • fix: improve test isolation and checkpoint validation
  • fix: add checkpoint validation for resume command
  • Merge branch 'prodigy-workflow-1764836462489'
  • style: apply clippy fixes
  • fix: complete spec 79 implementation - changelog management
  • feat: implement spec 79 - changelog management
  • Merge branch 'prodigy-workflow-1764833861745'
  • fix: mark env_reader production doctest as no_run
  • feat: implement spec 189 - eliminate global environment mutation
  • fix: interpolate $ARG variable in workflow step display messages
  • refactor: alphabetically sort test module declarations in mod.rs
  • refactor: rename test files from spec-based to descriptive names
  • update lock
  • deps(deps): bump stillwater from 0.11.0 to 0.13.0 (#40)
  • deps(deps): bump premortem from 0.4.0 to 0.6.0 (#41)
  • deps(deps): bump criterion from 0.7.0 to 0.8.0 (#38)
  • fix: interpolate variables in step display logging
  • iterate on spec 187
  • Merge worktree 'prodigy-workflow-1764455277474' into master
  • style: apply automated formatting
  • feat: implement spec 185 - Claude command retry with Stillwater effects
  • iterate on spec 185
  • Merge branch 'prodigy-workflow-1764438768249'
  • fix: resolve test failures with functional patterns
  • feat: implement spec 186 - non-mapreduce workflow resume
  • cleanup spec 184
  • add: specs 190-192 for remaining spec 184 checkpoint gaps
  • feat: add UnifiedSession checkpoint storage for spec 184
  • feat: implement checkpoint-on-signal for graceful workflow interruption
  • fix: validate workflow hash on resume to detect modifications
  • fix: fail workflow on checkpoint write errors
  • iterate on spec 184
  • Merge branch 'prodigy-workflow-1764370826764'
  • style: apply automated formatting
  • fix: complete spec 183 implementation gaps
  • feat: implement spec 183 - Effect-based workflow execution
  • Merge branch 'prodigy-workflow-1764368611217'
  • style: apply automated formatting
  • style: apply clippy fixes
  • feat: implement spec 162 - MapReduce incremental checkpoint system
  • iterate on spec 162
  • Merge worktree 'prodigy-workflow-1764357980054' into master
  • chore: update Cargo.lock dependencies
  • refactor: increase functional programming adoption (spec 108)
  • iterate on spec 108
  • cleanup old spec
  • iterate on spec 183
  • add: spec 189 - Eliminate Global Environment Mutation
  • refactor: remove deprecated TestEnv and IsolatedTestContext fixtures

Release 0.4.1

28 Nov 05:32

Choose a tag to compare

Release 0.4.1

Changes

Changes since 0.4.0:

  • docs: fix ignored doctests and add StorageConfig re-export
  • refactor: use FileSystem service for parallel-safe glob tests and clean up deprecated config APIs
  • update premortem version
  • fix premortem was using local reference instead of crate
  • update lock
  • refactor: use impl Effect return types and stillwater helpers
  • update lockfile
  • fix: set PRODIGY_ARG as OS env var for $ARG variable substitution
  • fix: allow resume from Failed workflow status
  • add: specs 187-188 for unified workflow model and MapReduce resume
  • add: specs 183-186 for Stillwater-based workflow resume
  • Merge worktree 'prodigy-workflow-1764145748517' into master
  • fix: complete spec 182 - remove remaining goal_seek references
  • fix: complete spec 182 - remove remaining goal_seek references
  • fix: complete spec 182 - remove remaining goal_seek references
  • feat: implement spec 182 - remove goal_seek feature
  • Merge worktree 'prodigy-workflow-1764144186674' into master
  • fix: complete spec 181 implementation gaps
  • chore: remove implemented spec 181
  • feat: implement spec 181 - configuration value tracing
  • Merge worktree 'prodigy-workflow-1764142527862' into master
  • style: add #[allow(deprecated)] to test module using TestEnv
  • style: add #[allow(deprecated)] to TestEnv impl blocks
  • feat: implement spec 180 - replace test env::set_var with MockEnv
  • Merge branch 'prodigy-workflow-1764141085066' into master
  • fix: remove duplicate tests using deprecated config methods
  • feat: implement spec 179 - migrate config to premortem
  • Merge branch 'prodigy-workflow-1764139054799'
  • style: apply clippy field_reassign_with_default suggestion
  • feat: implement spec 178 - premortem configuration integration foundation
  • cleanup
  • add: spec 182 for removing goal-seek feature
  • add: specs 178-181 for premortem configuration integration
  • test: enable 3 tests that were ignored but now pass
  • Merge worktree 'prodigy-workflow-1764118326168' into master
  • feat: implement spec 177 - stillwater migration testing refinement
  • Merge worktree 'prodigy-workflow-1764116896147' into master
  • docs: add Validation Patterns section to CLAUDE.md (Spec 176)
  • feat: implement spec 176 - validation accumulation patterns
  • cleanup
  • increment to 0.4.1

Release 0.4.0

25 Nov 09:57

Choose a tag to compare

Release 0.4.0

Changes

Changes since 0.3.1:

  • feat: implement spec 175 - reader pattern environment access
  • ci(deps): bump actions/checkout from 5 to 6 (#35)
  • Merge worktree 'prodigy-workflow-1764037504879' into master
  • feat: complete spec 174h - documentation finalization
  • Merge worktree 'prodigy-workflow-1764029994680' into master
  • feat: implement spec 174g - comprehensive testing
  • Merge worktree 'prodigy-workflow-1764023553115' into master
  • chore: update zerocopy dependency to 0.8.30
  • fix: complete spec 174f - integrate pure/ and effects/ modules
  • fix: complete spec 174f - integrate pure/ and effects/ modules
  • fix: complete spec 174f - integrate pure/ and effects/ modules
  • feat: implement spec 174f - refactor workflow executor
  • Merge worktree 'prodigy-workflow-1764020675298' into master
  • chore: update zerocopy dependencies to 0.8.29
  • fix: complete spec 174e - reduce orchestrator core.rs to <500 LOC
  • fix: complete spec 174e - reduce orchestrator core.rs to <500 LOC
  • feat: implement spec 174e - refactor orchestrator
  • Merge branch 'prodigy-workflow-1764019237539'
  • feat: implement spec 174d - effect modules for workflow and session
  • Merge worktree 'prodigy-workflow-1764016195132' into master
  • feat: implement spec 174c - pure session updates
  • Merge worktree 'prodigy-workflow-1764014130506' into master
  • feat: implement spec 174b - pure workflow transformations
  • Merge worktree 'prodigy-workflow-1764011422730' into master
  • fix: use approximate equality for Average in property tests
  • chore: update Cargo.lock dependencies
  • feat: implement spec 174a - pure execution planning module
  • cleanup
  • refactor: split spec 174 into 8 implementable sub-specs
  • Merge branch 'prodigy-workflow-1763981248994'
  • set version to 0.4.0 for more significant changes
  • style: apply clippy fixes
  • chore: remove unused analytics infrastructure
  • fix: complete spec 173 implementation gaps
  • chore: remove unused scoring and health metrics infrastructure
  • feat: implement spec 173 - parallel execution effects foundation
  • Merge worktree 'prodigy-workflow-1763979479957' into master
  • feat: implement spec 172 - Stillwater Foundation Integration
  • cleanup some old specs
  • cleanup some old specs
  • add: specs 172-177 for Stillwater migration implementation
  • cleanup
  • docs: fix error module doctest documentation
  • Merge branch 'prodigy-workflow-1763940781672'
  • style: apply clippy suggestion for range contains
  • style: apply automated formatting
  • fix: complete spec 171 implementation gaps
  • fix: complete spec 171 implementation gaps
  • feat: implement spec 171 - Stillwater Semigroup-Based Variable Aggregation
  • drop cache step from ci.yml for now
  • Merge worktree 'prodigy-workflow-1763932169910' into master
  • style: apply clippy fixes
  • fix: complete spec 170 implementation gaps
  • feat: implement spec 170 - Stillwater Effect-Based Orchestrator
  • cleanup claude.md
  • Merge branch 'prodigy-workflow-1763926319961'
  • fix: resolve CI pipeline issues
  • style: apply automated formatting
  • fix: add missing error_context field to FailureDetail initializers
  • fix: complete spec 168 implementation gaps
  • feat: implement spec 168 - Stillwater error context preservation
  • Merge worktree 'prodigy-workflow-1763924857763' into master
  • fix: correct doctest syntax in data pipeline validation module
  • feat: implement spec 167 - Stillwater work item validation with error accumulation
  • feat: integrate state_pure into MapReduce executor (complete spec 169)
  • Merge worktree 'prodigy-workflow-1763919838870' into master
  • fix: correct doctest syntax in state_pure module
  • style: apply automated formatting
  • fix: complete spec 169 implementation gaps
  • feat: implement spec 169 - Stillwater pure state transitions
  • increment to 0.3.2
  • increment to 0.3.2

Release 0.3.1

23 Nov 17:37

Choose a tag to compare

Release 0.3.1

Changes

Changes since 0.3.0:

  • drop cache from release workflow
  • increment to 0.3.1

Release 0.3.0

23 Nov 17:32

Choose a tag to compare

Release 0.3.0

Changes

Changes since 0.2.9:

  • docs: add Stillwater pattern migration documentation
  • add: specs 167-171 for Stillwater pattern migration
  • Merge worktree 'prodigy-workflow-1763867602579' into master
  • chore: update Cargo.lock dependencies
  • style: apply automated formatting
  • fix: complete spec 166 implementation gaps
  • feat: implement spec 166 - stillwater complex function refactoring
  • Merge branch 'prodigy-workflow-1763864626937'
  • fix: resolve doctest and clippy issues in error module
  • style: apply automated formatting
  • fix: complete spec 165 implementation gaps
  • feat: implement spec 165 - stillwater error context enhancement
  • Merge branch 'prodigy-workflow-1763861523501'
  • fix: correct doctest mutable reference in ProcessEnv trait
  • feat: implement spec 164 - stillwater effect composition foundation
  • Merge branch 'prodigy-workflow-1763848409007'
  • chore: update Cargo.lock with latest dependency versions
  • style: apply automated formatting
  • fix: complete spec 163 implementation gaps
  • feat: implement spec 163 - migrate validation to stillwater library
  • add: specs 163-166 for stillwater library integration
  • Merge branch 'prodigy-workflow-1763584344460'
  • feat: implement spec 163 - MapReduce event log verbosity control
  • add: spec 163 - MapReduce event log verbosity control
  • remove test execution from prodigy-lint command
  • improve prodigy-lint command with explicit flow control
  • increment version to 0.3.0

Release 0.2.9

19 Nov 05:20

Choose a tag to compare

Release 0.2.9

Changes

Changes since 0.2.8:

  • style: apply clippy suggestions to test code
  • docs: fix env_interpolation documentation examples with proper imports
  • Fix positional argument interpolation with functional refactoring
  • Add workflow environment variable interpolation for MapReduce setup phase
  • Fix MapReduce workflow env interpolation timing issue
  • Fix MapReduce workflow env variable interpolation with positional args
  • fix naming for workflow
  • cleanup
  • docs: reduce CLAUDE.md size by removing duplicate content
  • Merge worktree 'prodigy-workflow-1763460077348' into master
  • feat: implement spec 163 - MapReduce environment variable isolation
  • add: spec 163 - MapReduce Environment Variable Isolation
  • ci(deps): bump actions/setup-python from 5 to 6 (#34)
  • fix mkdocs link
  • cleanup mdbook versioning specs, not going to pursue that for prodigy for now
  • fix docs warnings
  • improve: enhance /prodigy-lint to fix non-auto-fixable clippy warnings
  • Merge branch 'prodigy-workflow-1763413107368'
  • fix: reduce ExecutionError variant size to satisfy clippy
  • style: apply automated formatting and lint fixes
  • fix: complete spec 163 implementation gaps
  • feat: implement spec 163 - MapReduce commit validation enforcement
  • add: spec 163 - MapReduce commit validation enforcement
  • refactor: replace custom Mermaid validation with mermaid-sonar
  • Merge branch 'prodigy-workflow-1763341836722'
  • chore: update Cargo.lock for unit-prefix dependency
  • fix: complete spec 163 implementation - wire CLI args to WorkflowExecutor
  • feat: implement spec 163 - positional arguments propagation to agent contexts
  • add: spec 163 - positional arguments propagation to agent contexts
  • docs: improve documentation generation commands
  • increment version to 0.2.9

Release 0.2.8

16 Nov 05:53

Choose a tag to compare

Release 0.2.8

Changes

Changes since 0.2.7:

  • increase time threshold for ci
  • feat: add Mermaid diagram validation and automatic fixing
  • test: add comprehensive unit tests for MapReduce environment variable substitution
  • Merge branch 'prodigy-workflow-1763235675736'
  • fix: resolve environment variable substitution in MapReduce agent commands
  • add: spec 163 - MapReduce environment variable substitution
  • Merge worktree 'prodigy-session-b964424a-cfd3-4dc6-bc35-c6b382dd1d21' into master
  • fix: eliminate 10 technical debt items via MapReduce
  • style: apply automated formatting and lint fixes
  • Merge agent agent-mapreduce-20251115_073606_agent_9-item_9
  • Merge worktree 'agent-mapreduce-20251115_073606_agent_8-item_8' into prodigy-session-b964424a-cfd3-4dc6-bc35-c6b382dd1d21
  • chore: apply cargo fmt to refactored code
  • docs: add documentation for pure helper functions
  • refactor: add comprehensive documentation to refactored functions
  • refactor: extract future collection logic to dedicated function
  • Merge agent agent-mapreduce-20251115_073606_agent_6-item_6
  • Merge agent agent-mapreduce-20251115_073606_agent_7-item_7
  • refactor: extract agent execution orchestration to dedicated function
  • Merge worktree 'agent-mapreduce-20251115_073606_agent_5-item_5' into prodigy-session-b964424a-cfd3-4dc6-bc35-c6b382dd1d21
  • refactor: extract step description builder to pure function
  • chore: apply cargo fmt formatting
  • refactor: extract DLQ integration logic to dedicated function
  • chore: apply cargo fmt formatting
  • refactor: extract output storage decision to pure function
  • refactor: simplify finalize_session using extracted helpers
  • refactor: extract command string building to pure function
  • refactor: extract result processing logic to dedicated function
  • refactor: extract post-execution operations
  • refactor: extract session finalization actions
  • chore: apply cargo fmt formatting
  • refactor: extract worktree state management helpers
  • refactor: restructure handle_on_failure into high-level orchestrator
  • refactor: extract variable resolution to pure function
  • test: add MapReduce and Delete command tests for run_checkpoints_command
  • refactor: extract pure result classification logic
  • refactor: extract and deduplicate retry-after-handler logic
  • test: add Show and Validate command tests for run_checkpoints_command
  • Merge agent agent-mapreduce-20251115_073606_agent_4-item_4
  • refactor: extract handler execution loop to separate method
  • chore: apply cargo fmt to refactored code
  • Merge agent agent-mapreduce-20251115_073606_agent_0-item_0
  • test: add Clean command tests for run_checkpoints_command
  • refactor: extract handler step construction to pure function
  • Merge agent agent-mapreduce-20251115_073606_agent_2-item_2
  • refactor: extract command execution logic to dedicated module
  • refactor: extract error context management to pure functions
  • test: add List command tests for run_checkpoints_command
  • refactor: add documentation and verify refactoring complete
  • refactor: extract map phase configuration to pure function
  • refactor: extract setup phase execution to helper method
  • refactor: extract commit tracking logic into helper function
  • Merge agent agent-mapreduce-20251115_073606_agent_1-item_1
  • refactor: extract commit arguments builder into pure function
  • Merge agent agent-mapreduce-20251115_073606_agent_3-item_3
  • refactor: extract commit message generation and validation into pure functions
  • docs: add comprehensive documentation to to_command method
  • refactor: extract environment setup to pure function
  • refactor: extract timeout handling to pure function
  • refactor: extract command execution dispatch logic
  • refactor: extract SimpleObject variant logic into helper function
  • refactor: eliminate duplicate command description logic
  • refactor: extract metadata application logic into helper function
  • refactor: extract file staging decision logic into pure functions
  • refactor: extract dry-run validation to pure function
  • refactor: extract dry-run mode logic into separate function
  • refactor: extract command string generation into helper function
  • docs: improve Mermaid diagram formatting in documentation guidelines
  • fix: remove redundant Subsections section from index.md generation
  • docs: add subpages navigation anti-pattern detection and fix
  • refactor: replace shell/claude mixing with orchestration commands
  • update workflows for better structure analysis and page splitting before map phase
  • cleanup
  • fix: standardize book analysis artifacts to .prodigy/book-analysis
  • refactor: add mkdocs structure analysis commands and update workflow
  • refactor: organize resume test artifacts
  • cleanup
  • add: spec 162 - MapReduce incremental checkpoint system
  • cleanup
  • Merge branch 'prodigy-workflow-1763004388340'
  • chore: remove stale spec 162 - already implemented by spec 159
  • Merge branch 'prodigy-workflow-1763002525651'
  • feat: implement spec 161 - enhanced resume error messaging
  • Merge branch 'prodigy-workflow-1763000795809'
  • style: apply automated formatting and lint fixes
  • feat: implement spec 159 - MapReduce resume CLI implementation
  • Merge worktree 'prodigy-workflow-1762998804810' into master
  • chore: update Cargo.lock to resolve dependency version conflicts
  • feat: implement spec 160 - comprehensive resume test infrastructure
  • add: spec 162 - fix broken resume commands
  • fix: use actual workflow path in checkpoint creation instead of hardcoded workflow.yml
  • add: specs 159-161 for checkpoint and resume improvements
  • doc touchup
  • docs: clean up redundant documentation sections
  • increment version to 0.2.8

Release 0.2.7

12 Nov 05:15

Choose a tag to compare

Release 0.2.7

Changes

Changes since 0.2.6:

  • update lockfile
  • fmt fix
  • cleanup
  • feat: process all documentation pages with auto-discovery
  • fix: pass target branch to claude merge command
  • Merge branch 'master' into mkdocs
  • Merge branch 'prodigy-session-d5284d41-3a88-43d3-b40f-e9241bf8ea30'
  • chore: remove temporary mkdocs analysis files for ${PROJECT_NAME}
  • fix: resolve mkdocs build errors
  • Merge agent agent-mapreduce-20251112_025727_agent_18-item_18
  • docs: enhance Troubleshooting reference with visual features
  • Merge agent agent-mapreduce-20251112_025727_agent_17-item_17
  • docs: enhance Examples with visual features
  • docs: create Prodigy troubleshooting reference page
  • analysis: drift report for Prodigy page 'Troubleshooting'
  • Merge agent agent-mapreduce-20251112_025727_agent_16-item_16
  • Merge agent agent-mapreduce-20251112_025727_agent_15-item_15
  • docs: enhance Global Configuration with visual features
  • docs: enhance Storage Architecture with visual features
  • analysis: drift report for Prodigy page 'Examples'
  • docs: fix drift in Prodigy page 'Global Configuration'
  • docs: enhance Storage Architecture with performance characteristics
  • analysis: drift report for Prodigy page 'Global Configuration'
  • Merge agent agent-mapreduce-20251112_025727_agent_14-item_14
  • docs: enhance Observability and Logging with visual features
  • Merge agent agent-mapreduce-20251112_025727_agent_13-item_13
  • docs: enhance Session Management with visual features
  • docs: verify no drift in Prodigy page 'Observability and Logging'
  • Merge agent agent-mapreduce-20251112_025727_agent_12-item_12
  • docs: enhance Git Integration with visual features
  • analysis: drift report for Prodigy page 'Observability and Logging'
  • docs: fix drift in Prodigy page 'Git Integration'
  • analysis: drift report for Prodigy page 'Git Integration'
  • Merge agent agent-mapreduce-20251112_025727_agent_10-item_10
  • analysis: drift report for Prodigy page 'Session Management'
  • docs: enhance Dead Letter Queue with visual features
  • Merge agent agent-mapreduce-20251112_025727_agent_11-item_11
  • Merge agent agent-mapreduce-20251112_025727_agent_9-item_9
  • docs: enhance Workflow Composition with visual features
  • docs: enhance Checkpoint and Resume with visual features
  • docs: fix drift in Prodigy page 'Dead Letter Queue'
  • docs: fix drift in Prodigy page 'Workflow Composition'
  • analysis: drift report for Prodigy page 'Workflow Composition'
  • analysis: drift report for Prodigy page 'Dead Letter Queue'
  • analysis: drift report for Prodigy page 'Checkpoint and Resume'
  • Merge agent agent-mapreduce-20251112_025727_agent_7-item_7
  • docs: enhance MapReduce Overview with visual features
  • Merge agent agent-mapreduce-20251112_025727_agent_6-item_6
  • Merge agent agent-mapreduce-20251112_025727_agent_8-item_8
  • docs: enhance Work Distribution with visual features
  • docs: enhance Error Handling with visual features
  • docs: fix drift in Prodigy page 'Overview'
  • analysis: drift report for Prodigy page 'Overview'
  • docs: fix drift in Error Handling page
  • analysis: drift report for Prodigy page 'Work Distribution'
  • Merge agent agent-mapreduce-20251112_025727_agent_3-item_3
  • docs: enhance Variables and Interpolation with visual features
  • Merge agent agent-mapreduce-20251112_025727_agent_4-item_4
  • analysis: drift report for Prodigy page 'Error Handling'
  • docs: enhance Environment Variables page with visual features
  • docs: fix drift in Prodigy page 'Variables and Interpolation'
  • docs: enhance Prodigy Environment Variables page with improvements
  • Merge agent agent-mapreduce-20251112_025727_agent_5-item_5
  • docs: enhance Conditional Execution with visual features
  • analysis: drift report for Prodigy page 'Environment Variables'
  • analysis: drift report for Prodigy page 'Variables and Interpolation'
  • analysis: drift report for Prodigy page 'Conditional Execution'
  • Merge agent agent-mapreduce-20251112_025727_agent_1-item_1
  • Merge agent agent-mapreduce-20251112_025727_agent_2-item_2
  • docs: enhance Workflow Structure with visual features
  • docs: enhance Command Types page with visual features
  • docs: fix drift in Prodigy page 'Workflow Structure'
  • Merge agent agent-mapreduce-20251112_025727_agent_0-item_0
  • docs: enhance Home page with visual features
  • docs: fix drift in Prodigy page 'Command Types'
  • docs: fix drift in Prodigy page 'Home'
  • analysis: drift report for Prodigy page 'Command Types'
  • analysis: drift report for prodigy page 'Workflow Structure'
  • analysis: drift report for Prodigy page 'Home'
  • docs: regenerate flattened-items.json for drift detection (no gaps found)
  • refactor: move feature enhancement to map phase for context-aware quality
  • feat: add MkDocs feature enhancement validation
  • Merge branch 'prodigy-session-af9a5328-84be-4210-95f6-d999dae21f33' into mkdocs
  • chore: remove temporary mkdocs analysis files for ${PROJECT_NAME}
  • fix: resolve mkdocs build errors
  • Merge agent agent-mapreduce-20251111_212318_agent_3-item_3
  • Merge agent agent-mapreduce-20251111_212318_agent_18-item_18
  • docs: fix drift in Prodigy page 'Variables and Interpolation'
  • docs: fix drift in Prodigy page 'Troubleshooting'
  • Merge agent agent-mapreduce-20251111_212318_agent_17-item_17
  • analysis: drift report for Prodigy page 'Variables and Interpolation'
  • docs: fix drift in Prodigy page 'Examples'
  • Merge agent agent-mapreduce-20251111_212318_agent_16-item_16
  • docs: fix drift in Prodigy page 'Global Configuration'
  • analysis: drift report for Prodigy page 'Troubleshooting'
  • Merge agent agent-mapreduce-20251111_212318_agent_14-item_14
  • docs: fix drift in Prodigy page 'Observability and Logging'
  • analysis: drift report for Prodigy page 'Examples'
  • analysis: drift report for Prodigy page 'Global Configuration'
  • Merge agent agent-mapreduce-20251111_212318_agent_15-item_15
  • analysis: drift report for Prodigy page 'Storage Architecture'
  • analysis: drift report for Prodigy page 'Observability and Logging'
  • analysis: drift report for Prodigy page 'Storage Architecture'
  • Merge agent agent-mapreduce-20251111_212318_agent_13-item_13
  • docs: fix drift in Prodigy page 'Session Management'
  • Merge agent agent-mapreduce-20251111_212318_agent_11-item_11
  • docs: fix drift in Prodigy page 'Workflow Composition'
  • Merge agent agent-mapreduce-20251111_212318_agent_12-item_12
  • docs: fix drift in Prodigy page 'Git Integration'
  • analysis: drift report for Prodigy page 'Session Management'
  • analysis: drift report for Prodigy page 'Workflow Composition'
  • analysis: drift report for Prodigy page 'Git Integration'
  • Merge agent agent-mapreduce-20251111_212318_agent_10-item_10
  • docs: fix drift in Prodigy page 'Dead Letter Queue'
  • Merge agent agent-mapreduce-20251111_212318_agent_9-item_9
  • Merge agent agent-mapreduce-20251111_212318_agent_8-item_8
  • docs: fix drift in Prodigy page 'Work Distribution'
  • analysis: drift report for Prodigy page 'Checkpoint and Resume'
  • analysis: drift report for Prodigy page 'Dead Letter Queue'
  • Merge agent agent-mapreduce-20251111_212318_agent_7-item_7
  • Merge worktree 'agent-mapreduce-20251111_212318_agent_6-item_6' into prodigy-session-af9a5328-84be-4210-95f6-d999dae21f33
  • analysis: drift report for Prodigy page 'Work Distribution'
  • docs: fix drift in Prodigy page 'Overview'
  • analysis: drift report for Prodigy MapReduce Overview page
  • Merge worktree 'agent-mapreduce-20251111_212318_agent_5-item_5' into prodigy-session-af9a5328-84be-4210-95f6-d999dae21f33
  • docs: fix drift in Prodigy page 'Error Handling'
  • docs: fix drift in Prodigy page 'Conditional Execution'
  • Merge worktree 'agent-mapreduce-20251111_212318_agent_4-item_4' into prodigy-session-af9a5328-84be-4210-95f6-d999dae21f33
  • analysis: drift report for Prodigy page 'Conditional Execution'
  • analysis: drift report for Prodigy page 'Error Handling'
  • chore: stage untracked documentation files before merge
  • docs: create comprehensive Environment Variables page for Prodigy
  • Merge branch 'agent-mapreduce-20251111_212318_agent_2-item_2' into prodigy-session-af9a5328-84be-4210-95f6-d999dae21f33
  • docs: enhance Command Types page with quick reference table and MkDocs admonitions
  • Merge branch 'agent-mapreduce-20251111_212318_agent_0-item_0' into prodigy-session-af9a5328-84be-4210-95f6-d999dae21f33
  • docs: fix drift in Prodigy page 'Home'
  • analysis: drift report for Prodigy page 'Environment Variables'
  • Merge branch 'agent-mapreduce-20251111_212318_agent_1-item_1' into prodigy-session-af9a5328-84be-4210-95f6-d999dae21f33
  • analysis: drift report for Prodigy page 'Home'
  • docs: create workflow structure page for Prodigy
  • analysis: drift report for Prodigy page 'Command Types'
  • analysis: drift report for Prodigy page 'Workflow Structure'
  • chore: analyze Prodigy features for MkDocs documentation
  • docs: restructure documentation with new sections and comprehensive guides
  • feat: enhance mkdocs validation and configure dual documentation systems
  • add: spec 158 - fix silent merge failure after workflow completion
  • Merge MkDocs drift detection workflow results
  • chore: remove temporary mkdocs analysis files for ${PROJECT_NAME}
  • Merge agent agent-mapreduce-20251111_094557_agent_6-item_6
  • docs: enhance Error Handling page with source attribution and improvements
  • Merge agent agent-mapreduce-20251111_094557_agent_8-item_8
  • docs: fix drift in Prodigy page 'Work Distribution'
  • analysis: drift report for Prodigy page 'Error Handling'
  • analysis: drift report for Prodigy page 'Work Distribution'
  • Merge agent agent-mapreduce-20251111_094557_agent_18-item_18
  • Merge agent agent-mapreduce-20251111_094557_agent_17-item_17
  • docs: fix drift in Prodigy page 'Examples'
  • docs: create comprehensive Troubleshooting reference page
  • Merge agent agent-mapreduce-20251111_094557_agent_16-item_16
  • docs: fix drift in Prodigy page 'Global Configuration'
  • analysis: drift report for Prodigy page 'Examples'
  • analysis: drift report for Prodigy page 'Troubleshooting'
  • analysis: drift...
Read more