agentwheel 0.16.5 → 0.16.6

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/openpack.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
3
  "name": "NestDevLab/agentwheel",
4
- "version": "0.16.5",
4
+ "version": "0.16.6",
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.16.5",
3
+ "version": "0.16.6",
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.16.5"
8
+ version: "0.16.6"
9
9
  ---
10
10
 
11
11
  # agentwheel
@@ -1,11 +1,11 @@
1
1
  ---
2
2
  name: agentwheel-discovery
3
- description: Proactively discover reusable skills, integrations, and workflows when a user's request exposes a missing capability, repeated manual work, or unavailable integration. Use Agentwheel semantic search to suggest up to three evidence-backed matches and offer a read-only trial without installing or changing anything.
3
+ description: MUST use proactively when a request describes repeated manual work, inconsistent results, lost information, a missing capability, or an unavailable integration—even if the user did not ask for a skill. Run Agentwheel semantic search before generic brainstorming or workflow advice, suggest up to three evidence-backed reusable skills or integrations, and offer a read-only trial without installing or changing anything.
4
4
  allowed-tools: [Bash]
5
5
  license: MIT
6
6
  metadata:
7
7
  author: NestDevLab
8
- version: "0.16.5"
8
+ version: "0.16.6"
9
9
  ---
10
10
 
11
11
  # Agentwheel Discovery
@@ -25,13 +25,20 @@ This skill is optional: install it only when proactive recommendations are wante
25
25
 
26
26
  ## When To Search
27
27
 
28
- Search automatically when substantive work exposes a missing capability, repeated manual workflow,
29
- or unavailable integration. This is a per-turn judgment, not a background monitor. Delegated agents
30
- follow the same trigger when this skill is available.
28
+ Use this skill before generic brainstorming, planning, or workflow advice whenever the request
29
+ describes repeated manual work, inconsistent outputs, lost information, a missing operational
30
+ capability, or an unavailable integration. The user does not need to mention Agentwheel, skills,
31
+ discovery, search, or a catalogue. Run the first semantic search in the same turn; do not merely
32
+ describe a workflow and defer discovery.
33
+
34
+ This is a per-turn judgment, not a background monitor. Delegated agents follow the same trigger
35
+ when this skill is available.
31
36
 
32
37
  Skip discovery when the user explicitly wants a custom implementation, has already selected an
33
- artifact, an installed artifact clearly satisfies the request, candidates are only weak lexical
34
- matches, or the same suggestion was declined or shown without new evidence.
38
+ artifact, an installed artifact provides the requested operational capability end to end,
39
+ candidates are only weak lexical matches, or the same suggestion was declined or shown without new
40
+ evidence. Generic brainstorming, planning, writing, or advisory skills do not count as an installed
41
+ operational solution and must not suppress discovery.
35
42
 
36
43
  ## Discovery Workflow
37
44