@damphuquy/agent-init 1.2.0 → 1.2.1
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,6 +45,7 @@ Full architectural details → [`docs/01-overview.md`](docs/01-overview.md)
|
|
|
45
45
|
| [05 · Workflow: New Task](docs/05-workflow-new-task.md) | Step-by-step tutorial: idea → completed task |
|
|
46
46
|
| [06 · Human vs Agent](docs/06-human-vs-agent.md) | Responsibility matrix & escalation triggers |
|
|
47
47
|
| [07 · Deployment](docs/07-deployment.md) | Bootstrap options, monorepo setup, troubleshooting |
|
|
48
|
+
| [Note · DevOps CI/CD & Release](docs/note/devops-release-automation.md) | Automated SemVer, 2FA npm tokens, Git tag sync |
|
|
48
49
|
|
|
49
50
|
---
|
|
50
51
|
|
|
@@ -131,6 +132,7 @@ Chi tiết kiến trúc → [`docs/01-overview.md`](docs/01-overview.md)
|
|
|
131
132
|
| [05 · Workflow: Tạo task mới](docs/05-workflow-new-task.md) | Hướng dẫn từng bước: từ ý tưởng đến hoàn thành |
|
|
132
133
|
| [06 · Human vs Agent](docs/06-human-vs-agent.md) | Ma trận trách nhiệm & các điểm kích hoạt dừng (HALT) |
|
|
133
134
|
| [07 · Deployment](docs/07-deployment.md) | Các cách bootstrap, cấu hình monorepo, xử lý sự cố |
|
|
135
|
+
| [Note · DevOps CI/CD & Release](docs/note/devops-release-automation.md) | Cẩm nang DevOps, xử lý token 2FA npm, đồng bộ Git tag |
|
|
134
136
|
|
|
135
137
|
---
|
|
136
138
|
|