deuk-agent-rule 3.3.2 β†’ 4.0.19

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
@@ -1,177 +1,16 @@
1
- <div align="center">
2
- <br />
3
- <img src="docs/assets/architecture-v3.png" width="800" alt="DeukAgentRules Architecture" />
4
- <br />
5
- <h1>DeukAgentRules v3.3.2</h1>
6
- <p>
7
- <a href="https://www.npmjs.com/package/deuk-agent-rule"><img src="https://img.shields.io/npm/v/deuk-agent-rule.svg" alt="npm version" /></a>
8
- <a href="https://www.npmjs.com/package/deuk-agent-rule"><img src="https://img.shields.io/npm/dt/deuk-agent-rule.svg" alt="npm downloads" /></a>
9
- </p>
10
- <p><b>AI coding agent guardrails for every repo</b></p>
11
- <p><i>Ticketed scope, verification, and memory for Codex, Copilot, Claude Code, Cursor, and more</i></p>
12
- <p>Part of the <a href="https://deukpack.app">Deuk Family</a> ecosystem.</p>
13
- </div>
1
+ # Deuk Agent Flow
14
2
 
15
- ---
16
-
17
- **DeukAgentRules** gives AI coding agents a shared way to work through tickets, scope contracts, verification, and durable project memory.
18
-
19
- It is more than a prompt pack. It is a repository-level workflow layer that standardizes collaboration through the **Hub-Spoke Architecture** and a **Ticket-Driven Execution Model** while keeping `AGENTS.md`, Copilot instructions, Cursor rules, Claude skills, and related agent surfaces aligned.
20
-
21
- Ticket management lives under `.deuk-agent/`, with active work tracked in `.deuk-agent/tickets/` and related docs, plans, and archive data kept alongside it.
22
-
23
- > **Current readiness:**
24
- > v3.3.2 is deployment-ready for agent-driven repositories. It is currently most reliable in **OpenAI Codex** and **GitHub Copilot** workflows. Cursor, Windsurf, Claude Code, and MCP remain supported through pointer-style integration, but they should be validated per workspace before rollout. MCP server registration is separate from `init`.
25
-
26
- > **Architecture foundation:**
27
- > 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.
28
-
29
- ### πŸ—ΊοΈ Main Features & Architecture
30
-
31
- DeukAgentRules brings four core capabilities to day-to-day AI engineering:
32
-
33
- 1. **Zero-Copy Hub-Spoke Architecture**
34
- - **Hub**: `AGENTS.md` acts as the global single source of truth.
35
- - **Spoke**: IDE-specific rules (like `.cursorrules`) or `PROJECT_RULE.md` act as thin pointers.
36
- - **Benefit**: Eliminates rule duplication, preventing conflicting instructions and context hallucination across different IDEs (Cursor, Copilot, Windsurf).
37
-
38
- 2. **Ticket-Driven Workflow (TDW)**
39
- - Guides work through a clear lifecycle: Plan β†’ Execute β†’ Verify β†’ Archive.
40
- - Keeps changes connected to an active ticket in `.deuk-agent/tickets/`, so scope and progress stay visible.
41
-
42
- 3. **Platform Co-existence & Mode-Aware Workflow Gate**
43
- - Uses strong Agent Permission Contracts (APC) through a **Mode-Aware** workflow.
44
- - In **Plan Mode**, agents focus on analysis and planning artifacts before moving into approved execution.
45
- - Integrates with MCP Soft Gates to keep code changes aligned with the current ticket context.
46
-
47
- 4. **Zero-Token Knowledge Distillation**
48
- - When a ticket is archived, it is distilled into a zero-token summary and moved to `reports/`.
49
- - These reports are vectorized into DeukAgentContext, building a permanent Engineering Memory Engine without cluttering the agent's active context window.
50
-
51
- ### Why Not Just Instructions?
52
-
53
- The agent tooling space already has useful building blocks: `AGENTS.md`, GitHub Copilot instructions, Cursor rules, Claude skills, agent launchers, and general LLM guardrail frameworks. DeukAgentRules is positioned one layer above plain instruction sync: it turns those surfaces into a ticketed repository workflow.
54
-
55
- | Similar approach | What it helps with | DeukAgentRules adds |
56
- |---|---|---|
57
- | `AGENTS.md` open format | A predictable instruction file for coding agents | Ticket lifecycle, phase gates, verification, and archiveable memory |
58
- | Copilot instructions / Cursor rules / Claude memory | Tool-specific guidance | One repo-owned workflow shared across agent clients |
59
- | Claude or Copilot custom agents and skills | Reusable task playbooks | Skills route into scoped, ticketed execution instead of replacing the workflow |
60
- | Agent launchers and harnesses | Running many coding agents from one place | Lifecycle control inside the repository, independent of the chosen agent |
61
- | General LLM/MCP guardrails | Runtime policy checks for AI systems | Developer-facing work orders, scope contracts, Git-visible history, and closeout evidence |
62
-
63
- Use DeukAgentRules when you want AI coding work to stay coordinated, reviewable, and easy to carry forward across sessions and teammates.
64
-
65
- ### Better Together With Karpathy-Style Skills
66
-
67
- Karpathy-style skills are great at improving how an agent behaves inside a task. DeukAgentRules is great at making that task ticketed, scoped, verified, and remembered at the repository level.
68
-
69
- Used together, skills can improve the quality of the move, while DeukAgentRules keeps the move connected to team workflow. The result is a better session and a better project record: behavior playbooks on the front end, ticket lifecycle and DeukAgentContext memory on the back end.
70
-
71
- ### What's Next
72
-
73
- The next step is to make this workflow even easier to see and adopt: clearer first-run checks, compact CLI/RAG reminders for agents, stronger README/npm positioning, and companion surfaces that show active ticket, phase, open-ticket count, and DeukAgentContext memory status without asking teams to switch coding agents.
74
-
75
- ### πŸ“š Detailed Documentation
76
- | Doc | Purpose |
77
- |---|---|
78
- | [docs/architecture.md](docs/architecture.md) | High-level system structure and visual infographics |
79
- | [docs/how-it-works.md](docs/how-it-works.md) | Detailed CLI mechanics, initialization lifecycle, and file roles |
80
- | [docs/principles.md](docs/principles.md) | Design philosophy: Hub-Spoke, Zero-Legacy, and Source Sovereignty |
81
- | [docs/product-positioning-research.ko.md](docs/product-positioning-research.ko.md) | Product positioning research for AI coding agent guardrails |
82
- | [docs/karpathy-skills-vs-deukagent-positioning.ko.md](docs/karpathy-skills-vs-deukagent-positioning.ko.md) | Deep comparison of Karpathy-style skills, DeukAgentRules, and DeukAgentContext |
83
- | [docs/vision-agent-guardrails.ko.md](docs/vision-agent-guardrails.ko.md) | Vision document for the multi-agent guardrail hub |
84
- | [docs/organic-growth-plan.ko.md](docs/organic-growth-plan.ko.md) | Organic growth plan for VS Code, Open VSX, GitHub, and skill loops |
85
- | **Korean Docs** | [README.ko.md](README.ko.md) Β· [docs/architecture.ko.md](docs/architecture.ko.md) |
86
-
87
- ---
88
-
89
- ## πŸ› οΈ Installation & Setup
90
-
91
- ### 1. Global Installation (Standard User)
92
- To prevent `npx` cache issues and "Local Traps", a global installation is strictly required.
93
-
94
- ```bash
95
- npm install -g deuk-agent-rule
96
- deuk-agent-rule init
97
- ```
98
-
99
- ### 2. Local Source Development (Maintainer/Power User)
100
- v3.0 introduces a **Global CLI Proxy**. If you are developing inside the `DeukAgentRules` workspace, the global command will automatically delegate execution to your local source.
3
+ `deuk-agent-rule` is the legacy compatibility npm package.
4
+ It forwards to the primary `deuk-agent-flow` CLI implementation.
101
5
 
