Skip to content

docs(user-guide): document append_to_context for iterator context accumulation#172

Open
alezander86 wants to merge 1 commit intomainfrom
docs/EPMCDME-10900-iterator-context-accumulation
Open

docs(user-guide): document append_to_context for iterator context accumulation#172
alezander86 wants to merge 1 commit intomainfrom
docs/EPMCDME-10900-iterator-context-accumulation

Conversation

@alezander86
Copy link
Collaborator

Summary

Documents the new append_to_context flag (EPMCDME-10900) that enables accumulation of context key values as a list across parallel iter_key iterations, replacing the default last-value-wins behaviour.

Changes

  • Added append_to_context property to Iteration Properties section in state-transitions.md
  • Updated Context Merging After Completion with overwrite vs. accumulation comparison table
  • Added Example 7 — full working YAML showing append_to_context: true with iter_key
  • Updated Important Notes sections to reference the new flag
  • Added append_to_context as a new Context Control Flag in context-management.md
  • Added Pattern 7 (Accumulate All Iteration Results Into a List) to Configuration Combinations
  • Added 2 FAQ entries covering the most common user questions

Testing

  • Tested locally with npm start
  • All pages render correctly
  • Images display properly
  • Internal links work
  • Sidebar navigation works

Quality Checks

  • npm run check passes (typecheck + lint + commitlint)
  • No MDX compilation errors
  • No raw angle brackets (<text> must be `<text>`)
  • Sidebar references document IDs (not filenames)
  • Images stored locally next to content (not in static/img/)
  • Commit messages follow Conventional Commits
  • No secrets or credentials in documentation

Additional Notes

Relates to Jira ticket EPMCDME-10900.

…umulation

Relates to EPMCDME-10900

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@alezander86 alezander86 force-pushed the docs/EPMCDME-10900-iterator-context-accumulation branch from eab41f5 to 8fc51b2 Compare March 25, 2026 18:02
@github-actions
Copy link

PR Preview Ready!

Your preview documentation is ready! Visit it here:

Preview URL: http://codemie-docs-pr-previews.s3-website.eu-central-1.amazonaws.com/pr-172/


This preview will be automatically updated when you push new commits to this PR.
Preview files will be deleted when the PR is closed or merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant