agentwheel 0.20.7 → 0.20.8

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/dist/index.js CHANGED
@@ -7227,7 +7227,8 @@ async function renderGraphForTarget(graph, targetContext = {}) {
7227
7227
  const rawNode = staged.rawNode;
7228
7228
  const runtimeSelectedSet = new Set(normalizeArtifactSelectors(rawNode.node.selected) ?? []);
7229
7229
  const runtimeArtifacts = targetContext.adapter ? filterArtifactsByRuntime2(staged.artifacts, targetContext.adapter.name, runtimeSelectedSet) : staged.artifacts;
7230
- const expandedArtifacts = await expandMarkdownIncludes(runtimeArtifacts, staged.root, {
7230
+ const compositionArtifacts = targetContext.noDeps ? filterArtifactsBySelection(runtimeArtifacts, rawNode.node.selected) : runtimeArtifacts;
7231
+ const expandedArtifacts = await expandMarkdownIncludes(compositionArtifacts, staged.root, {
7231
7232
  nodeId: rawNode.node.id,
7232
7233
  originNodeId: rawNode.node.id,
7233
7234
  additionalComposeEntries: (artifact) => matchingCompositionEntries(
@@ -8093,6 +8094,7 @@ async function createGraphSourcePlan(options) {
8093
8094
  adapter: options.adapter,
8094
8095
  installationType,
8095
8096
  targetFingerprint,
8097
+ noDeps: options.noDeps,
8096
8098
  warn
8097
8099
  });
8098
8100
  const desiredArtifacts = filterArtifactsByAdapterTargets(
package/openpack.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
3
  "name": "NestDevLab/agentwheel",
4
- "version": "0.20.7",
4
+ "version": "0.20.8",
5
5
  "provides": [
6
6
  { "type": "skills", "path": "skills" }
7
7
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentwheel",
3
- "version": "0.20.7",
3
+ "version": "0.20.8",
4
4
  "description": "Weave skills, rules, and instructions across every AI agent.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -5,7 +5,7 @@ allowed-tools: [Bash]
5
5
  license: MIT
6
6
  metadata:
7
7
  author: NestDevLab
8
- version: "0.20.7"
8
+ version: "0.20.8"
9
9
  ---
10
10
 
11
11
  # agentwheel
@@ -5,7 +5,7 @@ allowed-tools: [Bash]
5
5
  license: MIT
6
6
  metadata:
7
7
  author: NestDevLab
8
- version: "0.20.7"
8
+ version: "0.20.8"
9
9
  ---
10
10
 
11
11
  # Agentwheel Discovery