Skip to content

docs(plan-export): add artifacts directory creation to export example#273

Merged
blindzero merged 3 commits intochore/docsfrom
copilot/sub-pr-272
Mar 22, 2026
Merged

docs(plan-export): add artifacts directory creation to export example#273
blindzero merged 3 commits intochore/docsfrom
copilot/sub-pr-272

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 22, 2026

Export-IdlePlan throws DirectoryNotFoundException if the output directory doesn't exist, but the documented example silently assumes ./artifacts is present. Also confirms tab indentation was already resolved in a prior commit.

Changes

  • docs/use/plan-export.md: Adds New-Item -ItemType Directory -Force -Path ./artifacts | Out-Null before Export-IdlePlan so the example is self-contained and safe to run in a fresh checkout or CI workspace.
$plan = New-IdlePlan -WorkflowPath ./workflows/joiner.psd1 -Request $request

# Create the output directory if it does not already exist
New-Item -ItemType Directory -Force -Path ./artifacts | Out-Null

Export-IdlePlan -Plan $plan -Path ./artifacts/plan.json

⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

Copilot AI changed the title [WIP] [WIP] Address feedback on manual website content review regarding artifacts and formatting docs(plan-export): add artifacts directory creation to export example Mar 22, 2026
Copilot AI requested a review from blindzero March 22, 2026 18:19
@blindzero blindzero marked this pull request as ready for review March 22, 2026 18:20
@github-actions
Copy link
Copy Markdown

Code Coverage Report

Overall Project 74.68% 🍏

There is no coverage information present for the Files changed

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 70e8888bbe

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@blindzero blindzero merged commit 4e131ef into chore/docs Mar 22, 2026
8 checks passed
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.

2 participants