@khanhcan148/mk 0.1.15 → 0.1.16

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
@@ -87,8 +87,8 @@ cp -r .claude ~/.claude/
87
87
 
88
88
  ```
89
89
  ├── .claude/
90
- │ ├── agents/ # 31 agents (5 primary + 26 utility: implementers, quality, docs, specialized, concerns)
91
- │ ├── skills/ # 65 skill packages (SKILL.md + scripts/references/assets)
90
+ │ ├── agents/ # 32 agents (5 primary + 27 utility: implementers, quality, docs, specialized, concerns)
91
+ │ ├── skills/ # 66 skill packages (SKILL.md + scripts/references/assets)
92
92
  │ │ ├── mk-*/ # 19 workflow commands (/mk-audit, /mk-brainstorm, /mk-log-analysis, /mk-overview, /mk-selftest, etc.)
93
93
  │ │ └── ... # Domain skills (frontend, backend, testing, browser automation, etc.)
94
94
  │ └── workflows/ # Development protocols
@@ -166,12 +166,13 @@ Spawned by primary agents for domain-specific work:
166
166
  | **debugger** | Issue investigation and diagnosis |
167
167
  | **refactorer** | Refactoring with TFD-first safety workflow |
168
168
 
169
- **Docs & Project Management (3)**
169
+ **Docs & Project Management (4)**
170
170
  | Agent | Purpose |
171
171
  |-------|---------|
172
172
  | **project-manager** | Progress tracking, roadmap updates |
173
173
  | **docs-manager** | Documentation maintenance |
174
174
  | **journal-writer** | Technical difficulty documentation |
175
+ | **wiki-maintainer** | Background wiki writes to docs/llm-wiki/ (spawned by mk-* skills) |
175
176
 
176
177
  **Research & Design (3)**
177
178
  | Agent | Purpose |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanhcan148/mk",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "CLI to install and manage MyClaudeKit (.claude/) in your projects",
5
5
  "type": "module",
6
6
  "bin": {