@damphuquy/agent-init 1.2.2 → 1.2.3

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
@@ -70,6 +70,7 @@ Full architectural details → [`docs/en/01-overview.md`](docs/en/01-overview.md
70
70
  | [05 · Workflow: New Task](docs/en/05-workflow-new-task.md) | Step-by-step tutorial: idea → completed task |
71
71
  | [06 · Human vs Agent](docs/en/06-human-vs-agent.md) | Responsibility matrix & Quality Gates (G0–G3) deep dive |
72
72
  | [07 · Deployment](docs/en/07-deployment.md) | Bootstrap options, monorepo setup, troubleshooting |
73
+ | [08 · Developer Playbook](docs/en/08-developer-workflow-playbook.md) | Practical scenarios, day-to-day operations, prompt cheat sheet |
73
74
  | [Note · DevOps CI/CD & Release](docs/en/note/devops-release-automation.md) | Automated SemVer, 2FA npm tokens, Git tag sync |
74
75
 
75
76
  ---
package/README.vi.md CHANGED
@@ -70,6 +70,7 @@ Chi tiết kiến trúc → [`docs/vi/01-overview.md`](docs/vi/01-overview.md)
70
70
  | [05 · Workflow: Tạo task mới](docs/vi/05-workflow-new-task.md) | Hướng dẫn từng bước: từ ý tưởng đến hoàn thành |
71
71
  | [06 · Human vs Agent](docs/vi/06-human-vs-agent.md) | Ma trận trách nhiệm & chi tiết 4 Cổng kiểm soát (Gates G0–G3) |
72
72
  | [07 · Deployment](docs/vi/07-deployment.md) | Các cách bootstrap, cấu hình monorepo, xử lý sự cố |
73
+ | [08 · Cẩm nang Kỹ thuật](docs/vi/08-developer-workflow-playbook.md) | Tình huống thực tế, thao tác hằng ngày, bảng prompt mẫu |
73
74
  | [Note · DevOps CI/CD & Release](docs/vi/note/devops-release-automation.md) | Cẩm nang DevOps, xử lý token 2FA npm, đồng bộ Git tag |
74
75
 
75
76
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@damphuquy/agent-init",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Scaffolding CLI to bootstrap RIPER-5 Coding Agents & Operational Workspace",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",