102
6
  ```bash
103
- cd ~/workspace/DeukAgentRules
104
- sudo npm link
105
- deuk-agent-rule init # Routes to local scripts/cli.mjs automatically
7
+ npm install -g deuk-agent-flow
8
+ deuk-agent-flow init
106
9
  ```
107
10
 
108
- If you primarily work in Codex or Copilot, this is the recommended day-to-day setup. Those clients currently have the smoothest behavior with the hub-spoke and ticket-driven workflow.
109
-
110
- ---
111
-
112
- ## 🎯 The Protocol Workflow
113
-
114
- The workflow is governed by a **Ticket-Driven Execution Contract**.
115
-
116
- 1. **Scaffolding**: `init` deploys `.deuk-agent/templates/` and `AGENTS.md` (or local pointers like `PROJECT_RULE.md`).
117
- 2. **Ticketing (Plan Phase)**: `ticket create --topic feature-x` generates a bounded work order in `.deuk-agent/tickets/`. During this phase, agents operate in **Plan Mode** and are restricted from mutating files.
118
- 3. **Execution (Execute Phase)**: Once authorized, the AI agent reads the ticket, locks onto the **Target Submodule**, and executes code changes. MCP Soft Gates ensure that unauthorized modifications are blocked.
119
- 4. **Verification**: The agent performs a side-effect audit and convention (e.g., DC-DUP) check before closure.
120
- 5. **Archiving (Archive Phase)**: Completed tickets undergo Zero-Token Knowledge Distillation and move to `reports/` to build the **Engineering Memory Engine** via DeukAgentContext.
121
-
122
- ---
123
-
124
- ## βš™οΈ CLI Reference
125
-
126
- Delegate these to your AI agent via natural language prompts!
127
-
128
- | Command | Description / Example Prompt |
129
- |--------|------|
130
- | `deuk-agent-rule init` | Synchronizes the rule Hub and Spoke pointers. <br>πŸ’¬ *"Initialize project rules"* |
131
- | `deuk-agent-rule ticket create` | Issues a new execution contract. Use `--summary` plus `--plan-body` for a one-pass Phase 1 ticket. <br>πŸ’¬ *"Create ticket: refactor-ui with filled APC"* |
132
- | `deuk-agent-rule ticket list` | Displays active work orders. <br>πŸ’¬ *"Show active tickets"* |
133
- | `deuk-agent-rule ticket archive` | Securely stores completed work. <br>πŸ’¬ *"Archive ticket 068"* |
134
- | `deuk-agent-rule skill list` | Shows first-party thin skills such as `safe-refactor`, `generated-file-guard`, and `context-recall`. |
135
- | `deuk-agent-rule skill add --skill safe-refactor` | Installs a skill into the local registry without changing the TDW/APC authority model. |
136
- | `deuk-agent-rule skill expose --platform claude` | Exposes installed skills as platform-specific thin wrappers. Supported MVP platforms: `claude`, `cursor`. |
137
- | `deuk-agent-rule skill lint` | Audits skill files for duplicate workflow contracts and unsafe generated-file guidance. |
138
-
139
- ### Ticket File Git Hygiene
140
-
141
- - Treat `.deuk-agent/tickets/**/*.md` and `INDEX*.json` as CLI-managed lifecycle artifacts.
142
- - Do not commit a ticket body without the related index updates. The next session can restore the wrong active/archive state.
143
- - After `ticket create` fails, do not create or repair ticket files manually.
144
- - Do not flip ticket status by editing frontmatter directly. Use `ticket move`, `ticket close`, or `ticket archive`.
145
- - `telemetry.jsonl` is usually operational log noise, so it is better left out of normal code commits unless your repo intentionally tracks it.
146
- - When possible, commit completed work after `ticket archive` so the active/archive transition lands in one history step.
147
-
148
- For more day-to-day examples, see [docs/how-it-works.md](docs/how-it-works.md).
149
-
150
- ---
151
-
152
- ## Related Ideas & Inspiration
153
-
154
- DeukAgentRules shares the same concern as guideline-first projects like
155
- [andrej-karpathy-skills](https://github.com/forrestchang/andrej-karpathy-skills):
156
- AI coding agents often over-assume, over-engineer, and edit outside the requested scope.
157
-
158
- Where prompt-level guideline files improve agent behavior inside one client,
159
- DeukAgentRules adds a repository-level workflow layer: tickets, phase gates,
160
- scoped permissions, verification, and archiveable engineering memory.
161
-
162
- The first-party skill MVP keeps that boundary explicit: skills are short
163
- `SKILL.md` playbooks for recurring failure patterns, while `core-rules/AGENTS.md`
164
- remains the workflow authority. Use `skill add` and `skill expose` to make those
165
- playbooks visible to Claude or Cursor without copying the full rule contract.
11
+ Compatibility install:
166
12
 
167
13
  ```bash
168
- npx deuk-agent-rule init
169
- npx deuk-agent-rule skill list
170
- npx deuk-agent-rule skill add --skill safe-refactor
171
- npx deuk-agent-rule skill expose --platform claude
14
+ npm install -g deuk-agent-rule
15
+ deuk-agent-rule init
172
16
  ```
173
-
174
- ---
175
-
176
- ### 🏷️ Keywords
177
- `#AI-Orchestration` `#Agentic-Workflow` `#DeukFamily` `#Engineering-Intelligence` `#Zero-Legacy` `#High-Signal-Coding` `#AI-Protocol` `#CursorRules` `#CopilotInstructions` `#ClaudeCode` `#ClaudeMD` `#AgentsMD` `#AgentSkills` `#CodingAgent` `#AI-Guardrails` `#LLM-Control-Plane`
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ require("deuk-agent-flow/bin/deuk-agent-flow.js");
package/package.json CHANGED
@@ -1,69 +1,36 @@
1
1
  {
2
2
  "name": "deuk-agent-rule",
3
- "version": "3.3.2",
4
- "description": "AI coding agent guardrails for every repo: ticketed scope, verification, and shared AGENTS.md workflows.",
3
+ "version": "4.0.19",
4
+ "description": "Compatibility wrapper for legacy deuk-agent-rule installs.",
5
5
  "keywords": [
6
6
  "agents-md",
7
- "cursor-rules",
8
- "copilot",
9
- "gemini",
10
- "claude",
11
- "windsurf",
12
- "jetbrains",
13
- "ticket",
7
+ "agent-flow",
8
+ "agent-workflow",
14
9
  "ai-guardrails",
15
10
  "agent-guardrails",
16
- "deuk-family",
17
- "deukpack-ecosystem"
11
+ "deuk-family"
18
12
  ],
19
13
  "license": "Apache-2.0",
20
14
  "repository": {
21
15
  "type": "git",
22
- "url": "git+https://github.com/joygram/DeukAgentRules.git"
16
+ "url": "git+https://github.com/joygram/DeukAgentFlow.git"
23
17
  },
24
18
  "bugs": {
25
- "url": "https://github.com/joygram/DeukAgentRules/issues"
19
+ "url": "https://github.com/joygram/DeukAgentFlow/issues"
26
20
  },
27
- "homepage": "https://github.com/joygram/DeukAgentRules#readme",
21
+ "homepage": "https://github.com/joygram/DeukAgentFlow#readme",
28
22
  "files": [
29
- "LICENSE",
30
23
  "bin/**/*",
31
- "templates/**/*",
32
- "scripts/cli.mjs",
33
- "scripts/cli-args.mjs",
34
- "scripts/cli-init-commands.mjs",
35
- "scripts/cli-init-logic.mjs",
36
- "scripts/cli-prompts.mjs",
37
- "scripts/cli-rule-compiler.mjs",
38
- "scripts/cli-skill-commands.mjs",
39
- "scripts/cli-telemetry-commands.mjs",
40
- "scripts/cli-ticket-commands.mjs",
41
- "scripts/cli-ticket-index.mjs",
42
- "scripts/cli-ticket-migration.mjs",
43
- "scripts/cli-ticket-parser.mjs",
44
- "scripts/cli-utils.mjs",
45
- "scripts/lint-md.mjs",
46
- "scripts/lint-rules.mjs",
47
- "scripts/merge-logic.mjs",
48
- "scripts/plan-parser.mjs",
49
- "README.md",
50
- "README.ko.md",
51
- "CHANGELOG.md",
52
- "CHANGELOG.ko.md"
24
+ "README.md"
53
25
  ],
54
- "scripts": {
55
- "lint:md": "node scripts/lint-md.mjs",
56
- "test": "node --test scripts/tests/*.test.mjs"
57
- },
58
- "engines": {
59
- "node": ">=18"
60
- },
61
26
  "bin": {
62
27
  "deuk-agent-rule": "./bin/deuk-agent-rule.js",
63
28
  "deukagentrule": "./bin/deuk-agent-rule.js"
64
29
  },
30
+ "engines": {
31
+ "node": ">=18"
32
+ },
65
33
  "dependencies": {
66
- "ejs": "^5.0.2",
67
- "yaml": "^2.8.3"
34
+ "deuk-agent-flow": "4.0.19"
68
35
  }
69
36
  }
package/CHANGELOG.ko.md DELETED
@@ -1,182 +0,0 @@
1
- # λ³€κ²½ 이λ ₯ (Changelog)
2
-
3
- 이 ν”„λ‘œμ νŠΈμ˜ λͺ¨λ“  μ£Όλͺ©ν•  λ§Œν•œ λ³€κ²½ 사항은 이 νŒŒμΌμ— κΈ°λ‘λ©λ‹ˆλ‹€.
4
-
5
- **English:** [CHANGELOG.md](CHANGELOG.md)
6
-
7
- ν˜•μ‹μ€ [Keep a Changelog](https://keepachangelog.com/ko/1.1.0/)λ₯Ό 기반으둜 ν•˜λ©°, 이 ν”„λ‘œμ νŠΈλŠ” [유의적 버전(Semantic Versioning)](https://semver.org/spec/v2.0.0.html)을 μ€€μˆ˜ν•©λ‹ˆλ‹€.
8
-
9
- ## [3.3.2] - 2026-05-06
10
-
11
- ### 포지셔닝 (Positioning)
12
-
13
- - npm/GitHubμ—μ„œ λ³΄μ΄λŠ” 정체성을 **λͺ¨λ“  레포λ₯Ό μœ„ν•œ AI μ½”λ”© μ—μ΄μ „νŠΈ κ°€λ“œλ ˆμΌ**둜 μž¬μ •λ¦¬ν–ˆμŠ΅λ‹ˆλ‹€.
14
- - `AGENTS.md`, Copilot instructions, Cursor rules, Claude skills, μ—μ΄μ „νŠΈ μ‹€ν–‰κΈ°, 일반 LLM/MCP κ°€λ“œλ ˆμΌκ³Ό 비ꡐ해 DeukAgentRulesκ°€ λ”ν•˜λŠ” ν‹°μΌ“ 생λͺ…μ£ΌκΈ°, λ²”μœ„ 계약, 검증, μ•„μΉ΄μ΄λΈŒ κ°€λŠ₯ν•œ 기얡을 README에 λ“œλŸ¬λƒˆμŠ΅λ‹ˆλ‹€.
15
- - λ‹€μŒ κ°œμ„  λ°©ν–₯으둜 첫 μ‹€ν–‰ 점검, CLI/RAG 재각인 μ‹ ν˜Έ, active ticket/phase/open ticket count/DeukAgentContext memory statusλ₯Ό λ³΄μ—¬μ£ΌλŠ” companion ν‘œλ©΄μ„ λͺ…μ‹œν–ˆμŠ΅λ‹ˆλ‹€.
16
-
17
- ## [3.3.0] - 2026-05-02
18
-
19
- ### 좔가됨 (Added)
20
-
21
- - **docs:** VS Code, Open VSX, GitHub, skill 기반 발견 루프λ₯Ό ν¬ν•¨ν•œ AI μ½”λ”© μ—μ΄μ „νŠΈ κ°€λ“œλ ˆμΌ 포지셔닝, λΉ„μ „, μ˜€κ°€λ‹‰ μœ μž… λ¦¬μ„œμΉ˜ λ¬Έμ„œλ₯Ό μΆ”κ°€ν–ˆμŠ΅λ‹ˆλ‹€.
22
- - **docs:** Karpathy식 skill, DeukAgentRules, DeukAgentContext 심측 비ꡐ λ¬Έμ„œλ₯Ό μΆ”κ°€ν–ˆμŠ΅λ‹ˆλ‹€. Skill은 행동 playbook, DeukAgentRulesλŠ” workflow/permission control, DeukAgentContextλŠ” ticketed engineering memory둜 ν¬μ§€μ…”λ‹ν–ˆμŠ΅λ‹ˆλ‹€.
23
- - **seo:** `andrej-karpathy-skills` κ΄€λ ¨ 아이디어 링크와 Claude Code, AGENTS.md, Cursor rules, agent skills, AI guardrails 검색 μœ μž… ν‚€μ›Œλ“œλ₯Ό λ³΄κ°•ν–ˆμŠ΅λ‹ˆλ‹€.
24
-
25
- ### 변경됨 (Changed)
26
-
27
- - **ticket:** μ—΄λ¦° 티켓이 μ„€μ •λœ ν•œλ„λ₯Ό λ„˜μ„ λ•Œ μžλ™ 정리 λŒ€μ‹  μ‚¬μš©μžκ°€ λͺ©λ‘μ„ 보고 κ²°μ •ν•  수 μžˆλŠ” cleanup flowλ₯Ό κ°•ν™”ν–ˆμŠ΅λ‹ˆλ‹€.
28
- - **ticket:** λ‹«νžŒ 티켓은 μžλ™ μ•„μΉ΄μ΄λΈŒν•  수 있게 ν•˜κ³ , μ•„μΉ΄μ΄λΈŒλœ 티켓은 λ…„μ›”/일 λ‹¨μœ„λ‘œ μ •λ¦¬λ˜λ„λ‘ ν–ˆμŠ΅λ‹ˆλ‹€.
29
- - **docs:** README λ¬Έμ„œ λͺ©λ‘κ³Ό GitHub topic κ°€μ΄λ“œλ₯Ό agent guardrail, instruction hub, skill registry, project memory 포지셔닝에 맞게 κ°±μ‹ ν–ˆμŠ΅λ‹ˆλ‹€.
30
-
31
- ### μˆ˜μ •λ¨ (Fixed)
32
-
33
- - **ticket:** μƒˆ μž‘μ—… μ§„μž… 전에 정리 결정을 λ…ΈμΆœν•˜μ—¬ μ—΄λ¦° ν‹°μΌ“ μˆ˜κ°€ μ˜λ„ν•œ 운영 ν•œλ„λ₯Ό 쑰용히 λ„˜λŠ” 문제λ₯Ό λ°©μ§€ν–ˆμŠ΅λ‹ˆλ‹€.
34
-
35
- ## [3.2.0] - 2026-04-29
36
-
37
- ### 좔가됨 (Added)
38
- - **agent:** ν”Œλž«νΌ 곡쑴(Platform Coexistence) 및 λͺ¨λ“œ μΈμ§€ν˜•(Mode-aware) μ›Œν¬ν”Œλ‘œμš° κ΅¬ν˜„. (Plan Modeμ—μ„œ TDW Phase μžλ™ λ§€ν•‘, `platform-coexistence.md` κ·œμΉ™ μΆ”κ°€, μˆ˜μ • μ œμ–΄ 및 `PROJECT_RULE.md` 포인터 연동 λ“±)
39
-
40
- ### 변경됨 (Changed)
41
- - **agents:** Co-existence Protocol 및 Workflow Gate κΈ°λŠ₯ λ„μž… (T-120).
42
- - v3.1.0 μ•„ν‚€ν…μ²˜ 원칙 및 μ‚¬μš©λ²• λ¬Έμ„œ κ°œμ„ .
43
-
44
- ## [3.1.0] - 2026-04-28
45
-
46
- ### 좔가됨 (Added)
47
- - **arch:** μ œλ‘œμΉ΄ν”Ό(Zero-Copy) 포인터 μ•„ν‚€ν…μ²˜ λ„μž… (`PROJECT_RULE.md` 연동) 및 ꡬ쑰 κ°„μ†Œν™”
48
- - **cli:** μ—„κ²©ν•œ Phase 기반 ν‹°μΌ“ μ›Œν¬ν”Œλ‘œμš° 및 APC(Agent Permission Contract) 검증 κΈ°λŠ₯ μΆ”κ°€
49
- - **cli:** `--plan-body` μ˜΅μ…˜μ„ ν†΅ν•œ μ±„μ›Œμ§„ Phase 1 ν‹°μΌ“ λ³Έλ¬Έ μž…λ ₯ κΈ°λŠ₯ μΆ”κ°€
50
- - **ticket:** ν‹°μΌ“ μ•„μΉ΄μ΄λΈŒ μ‹œ λΆˆν•„μš”ν•œ 토큰 λ‚­λΉ„λ₯Ό λ§‰λŠ” Zero-Token 지식 증λ₯˜(Knowledge Distillation) κ΅¬ν˜„
51
- - **telemetry:** 둜컬 ν™˜κ²½μ— μ΅œμ ν™”λœ Telemetry CLI μΆ”κ°€
52
- - **rules:** `PROJECT_RULE.md` ν…œν”Œλ¦Ώ μΆ”κ°€ (AI μ—μ΄μ „νŠΈ 폴백 κ°€μ΄λ“œ 포함) 및 이쀑 μ–Έμ–΄(ν•œ/영) 지원
53
-
54
- ### μˆ˜μ •λ¨ (Fixed)
55
- - **rules:** `PROJECT_RULE.md` λ‚΄ μ€‘λ³΅λœ μ½”μ–΄ λ£° 링크 제거 및 Frontmatter λ Œλ”λ§ 볡ꡬ
56
- - **telemetry:** λͺ¨λΈ 및 μ„€μ •μ—μ„œ ν΄λΌμ΄μ–ΈνŠΈ 도ꡬλ₯Ό μžλ™μœΌλ‘œ κ°μ§€ν•˜λ„λ‘ μˆ˜μ •
57
- - **agent:** ν‹°μΌ“ 탐색 쀑 μ—μ΄μ „νŠΈ λ¬΄ν•œ 루프 문제 ν•΄κ²°
58
-
59
- ### 변경됨 (Changed)
60
- - **agent:** TDD μš©μ–΄λ₯Ό TDW (Ticket-Driven Workflow)둜 λ³€κ²½ 및 μ „μ—­ `AGENTS.md`μ—μ„œ 낑은 κ·œμΉ™ 제거
61
- - **cli:** μƒνƒœ 기반(State-driven) 경둜 탐색 둜직으둜 ꡬ쑰 개편 및 μƒμ„Έν•œ μ‚¬μš© κ°€μ΄λ“œ μΆ”κ°€
62
-
63
- ## [3.0.0] - 2026-04-25
64
-
65
- ### πŸš€ λŒ€κ·œλͺ¨ μ—…λ°μ΄νŠΈ: Hub-Spoke μ•„ν‚€ν…μ²˜
66
- - **Canonical Rule Hub**: λͺ¨λ“  AI μ—μ΄μ „νŠΈμ˜ 단일 μ§„μ‹€ 곡급원(SSOT)으둜 `AGENTS.md` λ„μž….
67
- - **Thin Spoke Pointers**: IDE별 λ£°(Cursor, Copilot λ“±)을 쀑앙 Hubλ₯Ό κ°€λ¦¬ν‚€λŠ” κ°€λ²Όμš΄ ν¬μΈν„°λ‘œ λ³€κ²½ν•˜μ—¬ 쀑볡 및 동기화 였λ₯˜ 제거.
68
- - **Global CLI Proxy**: 둜컬 μ›Œν¬μŠ€νŽ˜μ΄μŠ€ μ†ŒμŠ€λ₯Ό μžλ™ κ°μ§€ν•˜μ—¬ 싀행을 μœ„μž„ν•˜λŠ” ν”„λ‘μ‹œ λ„μž…μœΌλ‘œ μ§€μ—° μ—†λŠ”(Zero-latency) 개발 ν™˜κ²½ ꡬ좕.
69
-
70
- ### 🧹 제둜 λ ˆκ±°μ‹œ & ν™˜κ²½ 정리
71
- - **Auto-Purge**: `init` μ‹€ν–‰ μ‹œ 더 이상 μ‚¬μš©λ˜μ§€ μ•ŠλŠ” λ ˆκ±°μ‹œ `.cursorrules` νŒŒμΌμ„ 무쑰건 μ‚­μ œ.
72
- - **Smart Backups**: μ‚¬μš©μž μ •μ˜ κ·œμΉ™μ„ κ°μ§€ν•˜μ—¬ μ‚­μ œ λŒ€μ‹  `.bak` 파일둜 λ°±μ—…ν•˜λŠ” 둜직 μΆ”κ°€.
73
- - **Submodule Scrubbing**: λΉ„μ–΄ μžˆλŠ” μ„œλΈŒλͺ¨λ“ˆ 디렉터리 μŠ€ν… 및 `.gitmodules` μžλ™ 정리 κΈ°λŠ₯.
74
-
75
- ### πŸ—οΈ λ¦¬λΈŒλžœλ”© & μΈν”„λΌμŠ€ν…
76
- - **Identity Overhaul**: "Zero-Latency, High-Signal AI Orchestration Protocol"둜 λ¦¬λΈŒλžœλ”©.
77
- - **Documentation v3**: κ³ ν’ˆμ§ˆ 3D μΈν¬κ·Έλž˜ν”½ 및 ꡬ쑰, 원리, μž‘λ™ 방식 λ“± κ°œλ… κ°€μ΄λ“œ μ „λ©΄ 개편.
78
- - **Domain Agnostic**: 도메인별 ν•˜λ“œμ½”λ”©μ„ μ œκ±°ν•˜κ³  λͺ¨λ“  기술 μŠ€νƒμ„ μ§€μ›ν•˜λ„λ‘ `bundle/AGENTS.md` μΌλ°˜ν™”.
79
-
80
- ### βš™οΈ CLI κ°œμ„  사항
81
- - **Proxy Routing**: `bin/deuk-agent-rule.js`κ°€ 디렉터리λ₯Ό νƒμƒ‰ν•˜μ—¬ 둜컬 슀크립트λ₯Ό μ°Ύμ•„ μ‹€ν–‰ν•˜λ„λ‘ μˆ˜μ •.
82
- - **Synchronized IO**: CLI의 μ•ˆμ •μ„±μ„ 높이기 μœ„ν•΄ 핡심 λ‘œμ§μ„ 동기적 파일 μ‹œμŠ€ν…œ μ—°μ‚°μœΌλ‘œ λ¦¬νŒ©ν„°λ§.
83
- ## [2.4.6] - 2026-04-19
84
-
85
- ### μˆ˜μ •λ¨ (Fixed)
86
-
87
- - **cli:** 둜컬 버전이 registry 버전 이상일 경우 μ—…λ°μ΄νŠΈ μ•Œλ¦Όμ„ ν‘œμ‹œν•˜μ§€ μ•Šλ„λ‘ μˆ˜μ • (둜컬 개발 symlink ν™˜κ²½μ—μ„œμ˜ μ—­λ°©ν–₯ 슀팸 μ•Œλ¦Ό ν•΄μ†Œ)
88
- - **ticket:** `NNN` μ •κ·œμ‹μ„ μ΅œλŒ€ 4자리둜 μ œν•œν•˜μ—¬ μœ λ‹‰μŠ€ νƒ€μž„μŠ€νƒ¬ν”„κ°€ ν‹°μΌ“ 순번으둜 잘λͺ» νŒŒμ‹±λ˜λŠ” 버그 μˆ˜μ • β€” μ˜¬λ°”λ₯Έ `NNN-topic-hostname` 포맷 생성 볡원
89
-
90
- ## [2.4.4] - 2026-04-19
91
-
92
- ### 변경됨 (Changed)
93
-
94
- - **rules:** μ„œλΈŒλͺ¨λ“ˆ μ „μš© κ·œμΉ™(DeukPack, C++, Unity)을 ν•΄λ‹Ή μ›Œν¬μŠ€νŽ˜μ΄μŠ€μ˜ `MODULE_RULE.md`둜 μ΄λ™ν•˜μ—¬ `AGENTS.md`λ₯Ό μΌλ°˜ν™”λœ κ·œμ•½ μ€‘μ‹¬μœΌλ‘œ 개편
95
- - **templates:** `publish/` μ†ŒμŠ€μ— 맞좰 `bundle/` λ‚΄μ˜ λ ˆκ±°μ‹œ ν…œν”Œλ¦Ώ 정리
96
-
97
- ## [2.4.3] - 2026-04-18
98
-
99
- ### 변경됨 (Changed)
100
- - **ticket:** ν‹°μΌ“ ID 포맷을 `NNN-topic-hostname` (예: `001-add-feature-joy-nucb`)으둜 λ³€κ²½. λ ˆκ±°μ‹œ `ticket_NNN_hostname_topic` ν˜•μ‹ λŒ€μ²΄
101
- - **ticket:** INDEX.json νŒŒμ‹± μ‹œ κΈ°μ‘΄ 포맷과 μ‹ κ·œ 포맷 λͺ¨λ‘ μ—­ν˜Έν™˜ 지원
102
-
103
- ## [2.4.2] - 2026-04-18
104
-
105
- ### μˆ˜μ •λ¨ (Fixed)
106
- - **ticket:** 파일λͺ…(File name)κ³Ό λ³Έλ¬Έ λ‚΄ ν‹°μΌ“ ID 생성 둜직 κ°„μ˜ 뢈일치(Discrepancy) ν•΄κ²° (단일 좜처둜 톡합)
107
-
108
- ## [2.4.1] - 2026-04-18
109
-
110
- ### 좔가됨 (Added)
111
- - **cli:** NPM μ΅œμ‹  버전을 κ°μ§€ν•˜μ—¬ 터미널에 μ—…λ°μ΄νŠΈλ₯Ό κΆŒκ³ ν•˜λŠ” μ•Œλ¦Ό κΈ°λŠ₯(Update Notifier) μΆ”κ°€
112
-
113
- ### μˆ˜μ •λ¨ (Fixed)
114
- - **ticket:** ν‹°μΌ“ 생성 μ‹œ 호슀트λͺ… μŠ¬λŸ¬κ·Έκ°€ 8κΈ€μžλ‘œ μ—„κ²©νžˆ μ œν•œλ˜μ§€ μ•Šλ˜ 버그 μˆ˜μ •
115
-
116
- ## [2.4.0] - 2026-04-18
117
-
118
- ### 좔가됨 (Added)
119
-
120
- - **init:** κΉ”λ”ν•œ λ§ˆμ΄κ·Έλ ˆμ΄μ…˜μ„ μœ„ν•œ ꡬ버전 ν…œν”Œλ¦Ώ μžλ™ 정리 κΈ°λŠ₯ μΆ”κ°€
121
- - **rules:** `AGENTS.md` λ¬Έμ„œ λ‚΄ ν‹°μΌ“ 검증 단계(TICKET VERIFICATION RULE) κ·œμ•½ μΆ”κ°€
122
- - **ticket:** 티켓에 μš°μ„ μˆœμœ„(Priority) 속성 μΆ”κ°€
123
- - **ticket:** 순차 번호 및 ν˜ΈμŠ€νŠΈλ„€μž„ 기반의 ν‹°μΌ“ μ‹λ³„μž(ID) μžλ™ 생성 λ„μž… (`NNN-hostname-topic` 포맷)
124
- - **ticket:** ν˜ΈμŠ€νŠΈλ„€μž„ 길이 μ œν•œ(8자) 및 μžλ™ 순번 λΆ€μ—¬ 둜직 κ°œμ„ 
125
-
126
- ### μˆ˜μ •λ¨ (Fixed)
127
-
128
- - **rules:** μ „μ—­ `npx` μΊμ‹œ 이슈(κ³Όκ±° 버전 μ‹€ν–‰ 문제)λ₯Ό μš°νšŒν•˜κΈ° μœ„ν•΄ 둜컬 μ΅œμ‹  슀크립트 ν˜ΈμΆœμ„ κ°•μ œ/ꢌμž₯ν•˜λ„λ‘ μˆ˜μ •
129
- - **scripts:** OSS 미러 μ €μž₯μ†Œ 동기화 μ‹œ 잘λͺ» ν‘œκΈ°λ˜λ˜ URL μ˜ˆμ‹œ 둜그 λ©”μ‹œμ§€ μ •μ •
130
-
131
- ### 변경됨 (Changed)
132
-
133
- - **docs:** λ¦¬λ“œλ―Έ(README) νŒŒμΌμ— [Step 4] ν‹°μΌ“ 검증 μ•ˆλ‚΄ μΆ”κ°€
134
- - **docs:** μ „μ—­ μ„€μΉ˜(Global Install) ꢌμž₯ μ•ˆλ‚΄ 및 운영체제(OS)별 κΆŒν•œ μ œμ•½ λͺ…ν™•ν™”
135
- - **rules:** κ΅¬ν˜„ μ•„ν‹°νŒ©νŠΈ(`implementation_plan.md` λ“±) λ‚΄ ν‹°μΌ“ 번호 μ°Έμ‘° μ˜λ¬΄ν™”
136
-
137
- ## [2.3.2] - 2026-04-17
138
-
139
- ### μˆ˜μ •λ¨ (Fixed)
140
-
141
- - **cli:** 배포 ν™˜κ²½μ—μ„œ ν•˜λ“œμ½”λ”©λœ `yaml` μ˜μ‘΄μ„± 경둜 문제(`ERR_MODULE_NOT_FOUND`) ν•΄κ²°
142
- - **dependencies:** `yaml`을 λͺ…μ‹œμ  μ˜μ‘΄μ„± λͺ©λ‘μ— μΆ”κ°€
143
-
144
- ## [2.3.1] - 2026-04-17
145
-
146
- ### 변경됨 (Changed)
147
-
148
- - **readme:** μ²΄μΈμ§€λ‘œκ·Έ 및 μžλ™ν™”λœ 릴리즈 ν”„λ‘œμ„ΈμŠ€ κ°€μ΄λ“œ μΆ”κ°€
149
-
150
- ## [2.3.0] - 2026-04-17
151
-
152
- ### 좔가됨 (Added)
153
-
154
- - AI νŒŒμ΄ν”„λΌμΈ 연동 기반 및 선택적 동기화 μ‹œμŠ€ν…œ 고도화
155
- - **cli:** ticket list λͺ…령에 --submodule ν•„ν„° μΆ”κ°€
156
- - **cli:** ν‹°μΌ“ μ•„μΉ΄μ΄λΈŒ 및 리포트 μ›Œν¬ν”Œλ‘œλ₯Ό λͺ¨λ“ˆν˜• μ•„ν‚€ν…μ²˜λ‘œ 볡ꡬ
157
- - **rules:** Unity Client, WebApp, C++ μ„œλ²„ ν•˜μ΄λΈŒλ¦¬λ“œ ν™˜κ²½μ„ μœ„ν•œ λ£° 고도화
158
- - **ticket:** λΆ„μ‚°ν˜• ν‹°μΌ“ 관리 및 곡유 μ •μ±… κ΅¬ν˜„
159
- - **ticket:** V2 YAML Front-matter 및 μΉ΄ν…Œκ³ λ¦¬ν™”λœ 리슀트둜 μ—…κ·Έλ ˆμ΄λ“œ
160
-
161
- ### μˆ˜μ •λ¨ (Fixed)
162
-
163
- - **ticket:** LATEST.mdλ₯Ό νκΈ°ν•˜κ³  ACTIVE_TICKET.md둜 포인터 톡일
164
- - **ticket:** DeukAgentRules ν˜„μž¬ μ§„ν–‰ 쀑인 ν‹°μΌ“ μ•ˆ λ‚˜μ˜€λ˜ 문제 ν•΄κ²°
165
-
166
- ## [1.0.14] - 2026-04-02
167
-
168
- ### 좔가됨 (Added)
169
-
170
- - **cli:** 병합 도ꡬ 및 배포 λ¬Έμ„œ 동기화 슀크립트 ν™•μž₯
171
- - **rules:** 컀밋 제λͺ© λ‚΄ 'sync' κΈˆμ§€ ꡬ문 λ£° μΆ”κ°€
172
- - **handoff:** 인덱슀 기반 Handoff μ›Œν¬ν”Œλ‘œ 및 CLI μ‹ μ„€
173
- - **architecture:** 제둜-ν„°μΉ˜ NPM λ²ˆλ“€ μŠ€μΊν΄λ”©μœΌλ‘œ ν…œν”Œλ¦Ώ μ•„ν‚€ν…μ²˜ 개편
174
-
175
- ### μˆ˜μ •λ¨ (Fixed)
176
-
177
- - **cli:** ν…œν”Œλ¦Ώ 생성기(init) λ‚΄λΆ€μ˜ HTML μ—”ν‹°ν‹° 문법 μ—λŸ¬ ν•«ν”½μŠ€
178
-
179
- ### 변경됨 (Changed)
180
-
181
- - **docs:** μ™ΈλΆ€ 곡개용 릴리즈 κ°€μ΄λ“œ 및 동기화 슀크립트 주석 κ°±μ‹ 
182
- - **docs:** λ¦¬λ“œλ―Έ(README)에 토큰 λΉ„μš© 차단 λ©”μ»€λ‹ˆμ¦˜ μ„€μ • 및 제둜 ν„°μΉ˜ μŠ€μΊν΄λ”© λ¬Έμ„œ 개편
package/CHANGELOG.md DELETED
@@ -1,182 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
-
7
- ## [3.3.2] - 2026-05-06
8
-
9
- ### Positioning
10
-
11
- - Reframed the npm/GitHub identity around **AI coding agent guardrails for every repo**, with ticketed scope, verification, and shared `AGENTS.md` workflows visible in package metadata.
12
- - Added README comparison against `AGENTS.md`, Copilot instructions, Cursor rules, Claude skills, agent harnesses, and general guardrail frameworks to show where DeukAgentRules sits in the ecosystem.
13
- - Added a short "What's Next" section to set expectations for clearer first-run checks, compact CLI/RAG reminders, and visible companion surfaces for active ticket, phase, open-ticket count, and DeukAgentContext memory status.
14
-
15
-
16
- ### Added
17
-
18
- - AGENTS.md v12 + summary mandatory guard + PROJECT_RULE optimization
19
- - **cli:** add 'ticket next' command for instant task discovery (T[#295](https://github.com/joygram/DeukAgentRules/issues/295))
20
- - **cli:** enforce required frontmatter keys in lint:md (T-118)
21
- - harden ticket paths and add DeukPack RAG schemas
22
- - **migration:** add summary/planLink/caution auto-enrichment for legacy tickets
23
- - Phase 0 search limiter - max 2 MCP calls, skip when context sufficient
24
- - replace legacy fill-in-the-blank rule check with Version Gating and Task Relevance check
25
- - **rules:** enforce hard guardrails, add hotfix protocol and urgency response
26
- - **rules:** harden document boundary workflow
27
- - **spoke:** add fill-in completion template for rule enforcement
28
- - **T-114:** 1-CALL ticket discovery rule + CLI max call limits
29
- - **T-115:** HARD BLOCK on write tools without active ticket
30
- - **T-116:** auto-close stale tickets on ticket create + Phase 4 NEVER skip
31
- - **T-116:** smart close based on checklist + phase state
32
- - **ticket:** enforce filled create flow and phase1 status guard
33
- - **ticket:** enforce open ticket cleanup flow
34
- - **ticket:** partition archive index by month
35
-
36
-
37
- ### Fixed
38
-
39
- - add Refactor Safety Guard and Halt-and-Replan hard rules
40
- - agent degradation remediation β€” planLink, inline TDW, token optimization
41
- - align ticket APC template with phase gate
42
- - **docs:** correct frontmatter keys in AGENTS.md (remove fm_ prefix)
43
- - **init:** deploy Antigravity spoke to project root AGENTS.md
44
- - register legitimate DR-04/DR-05 exceptions and update PROJECT_RULE.md
45
- - remove duplicate phase key in ticket template and repair broken tickets
46
- - **rules:** announce active ticket at start
47
- - **rules:** keep planlink free of progress checkboxes
48
- - **rules:** make planlink capture agent analysis
49
- - **rules:** separate ticket and plan content
50
- - **spoke:** GLOBAL_AGENTS.md link text to actual filename AGENTS.md
51
- - SSOT β€” init removes .deuk-agent/templates/ unconditionally (bundle is single source of truth)
52
- - **T-116:** parallel-safe auto-close - only close activeTicketId, warn others
53
- - **T-116:** replace auto-close with activeTicketId switch + warning
54
- - **ticket:** honor project and submodule filters
55
- - **ticket:** Sync close/archive status to frontmatter to prevent rebuild reversion
56
-
57
-
58
- ### Changed
59
-
60
- - add Dependency Integrity Guard (HARD RULE) to AGENTS.md
61
- - add lite accessibility vision plan
62
- - add skill positioning release notes
63
- - add version frontmatter to AGENTS.md for rule loading optimization
64
- - align bad examples with plan/archive convention
65
- - archive bmt coordination ticket 142
66
- - archive bmt frontmatter cleanup ticket 144
67
- - archive bmt go ticket 140
68
- - archive bmt java ticket 139
69
- - archive bmt matrix ticket 133
70
- - archive bmt rust ticket 141
71
- - bump AGENTS.md to v15 and strengthen dependency guards
72
- - clarify ticket creation flow
73
- - document rationale for docs/plan and fix section numbering
74
- - Enforce strict rules for Scope Creep Handling
75
- - enhance main features and workflow intro for v3.2.0
76
- - optimize AGENTS.md β€” merge Dependency Integrity into Refactor Guard, compress Scope Creep
77
- - position agent guardrail growth loop
78
- - **rules:** clarify phase one execution semantics
79
- - **rules:** mandate enrich_frontmatter for all plan/report files (T-118)
80
- - **spoke:** hard rule single directive
81
- - update legacy path guidance to plan/archive layout
82
-
83
- ## [3.3.0] - 2026-05-02
84
-
85
- ### Added
86
-
87
- - **docs:** add AI coding agent guardrail positioning, vision, and organic growth research for VS Code, Open VSX, GitHub, and skill-driven discovery.
88
- - **docs:** add a deep comparison of Karpathy-style skills, DeukAgentRules, and DeukAgentContext, positioning skills as behavior playbooks, DeukAgentRules as workflow/permission control, and DeukAgentContext as ticketed engineering memory.
89
- - **seo:** add related-project positioning for `andrej-karpathy-skills` plus discovery keywords for Claude Code, AGENTS.md, Cursor rules, agent skills, and AI guardrails.
90
-
91
- ### Changed
92
-
93
- - **ticket:** enforce a decision-first cleanup flow when open tickets exceed the configured limit, while allowing closed tickets to be archived automatically.
94
- - **ticket:** organize archived tickets by year-month and day to reduce active ticket repository clutter.
95
- - **docs:** update README document indexes and GitHub topic guidance to emphasize the agent guardrail, instruction hub, skill registry, and project memory positioning.
96
-
97
- ### Fixed
98
-
99
- - **ticket:** prevent open ticket growth from silently exceeding the intended operating limit by surfacing cleanup decisions before new work proceeds.
100
-
101
- ## [3.2.0] - 2026-04-28
102
-
103
-
104
- ### Added
105
-
106
- - **agent:** implement platform coexistence and mode-aware workflow
107
-
108
-
109
- ### Changed
110
-
111
- - **agents:** add Co-existence Protocol and Workflow Gate (T-120)
112
- - update usage, architecture, and principles for v3.1.0
113
-
114
- ## [3.1.0] - 2026-04-28
115
-
116
-
117
- ### Added
118
-
119
- - add ArchitectureGuard.test.mjs and create technical debt ticket T-103
120
- - add first-class copilot and codex support
121
- - **arch:** implement APC v3 and simplify repository structure
122
- - **cli:** restrict --skip-phase0 based on MCP server status and update rules
123
- - consolidate rule cleanup logic and enforce thin pointers for entry points
124
- - enforce unidirectional AGENTS.md single source of truth
125
- - enhance CLI reporting and add practical usage guide
126
- - implement strict phase-driven ticket workflow with APC validation
127
- - implement Zero-Copy architecture with absolute path pointing and frontmatter-based PROJECT_RULE.md
128
- - implement zero-token knowledge distillation on ticket archive and cleanup dead code
129
- - **rules:** add AI Agent fallback guide to PROJECT_RULE.md template
130
- - **rules:** normalize canonical rules and decouple DeukPack rules
131
- - **telemetry:** add local-first telemetry CLI and update AGENTS.md
132
- - **ticket:** implement --plan-body for filled Phase 1 ticket body input and update project rules
133
-
134
-
135
- ### Fixed
136
-
137
- - auto-detect client tool from model and config in telemetry
138
- - resolve agent loop on ticket navigation + archive 37 dead tickets
139
- - **rules:** bilingual ko/en PROJECT_RULE.md template
140
- - **rules:** remove redundant core rules link from PROJECT_RULE.md
141
- - **rules:** restore frontmatter in PROJECT_RULE.md
142
- - **rules:** restore mandatory ticket workflow and anti-shoveling rules
143
- - **rules:** sync restored strict workflow AGENTS.md and unified templates
144
-
145
-
146
- ### Changed
147
-
148
- - add markdown lint policy and workflow docs
149
- - **agent:** rename TDD to TDW, archive ticket 101, and remove DOMAIN_RULES
150
- - AGENTS.md full cleanup - eliminate redundancy, unify English, remove dead rules
151
- - finalize ticket 066 rule normalization
152
- - modernize CLI architecture, implement state-driven path resolution, and comprehensive audit cleanup
153
- - **rules:** decouple DeukPack rules and fix merge injection logic
154
- - update principles and cli compiler to DeukAgentContext
155
-
156
- ## [3.0.0] - 2026-04-25
157
-
158
- ### πŸš€ Major Breakthrough: Hub-Spoke Architecture
159
- - **Canonical Rule Hub**: Introduced `AGENTS.md` as the single source of truth for all AI agents.
160
- - **Thin Spoke Pointers**: IDE-specific rules (Cursor, Copilot, etc.) are now lightweight pointers to the central Hub, eliminating duplication and sync errors.
161
- - **Global CLI Proxy**: Implemented a smart entry point that automatically detects and routes execution to local workspace sources, ensuring zero-latency development.
162
-
163
- ### 🧹 Zero-Legacy & Cleanliness
164
- - **Auto-Purge**: `init` now unconditionally deletes deprecated `.cursorrules` files.
165
- - **Smart Backups**: Added logic to detect custom user rules and rename files to `.bak` instead of deletion.
166
- - **Submodule Scrubbing**: Automatically cleans empty submodule directory stubs and scrubs `.gitmodules`.
167
-
168
- ### πŸ—οΈ Branding & Infrastructure
169
- - **Identity Overhaul**: Rebranded as a "Zero-Latency, High-Signal AI Orchestration Protocol".
170
- - **Documentation v3**: New high-end 3D visual infographics and overhauled conceptual guides (Architecture, Principles, How-it-works).
171
- - **Domain Agnostic**: Generalized `bundle/AGENTS.md` to support any technology stack, removing domain-specific hardcoding.
172
-
173
- ### βš™οΈ CLI Enhancements
174
- - **Proxy Routing**: `bin/deuk-agent-rule.js` performs directory traversal to find local scripts.
175
- - **Synchronized IO**: Refactored core logic to use synchronous FS operations for rock-solid CLI stability.
176
-
177
- ---
178
-
179
- ## [2.4.0] - 2026-04-18
180
- - add Codex CLI support (.codexrules) and apply globally
181
- - implement ticket chaining (--chain) for automated ticket linkage
182
- - improve submodule isolation logic