@precisionutilityguild/liquid-shadow 1.0.6 → 1.0.7

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.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: sync
3
- description: Sync index and mission state after external changes. Day-to-day: index + NanoRepair run automatically when MCP tools (search, inspect, etc.) trigger reindex. Use trace after git pull/checkout/merge (or rely on hooks); use index deep:true for full rebuild.
3
+ description: 'Sync index and mission state after external changes. Day-to-day: index + NanoRepair run automatically when MCP tools (search, inspect, etc.) trigger reindex. Use trace after git pull/checkout/merge (or rely on hooks); use index deep:true for full rebuild.'
4
4
  ---
5
5
 
6
6
  # Repository Synchronization
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.6",
2
+ "version": "1.0.7",
3
3
  "toolsByPrefix": {
4
4
  "RECON": {
5
5
  "subcommands": [
@@ -86,63 +86,63 @@
86
86
  "skills": [
87
87
  {
88
88
  "slug": "shadow_audit",
89
- "name": "SHADOW_AUDIT",
90
- "description": "name: audit"
89
+ "name": "AUDIT",
90
+ "description": "Perform codebase health audits to identify dead code, circular dependencies, and technical debt. Use when auditing code quality, finding unused code, detecting circular dependencies, or when the user asks about codebase health, technical debt, or code cleanup."
91
91
  },
92
92
  {
93
93
  "slug": "shadow_chronicle",
94
- "name": "SHADOW_CHRONICLE",
95
- "description": "name: chronicle"
94
+ "name": "CHRONICLE",
95
+ "description": "Retrieve and analyze the repository's narrative archive as recorded in Git-native memory. Use when you need to understand historical decisions, catch up on repository progress, review recently completed missions, or when the user asks for a project history, changelog, or chronological overview of architectural changes."
96
96
  },
97
97
  {
98
98
  "slug": "shadow_continue",
99
- "name": "SHADOW_CONTINUE",
100
- "description": "name: continue"
99
+ "name": "CONTINUE",
100
+ "description": "Get briefing, pick one mission from next_work_candidates, then work that mission to completion with all remaining steps in one run. Use when continuing work on missions, executing mission steps, or when the user asks to continue work, finish a mission, or proceed with development tasks."
101
101
  },
102
102
  {
103
103
  "slug": "shadow_crystallize",
104
- "name": "SHADOW_CRYSTALLIZE",
105
- "description": "name: crystallize"
104
+ "name": "CRYSTALLIZE",
105
+ "description": "Compress a mission's intent logs into a dense crystal summary for token-efficient briefings. Use when a mission has accumulated many raw logs, when briefings are too verbose, or when the user asks about log compression, crystallization, or context reduction."
106
106
  },
107
107
  {
108
108
  "slug": "shadow_mission",
109
- "name": "SHADOW_MISSION",
110
- "description": "name: mission"
109
+ "name": "MISSION",
110
+ "description": "Define the objective, strategy, and success criteria for a new development mission. Use when planning strategic initiatives, creating missions, setting up development goals, or when the user asks about mission planning, strategic alignment, or outcome contracts."
111
111
  },
112
112
  {
113
113
  "slug": "shadow_onboard",
114
- "name": "SHADOW_ONBOARD",
115
- "description": "name: onboard"
114
+ "name": "ONBOARD",
115
+ "description": "Initialize and analyze a new repository for deep intelligence by building semantic index, syncing state, activating git hooks, and establishing missions. Use when onboarding to a new repository, initializing Shadow Engine, setting up git hooks, or when the user asks about repository setup, initialization, or first-time configuration."
116
116
  },
117
117
  {
118
118
  "slug": "shadow_research",
119
- "name": "SHADOW_RESEARCH",
120
- "description": "name: research"
119
+ "name": "RESEARCH",
120
+ "description": "Conduct high-signal research for external dependencies by combining local context, web search, and Context7 documentation. Use when researching libraries, checking integration examples, verifying versions, or when the user asks about external dependencies, library documentation, or integration patterns."
121
121
  },
122
122
  {
123
123
  "slug": "shadow_sync",
124
- "name": "SHADOW_SYNC",
125
- "description": "name: sync"
124
+ "name": "SYNC",
125
+ "description": "Sync index and mission state after external changes. Day-to-day: index + NanoRepair run automatically when MCP tools (search, inspect, etc.) trigger reindex. Use trace after git pull/checkout/merge (or rely on hooks); use index deep:true for full rebuild."
126
126
  },
127
127
  {
128
128
  "slug": "shadow_synthesize",
129
- "name": "SHADOW_SYNTHESIZE",
130
- "description": "name: synthesize"
129
+ "name": "SYNTHESIZE",
130
+ "description": "Distill mission logs into Architectural Decision Records (ADRs) and persist them to the Shadow Engine and Git Notes. Use when completing missions, creating ADRs, synthesizing architectural decisions, or when the user asks about decision records, mission completion, or architectural documentation."
131
131
  },
132
132
  {
133
133
  "slug": "shadow_trace_impact",
134
- "name": "SHADOW_TRACE_IMPACT",
135
- "description": "name: trace-impact"
134
+ "name": "TRACE-IMPACT",
135
+ "description": "Map the blast radius of a change by analyzing impact, flow traces, cross-repo dependencies, and boundary maps. Use when analyzing change impact, assessing risk, tracing dependencies, or when the user asks about change impact, blast radius, or dependency analysis."
136
136
  },
137
137
  {
138
138
  "slug": "shadow_understand",
139
- "name": "SHADOW_UNDERSTAND",
140
- "description": "name: understand"
139
+ "name": "UNDERSTAND",
140
+ "description": "Find the high-signal path to understanding complex logic through intent retrieval, topological placement, relational analysis, and mechanics inspection. Use when understanding architecture, analyzing complex code, tracing logic flow, or when the user asks about how something works, architectural patterns, or code comprehension."
141
141
  },
142
142
  {
143
143
  "slug": "shadow_workspace",
144
- "name": "SHADOW_WORKSPACE",
145
- "description": "name: workspace"
144
+ "name": "WORKSPACE",
145
+ "description": "Manage multi-repository workspaces and cross-repo mission links using the Shadow Engine. Use when working with multiple repositories, federated search across repos, linking missions across repos, or when the user asks about workspace management, multi-repo workflows, or cross-repository dependencies."
146
146
  }
147
147
  ]
148
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@precisionutilityguild/liquid-shadow",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Tactical Repository Intelligence Operative - Liquid Shadow Ecosystem",
5
5
  "homepage": "https://liquidshadow.pugcorp.online/",
6
6
  "repository": {
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: sync
3
- description: Sync index and mission state after external changes. Day-to-day: index + NanoRepair run automatically when MCP tools (search, inspect, etc.) trigger reindex. Use trace after git pull/checkout/merge (or rely on hooks); use index deep:true for full rebuild.
3
+ description: 'Sync index and mission state after external changes. Day-to-day: index + NanoRepair run automatically when MCP tools (search, inspect, etc.) trigger reindex. Use trace after git pull/checkout/merge (or rely on hooks); use index deep:true for full rebuild.'
4
4
  ---
5
5
 
6
6
  # Repository Synchronization