Dashboardcraftaction.yml workspace propagation

action.yml workspace propagation

Category: pattern
Confidence: 1.00
ID: 01a08147-591f-717e-8cb8-7fda77d8a393
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 0
Source session: 1bwAST7ENFvDRuqqJ
Created: 2026-08-25 14:34:59
Updated: 2026-09-08 13:48:51

Content

Craft workspace keys are literal relative paths or safe glob patterns, expanded to concrete directory paths relative to .craft.yml; Action titles always carry the full concrete path. Chose path-based workspace identity over legacy symbolic names because monorepos need independent release units such as packages/cli; a slash path like cli/v2 is valid concrete-path syntax, not deprecated compatibility. Reject unsafe segments, overlapping matches, files, and simultaneous Action path plus workspace; validate before craft prepare mutates state. Omit --workspace when absent to preserve legacy title identity.

Move to: