movementkit-cli 1.0.7 → 1.0.9
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 +1 -1
- package/kits/engineer/.claude/commands/cook/contracts.md +4 -0
- package/kits/engineer/.claude/commands/cook/frontend.md +4 -0
- package/kits/engineer/.claude/commands/cook.md +4 -0
- package/kits/engineer/.claude/commands/deploy-full.md +4 -0
- package/kits/engineer/.claude/commands/deploy-smart-contract.md +4 -0
- package/kits/engineer/.claude/commands/docs/generate.md +4 -0
- package/kits/engineer/.claude/commands/docs/init.md +4 -0
- package/kits/engineer/.claude/commands/plan.md +3 -0
- package/kits/engineer/.claude/commands/review.md +4 -0
- package/kits/engineer/.claude/commands/test.md +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2912,7 +2912,7 @@ var cac = (name = "") => new CAC(name);
|
|
|
2912
2912
|
// src/index.ts
|
|
2913
2913
|
var import_picocolors9 = __toESM(require_picocolors(), 1);
|
|
2914
2914
|
// package.json
|
|
2915
|
-
var version = "1.0.
|
|
2915
|
+
var version = "1.0.9";
|
|
2916
2916
|
|
|
2917
2917
|
// node_modules/@clack/core/dist/index.mjs
|
|
2918
2918
|
var import_sisteransi = __toESM(require_src(), 1);
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# /cook:frontend - React Frontend Generation
|
|
2
2
|
|
|
3
|
+
**Agent:** `frontend`
|
|
4
|
+
|
|
3
5
|
Generate React frontend with wallet integration for Movement blockchain.
|
|
4
6
|
|
|
7
|
+
**IMPORTANT**: Delegate to `frontend` agent.
|
|
8
|
+
|
|
5
9
|
## References
|
|
6
10
|
- [TypeScript SDK](https://docs.movementnetwork.xyz/devs/interactonchain/tsSdk)
|
|
7
11
|
- [Wallet Adapter](https://docs.movementnetwork.xyz/devs/interactonchain/wallet-adapter/connect_wallet)
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# /cook - Full dApp Code Generation
|
|
2
2
|
|
|
3
|
+
**Agents:** `smart-contract`, `frontend`
|
|
4
|
+
|
|
3
5
|
Generate complete production-ready code for a Movement blockchain dApp.
|
|
4
6
|
|
|
7
|
+
**IMPORTANT**: Delegate to `smart-contract` agent for contracts, then `frontend` agent for frontend.
|
|
8
|
+
|
|
5
9
|
## Prerequisites
|
|
6
10
|
|
|
7
11
|
### Install Movement CLI
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# /deploy-full - Full Deployment to Movement Network
|
|
2
2
|
|
|
3
|
+
**Agent:** `devops`
|
|
4
|
+
|
|
3
5
|
Deploy the complete dApp to Movement testnet or mainnet.
|
|
4
6
|
|
|
7
|
+
**IMPORTANT**: Delegate to `devops` agent.
|
|
8
|
+
|
|
5
9
|
## Prerequisites
|
|
6
10
|
|
|
7
11
|
1. **Movement CLI installed** - See [Movement CLI docs](https://docs.movementnetwork.xyz/devs/movementcli)
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# /deploy-smart-contract - Deploy Move Smart Contracts
|
|
2
2
|
|
|
3
|
+
**Agent:** `devops`
|
|
4
|
+
|
|
3
5
|
Deploy Move smart contracts to the Movement Network (testnet or mainnet).
|
|
4
6
|
|
|
7
|
+
**IMPORTANT**: Delegate to `devops` agent.
|
|
8
|
+
|
|
5
9
|
## Prerequisites
|
|
6
10
|
|
|
7
11
|
1. **Movement CLI installed** - See [Movement CLI docs](https://docs.movementnetwork.xyz/devs/movementcli)
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# /docs:generate - Auto-Generate Documentation
|
|
2
2
|
|
|
3
|
+
**Agents:** `smart-contract`, `frontend`
|
|
4
|
+
|
|
3
5
|
Automatically generate documentation from code for the Movement dApp.
|
|
4
6
|
|
|
7
|
+
**IMPORTANT**: Delegate to `smart-contract` agent for contract docs, `frontend` agent for frontend docs.
|
|
8
|
+
|
|
5
9
|
## Workflow
|
|
6
10
|
|
|
7
11
|
### Step 1: Analyze Codebase
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# /docs:init - Initialize Documentation Structure
|
|
2
2
|
|
|
3
|
+
**Agent:** `product-manager`
|
|
4
|
+
|
|
3
5
|
Initialize the documentation structure for the Movement dApp project.
|
|
4
6
|
|
|
7
|
+
**IMPORTANT**: Delegate to `product-manager` agent.
|
|
8
|
+
|
|
5
9
|
## Workflow
|
|
6
10
|
|
|
7
11
|
### Step 1: Create Documentation Directories
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# /plan - Product Requirements for Movement dApps
|
|
2
2
|
|
|
3
|
+
**Agent:** `product-manager`
|
|
4
|
+
|
|
3
5
|
Create Product Requirements Document (PRD), User Stories, and Acceptance Criteria for a Movement blockchain dApp.
|
|
4
6
|
|
|
7
|
+
**IMPORTANT**: Delegate to `product-manager` agent.
|
|
5
8
|
**IMPORTANT**: This command focuses on WHAT to build, not HOW. No technical implementation details.
|
|
6
9
|
|
|
7
10
|
## Workflow
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# /review - Code Quality and Security Auditing
|
|
2
2
|
|
|
3
|
+
**Agents:** `smart-contract`, `frontend`
|
|
4
|
+
|
|
3
5
|
Perform comprehensive code review and security audit for the Movement dApp.
|
|
4
6
|
|
|
7
|
+
**IMPORTANT**: Delegate to `smart-contract` agent for contract review, `frontend` agent for frontend review.
|
|
8
|
+
|
|
5
9
|
## Workflow
|
|
6
10
|
|
|
7
11
|
### Step 1: Move Contract Security Audit
|