Skip to content

docs: input-not-matches task input split into accept/set#94

Open
helix-nine wants to merge 1 commit into
masterfrom
feat/task-input-accept-set
Open

docs: input-not-matches task input split into accept/set#94
helix-nine wants to merge 1 commit into
masterfrom
feat/task-input-accept-set

Conversation

@helix-nine

Copy link
Copy Markdown
Contributor

Companion to start-os#3310, which splits the input-not-matches task input into accept (a list of acceptable partial inputs) and set (the value pre-filled when none match), replacing the single value.

Updates the packaging docs to the new shape:

  • packaging/src/tasks.md — dependency-task example, the options table (input / when rows), and a new paragraph explaining the any-of accept / fall-back set semantics.
  • packaging/src/dependencies.mdcreateTask example + API signature.
  • packaging/src/recipe-enforce-dependency.md — the inline solution prose.

Built locally with mdbook build — clean.

Code PR: Start9Labs/start-os#3310

Match the SDK 2.0 TaskInput shape: `{ kind: 'partial', accept: [...], set: ... }`
replaces the single `value`. Updates the tasks, dependencies, and
enforce-dependency recipe pages.
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