deuk-agent-flow 4.0.19 → 4.0.20
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/CHANGELOG.ko.md +7 -0
- package/CHANGELOG.md +7 -0
- package/README.ko.md +1 -0
- package/README.md +1 -0
- package/docs/badges/npm-downloads.json +32 -0
- package/package.json +2 -1
- package/scripts/update-download-badge.mjs +1 -1
package/CHANGELOG.ko.md
CHANGED
|
@@ -8,6 +8,13 @@
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [4.0.20] - 2026-05-08
|
|
12
|
+
|
|
13
|
+
### 수정됨 (Fixed)
|
|
14
|
+
|
|
15
|
+
- **docs:** 영문/한글 README 상단에 통합 npm 다운로드 배지를 복구하고, 공개 표기는 `deuk-flow` 라벨로 유지했습니다.
|
|
16
|
+
- **release:** `docs/badges/`를 공개 미러에도 동기화하도록 보강해 README 다운로드 배지가 OSS sync와 patch 재배포 뒤에도 유지되게 했습니다.
|
|
17
|
+
|
|
11
18
|
## [4.0.12] - 2026-05-07
|
|
12
19
|
|
|
13
20
|
### 수정됨 (Fixed)
|
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
10
10
|
|
|
11
11
|
- **cli:** stop ticket discovery at the current agent-rule boundary instead of inheriting the parent workspace.
|
|
12
12
|
|
|
13
|
+
## [4.0.20] - 2026-05-08
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
- **docs:** restored the combined npm downloads badge to the top of the English and Korean README surfaces while keeping the public `deuk-flow` label.
|
|
18
|
+
- **release:** synced `docs/badges/` into the public mirror so the README downloads badge survives OSS sync and patch republish flow.
|
|
19
|
+
|
|
13
20
|
## [4.0.12] - 2026-05-07
|
|
14
21
|
|
|
15
22
|
### Fixed
|
package/README.ko.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
<h1>Deuk Agent Flow v4.0.0</h1>
|
|
6
6
|
<p>
|
|
7
7
|
<a href="https://www.npmjs.com/package/deuk-agent-flow"><img src="https://img.shields.io/npm/v/deuk-agent-flow.svg?label=deuk-flow" alt="deuk-flow npm version" /></a>
|
|
8
|
+
<a href="https://www.npmjs.com/package/deuk-agent-flow"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjoygram%2FDeukAgentFlow%2Fmaster%2Fdocs%2Fbadges%2Fnpm-downloads.json" alt="deuk-flow combined npm downloads" /></a>
|
|
8
9
|
</p>
|
|
9
10
|
<p><b>AI 코딩 작업이 대화창 밖으로 흘러내리지 않게.</b></p>
|
|
10
11
|
<p><i>"다음", "진행", "정리"처럼 짧게 말해도 티켓, 범위, 검증, 기억이 레포에 붙어 있게 만듭니다.</i></p>
|
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
<h1>Deuk Agent Flow v4.0.0</h1>
|
|
6
6
|
<p>
|
|
7
7
|
<a href="https://www.npmjs.com/package/deuk-agent-flow"><img src="https://img.shields.io/npm/v/deuk-agent-flow.svg?label=deuk-flow" alt="deuk-flow npm version" /></a>
|
|
8
|
+
<a href="https://www.npmjs.com/package/deuk-agent-flow"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjoygram%2FDeukAgentFlow%2Fmaster%2Fdocs%2Fbadges%2Fnpm-downloads.json" alt="deuk-flow combined npm downloads" /></a>
|
|
8
9
|
</p>
|
|
9
10
|
<p><b>Stop losing AI coding work between chats.</b></p>
|
|
10
11
|
<p><i>Say "next" or "ship it"; Deuk Agent Flow keeps the ticket, scope, verification, and memory attached to your repo.</i></p>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"label": "deuk-flow downloads",
|
|
4
|
+
"message": "1.8K/last-month",
|
|
5
|
+
"color": "2f6fed",
|
|
6
|
+
"namedLogo": "npm",
|
|
7
|
+
"cacheSeconds": 86400,
|
|
8
|
+
"total": 1790,
|
|
9
|
+
"canonicalPackage": "deuk-agent-flow",
|
|
10
|
+
"canonicalDownloads": 0,
|
|
11
|
+
"aliasTotal": 1790,
|
|
12
|
+
"range": "last-month",
|
|
13
|
+
"packages": [
|
|
14
|
+
{
|
|
15
|
+
"package": "deuk-agent-flow",
|
|
16
|
+
"downloads": 0,
|
|
17
|
+
"missing": true
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"package": "deuk-agent-rule",
|
|
21
|
+
"downloads": 1790,
|
|
22
|
+
"missing": false
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"aliases": [
|
|
26
|
+
{
|
|
27
|
+
"package": "deuk-agent-rule",
|
|
28
|
+
"downloads": 1790,
|
|
29
|
+
"missing": false
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "deuk-agent-flow",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.20",
|
|
4
4
|
"description": "Keep AI coding work from vanishing between chats: repo-owned tickets, scope, verification, and memory for AGENTS.md-powered agents.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agents-md",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"core-rules/**/*",
|
|
35
35
|
"docs/architecture.md",
|
|
36
36
|
"docs/architecture.ko.md",
|
|
37
|
+
"docs/badges/**/*",
|
|
37
38
|
"docs/how-it-works.md",
|
|
38
39
|
"docs/how-it-works.ko.md",
|
|
39
40
|
"docs/principles.md",
|