deuk-agent-flow 4.0.36 → 4.0.37
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 +6 -0
- package/CHANGELOG.md +6 -0
- package/README.ko.md +2 -2
- package/README.md +2 -2
- package/package.json +1 -1
- package/scripts/cli-init-commands.mjs +5 -0
- package/scripts/cli.mjs +2 -1
package/CHANGELOG.ko.md
CHANGED
|
@@ -12,6 +12,12 @@
|
|
|
12
12
|
|
|
13
13
|
- **cli:** 티켓 탐색이 상위 워크스페이스를 상속하지 않고 현재 agent-rule 경계에서 멈추도록 수정했습니다.
|
|
14
14
|
|
|
15
|
+
## [4.0.37] - 2026-05-09
|
|
16
|
+
|
|
17
|
+
### 수정됨 (Fixed)
|
|
18
|
+
|
|
19
|
+
- **init:** init 성공 후 보이는 완료 피드백을 복구하고, 첫 사용 가이드로 ``이슈분석 티켓`이라고 해보세요.` 문구를 추가했습니다.
|
|
20
|
+
|
|
15
21
|
## [4.0.36] - 2026-05-09
|
|
16
22
|
|
|
17
23
|
### 수정됨 (Fixed)
|
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
12
12
|
|
|
13
13
|
- **cli:** stop ticket discovery at the current agent-rule boundary instead of inheriting the parent workspace.
|
|
14
14
|
|
|
15
|
+
## [4.0.37] - 2026-05-09
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- **init:** restore a visible completion message after successful init and add the short first-use prompt guide ``이슈분석 티켓`이라고 해보세요.``
|
|
20
|
+
|
|
15
21
|
## [4.0.36] - 2026-05-09
|
|
16
22
|
|
|
17
23
|
### Fixed
|
package/README.ko.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<br />
|
|
3
3
|
<img src="docs/assets/architecture-v3.png" width="800" alt="DeukAgentFlow Architecture" />
|
|
4
4
|
<br />
|
|
5
|
-
<h1>Deuk Agent Flow v4.0.
|
|
5
|
+
<h1>Deuk Agent Flow v4.0.37</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
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>
|
|
@@ -66,7 +66,7 @@ Deuk Agent Flow
|
|
|
66
66
|
| 팀 기억 강화 | 완료된 작업이 검색 가능한 프로젝트 히스토리가 됨 |
|
|
67
67
|
|
|
68
68
|
> **현재 배포 기준:**
|
|
69
|
-
> v4.0.
|
|
69
|
+
> v4.0.37은 에이전트 기반 리포지토리에 배포해 사용할 수 있는 상태입니다. 대화형 `init`은 이제 workspace 용도만 묻고, 나머지 설정은 프로젝트 디렉터리 성격으로 추론하며, Deuk AgentContext MCP 선택지는 첫 설정에서 숨김 처리하고, 이전의 다중 질문/먹통 완료 실패를 피합니다. 이제 설치가 끝나면 완료 피드백과 짧은 첫 사용 가이드도 다시 보입니다. 티켓 생성/사용 뒤에도 승인 요청 전에 클릭 가능한 `Ticket start` 줄이 계속 보이도록 했습니다. 현재는 **OpenAI Codex**와 **GitHub Copilot** 환경에서 가장 안정적으로 동작합니다. Cursor, Windsurf, Claude Code도 포인터 구조로 지원하지만, 워크스페이스별 검증을 권장합니다. Deuk AgentContext MCP는 선택형 기억 계층이며, MCP 서버 등록은 `init`에 딸려 들어가지 않고 별도로 설정합니다.
|
|
70
70
|
> **아키텍처 기반:**
|
|
71
71
|
> 거대하고 무거운 레거시 `.cursorrules` 방식을 공식적으로 폐기했습니다. v3.0은 `AGENTS.md`를 단일 진실 공급원으로 사용하는 **Hub-Spoke 모델**을 도입하여, IDE별 규칙은 얇은 진입점 포인터 역할만 수행합니다.
|
|
72
72
|
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<br />
|
|
3
3
|
<img src="docs/assets/architecture-v3.png" width="800" alt="DeukAgentFlow Architecture" />
|
|
4
4
|
<br />
|
|
5
|
-
<h1>Deuk Agent Flow v4.0.
|
|
5
|
+
<h1>Deuk Agent Flow v4.0.37</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
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>
|
|
@@ -66,7 +66,7 @@ Repo-owned work
|
|
|
66
66
|
| Better team memory | Completed work becomes searchable project history |
|
|
67
67
|
|
|
68
68
|
> **Current readiness:**
|
|
69
|
-
> v4.0.
|
|
69
|
+
> v4.0.37 is deployment-ready for agent-driven repositories. Interactive `init` now asks only the workspace purpose, infers the remaining setup from the project directory, hides the Deuk AgentContext MCP choice during first setup, completes without the earlier multi-prompt stall, and ends with a visible completion line plus a short first-use prompt guide. Ticket creation/use also keeps the clickable `Ticket start` line visible before approval is requested. It is currently most reliable in **OpenAI Codex** and **GitHub Copilot** workflows. Cursor, Windsurf, and Claude Code remain supported through pointer-style integration, but they should be validated per workspace before rollout. Deuk AgentContext MCP is an optional memory layer; MCP server registration is separate from `init`.
|
|
70
70
|
> **Architecture foundation:**
|
|
71
71
|
> We have officially deprecated monolithic `.cursorrules`. v3.0 introduces the **Hub-Spoke model** where `AGENTS.md` is the single source of truth, and IDE-specific rules act as thin entry-point pointers.
|
|
72
72
|
|
package/package.json
CHANGED
|
@@ -1684,6 +1684,11 @@ export async function runInit(opts, bundleRoot) {
|
|
|
1684
1684
|
}
|
|
1685
1685
|
}
|
|
1686
1686
|
|
|
1687
|
+
export function formatInitCompletionMessage(cwd, dryRun = false) {
|
|
1688
|
+
const label = dryRun ? "Dry-run complete" : "Init complete";
|
|
1689
|
+
return `[DONE] ${label} for ${basename(cwd)}. Rules and pointers are ready. \`이슈분석 티켓\`이라고 해보세요.`;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1687
1692
|
async function initSingleWorkspace(subCwd, opts, bundleRoot, selectedTools) {
|
|
1688
1693
|
console.log(`\nInitializing ${basename(subCwd)}...`);
|
|
1689
1694
|
|
package/scripts/cli.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { existsSync, rmSync } from "fs";
|
|
|
3
3
|
import { dirname, join } from "path";
|
|
4
4
|
import { fileURLToPath } from "url";
|
|
5
5
|
import { parseArgs, parseTicketArgs, parseSkillArgs, parseTelemetryArgs, parseUsageArgs } from "./cli-args.mjs";
|
|
6
|
-
import { runInit, runMerge } from "./cli-init-commands.mjs";
|
|
6
|
+
import { formatInitCompletionMessage, runInit, runMerge } from "./cli-init-commands.mjs";
|
|
7
7
|
import { runTicketCreate, runTicketList, runTicketUse, runTicketClose, runTicketArchive, runTicketDiscard, runTicketReports, runTicketMeta, runTicketConnect, runTicketRebuild, runTicketReportAttach, runTicketMove, runTicketNext, runTicketHotfix, runTicketStatus, runTicketGuard, runTicketHandoff, runTicketEvidenceCheck, runTicketEvidenceReport } from "./cli-ticket-commands.mjs";
|
|
8
8
|
import { runTelemetry } from "./cli-telemetry-commands.mjs";
|
|
9
9
|
import { runUsage } from "./cli-usage-commands.mjs";
|
|
@@ -168,6 +168,7 @@ async function handleInit(opts, saved) {
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
await runInit(opts, pkgRoot);
|
|
171
|
+
console.log(formatInitCompletionMessage(opts.cwd, opts.dryRun));
|
|
171
172
|
}
|
|
172
173
|
|
|
173
174
|
function printHelp() {
|