You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
- Add a configurable DevTools generated artifact workspace through `--workspace-dir` and `FAST_FORWARD_WORKSPACE_DIR`, keeping explicit output/cache command options authoritative (#274)
12
13
- Add a standalone DevTools `self-update` command plus global `--working-dir` and `--auto-update` binary options for local or global installations (#272)
# Synchronize packaged agent skills into .agents/skills
129
133
composer skills
@@ -296,6 +300,13 @@ skills they depend on.
296
300
|`composer dev-tools:sync`| Updates scripts, CODEOWNERS, funding metadata, workflow stubs, `.editorconfig`, `.gitignore`, `.gitattributes`, wiki setup, packaged skills, and packaged agents. |
297
301
|`vendor/bin/dev-tools self-update` / `composer dev-tools:self-update`| Updates the local DevTools package, or the Composer global installation when the active binary is globally installed. |
298
302
303
+
`--working-dir`/`-d` changes the project root used by the standalone binary.
304
+
`--workspace-dir`/`-w` changes where generated DevTools artifacts and caches are
305
+
written when command-specific paths are omitted. Composer executions can use
306
+
`FAST_FORWARD_WORKSPACE_DIR=.artifacts composer reports` for the same workspace
307
+
policy, while explicit options such as `--target`, `--coverage`, `--metrics`,
308
+
and `--cache-dir` continue to take precedence.
309
+
299
310
## 🔌 Integration
300
311
301
312
DevTools integrates with consumer repositories in two ways. The Composer plugin
0 commit comments