Skip to content

docs: changelog + doc updates for unreleased PRs#147

Merged
jrob5756 merged 2 commits intomainfrom
docs/unreleased-updates
May 5, 2026
Merged

docs: changelog + doc updates for unreleased PRs#147
jrob5756 merged 2 commits intomainfrom
docs/unreleased-updates

Conversation

@jrob5756
Copy link
Copy Markdown
Collaborator

@jrob5756 jrob5756 commented May 5, 2026

Summary

Updates the [Unreleased] changelog entry to cover all 18 PRs merged since v0.1.10, and brings the user-facing docs in line with new public surface introduced by those PRs.

Changelog

Adds the 9 PRs that landed since the last changelog refresh:

Doc updates

docs/workflow-syntax.md

docs/cli-reference.md

docs/providers/claude.md, docs/providers/comparison.md

README.md

  • Refresh Features list (sub-workflow composition, dialog mode, workspace instructions, breadcrumb navigation, enhanced validate).
  • Add --metadata, --workspace-instructions, --instructions to the run options table.

What I did NOT touch

Test plan

  • uv run conductor validate examples/*.yaml — all 13 examples validate cleanly.
  • Markdown spot-check of new sections via diff review.
  • No code changes, so no lint/typecheck/test impact.

jrob5756 and others added 2 commits May 4, 2026 21:28
…, #121-#123, #125, #129, #130, #131, #139, #141-#144, #146)

CHANGELOG: add 6 newer PRs (#119, #121, #122, #123, #125, #113, #130, #131, #141, #146) to [Unreleased] alongside the previously documented batch.

docs/workflow-syntax.md:
  - Add metadata + instructions fields to the workflow configuration block.
  - Add input_mapping and max_depth to Sub-Workflow Steps; correct stale claims that circular references are rejected and that workflow steps cannot be used in for_each groups.
  - Add 'Sub-workflows in for_each groups' subsection with example.
  - Add JSON stdout auto-parsing note + example to Script Steps output section.
  - Add type-appropriate zero values table to Workflow Inputs.
  - Add 'Workflow Metadata Variables' subsection covering workflow.dir, workflow.file, workflow.name.
  - Update on_start hook context list to include the new workflow.dir/file vars.

docs/cli-reference.md:
  - Document --metadata/-m, --workspace-instructions, and --instructions flags on conductor run.
  - Add 'Metadata and Instructions' examples block.
  - Update conductor validate to describe the new template-reference error/warning checks added in #125.

docs/providers/claude.md, docs/providers/comparison.md:
  - Replace stale 'All models support a 200K token context window' / '200K (all models)' claims with notes that the dashboard now sources context_window_max from each provider's SDK at runtime (#144).

README.md:
  - Refresh the Features list to mention sub-workflow composition, dialog mode, workspace instructions, breadcrumb navigation, and the enhanced validate behavior.
  - Add --metadata, --workspace-instructions, --instructions to the conductor run options table.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jrob5756 jrob5756 force-pushed the docs/unreleased-updates branch from 6600d18 to 65bc9e3 Compare May 5, 2026 01:28
@jrob5756 jrob5756 merged commit 26c13cd into main May 5, 2026
6 checks passed
@jrob5756 jrob5756 deleted the docs/unreleased-updates branch May 5, 2026 01:30
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