@agentworkforce/workload-router 0.17.1 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.18.0] - 2026-05-08
11
+
12
+ ### Changed
13
+
14
+ - Move session root to ~/.agentworkforce/workforce/sessions
15
+
10
16
  ## [0.17.0] - 2026-05-08
11
17
 
12
18
  ### Added
package/dist/index.d.ts CHANGED
@@ -267,7 +267,7 @@ export declare const HARNESS_SKILL_TARGETS: Record<Harness, HarnessSkillTarget>;
267
267
  * Options for {@link materializeSkills} / {@link materializeSkillsFor}.
268
268
  *
269
269
  * `installRoot` stages skills under an out-of-repo directory (typically
270
- * `~/.agent-workforce/sessions/<id>/claude/plugin`) that doubles as a Claude
270
+ * `~/.agentworkforce/workforce/sessions/<id>/claude/plugin`) that doubles as a Claude
271
271
  * Code plugin root. The SDK generates the scaffold (`.claude-plugin/plugin.json`
272
272
  * and a `skills` symlink pointing at `.claude/skills/`), prpm installs into
273
273
  * `<installRoot>/.claude/skills/<name>/`, and post-run cleanup removes the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentworkforce/workload-router",
3
- "version": "0.17.1",
3
+ "version": "0.18.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",