deuk-agent-flow 4.0.19 → 4.0.21

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 CHANGED
@@ -8,6 +8,20 @@
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [4.0.21] - 2026-05-08
12
+
13
+ ### 수정됨 (Fixed)
14
+
15
+ - **docs:** Shields가 허용하는 형식으로 커스텀 다운로드 배지 JSON을 복구하고, 영문/한글 README 상단의 통합 `deuk-flow` 다운로드 배지를 다시 노출했습니다.
16
+ - **release:** `docs/badges/npm-downloads.json`를 공개 미러에도 동기화하고 npm 공개 패키지 표면에서 내부 전용 payload 유입을 제거했습니다.
17
+
18
+ ## [4.0.20] - 2026-05-08
19
+
20
+ ### 수정됨 (Fixed)
21
+
22
+ - **docs:** 영문/한글 README 상단에 통합 npm 다운로드 배지를 복구하고, 공개 표기는 `deuk-flow` 라벨로 유지했습니다.
23
+ - **release:** `docs/badges/`를 공개 미러에도 동기화하도록 보강해 README 다운로드 배지가 OSS sync와 patch 재배포 뒤에도 유지되게 했습니다.
24
+
11
25
  ## [4.0.12] - 2026-05-07
12
26
 
13
27
  ### 수정됨 (Fixed)
package/CHANGELOG.md CHANGED
@@ -10,6 +10,20 @@ 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.21] - 2026-05-08
14
+
15
+ ### Fixed
16
+
17
+ - **docs:** repaired the custom downloads badge endpoint payload so Shields accepts it, and restored the combined `deuk-flow` downloads badge at the top of the English and Korean README surfaces.
18
+ - **release:** synced `docs/badges/npm-downloads.json` into the public mirror and removed internal-only package payload leakage from the npm release surface.
19
+
20
+ ## [4.0.20] - 2026-05-08
21
+
22
+ ### Fixed
23
+
24
+ - **docs:** restored the combined npm downloads badge to the top of the English and Korean README surfaces while keeping the public `deuk-flow` label.
25
+ - **release:** synced `docs/badges/` into the public mirror so the README downloads badge survives OSS sync and patch republish flow.
26
+
13
27
  ## [4.0.12] - 2026-05-07
14
28
 
15
29
  ### 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,8 @@
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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deuk-agent-flow",
3
- "version": "4.0.19",
3
+ "version": "4.0.21",
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",
@@ -71,21 +71,17 @@ export async function buildDownloadsBadge(opts) {
71
71
  const canonical = packages.find((pkg) => pkg.package === canonicalPackage) || packages[0];
72
72
  const aliases = packages.filter((pkg) => pkg.package !== canonical.package);
73
73
  const aliasTotal = aliases.reduce((sum, pkg) => sum + pkg.downloads, 0);
74
+ void canonical;
75
+ void aliasTotal;
76
+ void aliases;
74
77
 
75
78
  return {
76
79
  schemaVersion: 1,
77
- label: `${canonical.package} downloads`,
80
+ label: "deuk-flow downloads",
78
81
  message: `${formatDownloads(total)}/${opts.range}`,
79
82
  color: "2f6fed",
80
83
  namedLogo: "npm",
81
84
  cacheSeconds: 86400,
82
- total,
83
- canonicalPackage: canonical.package,
84
- canonicalDownloads: canonical.downloads,
85
- aliasTotal,
86
- range: opts.range,
87
- packages,
88
- aliases,
89
85
  };
90
86
  }
91
87