@dadado/agent-kit-cli 5.5.0 → 5.6.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/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @dadado/agent-kit-cli
2
2
 
3
+ [![npm version of @dadado/agent-kit-cli](https://img.shields.io/npm/v/%40dadado%2Fagent-kit-cli?label=npm&color=0C8DEB)](https://www.npmjs.com/package/@dadado/agent-kit-cli)
4
+ [![License: PolyForm Noncommercial 1.0.0](https://img.shields.io/badge/license-PolyForm--Noncommercial--1.0.0-blue)](LICENSE)
5
+ [![Node.js >=20](https://img.shields.io/badge/node-%3E%3D20-339933)](https://nodejs.org)
6
+ [![Latest release of the public agent-kit repository](https://img.shields.io/github/v/release/agent-kit-startup/agent-kit?label=release&color=00D0E7)](https://github.com/agent-kit-startup/agent-kit/releases/latest)
7
+
8
+ <img src="https://raw.githubusercontent.com/agent-kit-startup/agent-kit/main/dashboard/logo.svg" alt="Mission Kit helmet mark" width="120">
9
+
3
10
  Agent Kit CLI: HITL operating-layer install and tooling for AI-assisted IDEs (rules, skills, plan/handoff, staging-to-prod, memory). It installs local workspace contracts; it is not a hosted control plane or graph workflow runtime.
4
11
 
5
12
  ## Install
Binary file
@@ -0,0 +1,18 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="640" viewBox="0 0 1280 640" fill="none">
2
+ <!-- GitHub repository social preview (1280x640, 2:1). Plate fill is Mission
3
+ Control bg-primary #0b0e14, matching the marketplace logo spec
4
+ (dashboard/logo-marketplace.svg). Artwork is the same Cursor-skin
5
+ stroke helmet from dashboard/logo-cursor.svg, centered. Manual upload
6
+ step: docs/github-about.md "Social preview". -->
7
+ <rect width="1280" height="640" fill="#0b0e14"/>
8
+ <g transform="translate(471 84) scale(15)">
9
+ <path d="M9.61,22.1c-4.45-1.22-7.48-4.71-8.17-9.63v-2.47c0-5.39,4.37-9.75,9.75-9.75h0c5.39,0,9.75,4.37,9.75,9.75,0,.62.04,1.85,0,2.47-.34,4.86-3.54,8.41-8.2,9.63-.49.13-2.63.13-3.13,0Z" stroke="#e4e4e4" stroke-width=".5" stroke-miterlimit="10" fill="none"/>
10
+ <path d="M18.42,9.54c-.38,3.74-1.81,8.07-7.22,8.07s-6.66-4.49-7.22-8.07v-.19c0-3.47,3.23-6.28,7.22-6.28s7.22,2.81,7.22,6.28v.19Z" stroke="#e4e4e4" stroke-width=".5" stroke-miterlimit="10" fill="none"/>
11
+ <path d="M13.59,6.08c1.18.76,1.99,1.85,2.2,3.16.07.43.07.86,0,1.28s-.19.84-.37,1.25" stroke="#e4e4e4" stroke-width=".5" stroke-linecap="round" fill="none"/>
12
+ <g>
13
+ <line x1=".25" y1="7.9" x2=".25" y2="13.68" stroke="#e4e4e4" stroke-width=".5" stroke-linecap="round"/>
14
+ <line x1="22.13" y1="7.9" x2="22.13" y2="13.68" stroke="#e4e4e4" stroke-width=".5" stroke-linecap="round"/>
15
+ </g>
16
+ </g>
17
+ <text x="640" y="530" text-anchor="middle" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" font-size="46" font-weight="600" fill="#e2e8f0">Mission Kit</text>
18
+ </svg>
package/dist/index.js CHANGED
@@ -219,7 +219,8 @@ var KNOWN_SHIPPED_OVERLAY_HASHES = /* @__PURE__ */ new Set([
219
219
  "34e559ad9036d93d9cbc96d394bc2bbeb10ce50ead00d58a914158ae19daa76c",
220
220
  "359a142aeadd769a9b89ac909ae5129940e7e6b0892b70256098c584d97631ce",
221
221
  "8eab94f7a78149db1bbbc0fd45f21dc2d874209d534bcff39077fd6e1d2c42fb",
222
- "9be406f92f7dca71f3af814b14fb26b011f9f12c37c789f7ddc3d647b1a7ab60"
222
+ "9be406f92f7dca71f3af814b14fb26b011f9f12c37c789f7ddc3d647b1a7ab60",
223
+ "bb67ddcdd9ab58ed89287421f5e4b6ebfb3941e6a789287ddec9b9c25b56b1ed"
223
224
  ]);
224
225
 
225
226
  // src/lifecycle/paths.ts
@@ -1517,6 +1518,10 @@ var L0_ARTIFACTS = [
1517
1518
  source: ".cursor/commands/dashboard.md",
1518
1519
  target: ".cursor/commands/dashboard.md"
1519
1520
  },
1521
+ {
1522
+ source: ".cursor/commands/dashboard-broadcast.md",
1523
+ target: ".cursor/commands/dashboard-broadcast.md"
1524
+ },
1520
1525
  {
1521
1526
  source: ".cursor/commands/git-staging.md",
1522
1527
  target: ".cursor/commands/git-staging.md"
@@ -1545,6 +1550,10 @@ var L0_ARTIFACTS = [
1545
1550
  source: ".cursor/commands/cursor-update-awareness.md",
1546
1551
  target: ".cursor/commands/cursor-update-awareness.md"
1547
1552
  },
1553
+ {
1554
+ source: ".cursor/commands/update.md",
1555
+ target: ".cursor/commands/update.md"
1556
+ },
1548
1557
  // Context (templates + example config; private config.json is not L0)
1549
1558
  {
1550
1559
  source: ".cursor/context/templates/plan-external-review-prompt.md",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dadado/agent-kit-cli",
3
- "version": "5.5.0",
3
+ "version": "5.6.0",
4
4
  "description": "Agent Kit CLI: HITL framework install and tooling for AI-assisted IDEs (rules, skills, plan/handoff, context).",
5
5
  "license": "PolyForm-Noncommercial-1.0.0",
6
6
  "type": "module",