agent-enderun 0.6.7 → 0.6.8
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.
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## CURRENT STATUS
|
|
4
4
|
|
|
5
|
-
| Active Phase | Profile | Last Update | Active Trace ID
|
|
6
|
-
| :----------- | :----------- | :---------- |
|
|
7
|
-
| PHASE_0 | Lightweight | 2026-05-24 |
|
|
5
|
+
| Active Phase | Profile | Last Update | Active Trace ID | Blockers |
|
|
6
|
+
| :----------- | :----------- | :---------- | :------------------------- | :------- |
|
|
7
|
+
| PHASE_0 | Lightweight | 2026-05-24 | 01JK5V3A4B5C6D7E8F9G0H1J2K | NONE |
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -35,11 +35,26 @@ See `docs/roadmap.md` for the current Risk Tracking Dashboard and development pr
|
|
|
35
35
|
|
|
36
36
|
| Trace ID | Task | Agent | Priority | Status |
|
|
37
37
|
| :--- | :--- | :--- | :--- | :--- |
|
|
38
|
+
| 01JK5V3A4B5C6D7E8F9G0H1J2K | Resolve MCP typescript compile error, fix agent loader README crash, and bump version to 0.6.8 | @manager | P1 | COMPLETED |
|
|
38
39
|
|
|
39
40
|
---
|
|
40
41
|
|
|
41
42
|
## HISTORY (Persistent Memory)
|
|
42
43
|
|
|
44
|
+
### 2026-05-24 — Fixed Agent Loader README Validation Crash & Version Bumped to v0.6.8
|
|
45
|
+
|
|
46
|
+
- **Agent:** @manager
|
|
47
|
+
- **Trace ID:** 01JK5V3A4B5C6D7E8F9G0H1J2K
|
|
48
|
+
- **Action:** Added a valid YAML frontmatter header to `agents/README.md` across the projects to resolve loading crash issues inside the Gemini Extension loader validation logic, keeping documentation completely intact.
|
|
49
|
+
- **Outcome:** Successfully resolved the loader error. Upgraded framework version globally to `0.6.8` across package and dependency configs.
|
|
50
|
+
|
|
51
|
+
### 2026-05-24 — Fixed MCP Server TypeScript Compilation Error & Version Bumped to v0.6.7
|
|
52
|
+
|
|
53
|
+
- **Agent:** @manager
|
|
54
|
+
- **Trace ID:** 01JK5V3A4B5C6D7E8F9G0H1J2K
|
|
55
|
+
- **Action:** Fixed the `unknown` type mismatch error in the CallToolRequestSchema handler in both `agent-enderun` and `kentim` projects. Successfully linked the root CLI globally via `npm link`.
|
|
56
|
+
- **Outcome:** Resolved the compilation block and successfully verified linking.
|
|
57
|
+
|
|
43
58
|
### 2026-05-24 — Framework Initialized (v0.6.6)
|
|
44
59
|
|
|
45
60
|
- **Agent:** @manager
|
|
@@ -1,4 +1,28 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"timestamp": "2026-05-24T08:52:00.000Z",
|
|
4
|
+
"agent": "@manager",
|
|
5
|
+
"action": "ORCHESTRATE",
|
|
6
|
+
"requestId": "01JK5V3A4B5C6D7E8F9G0H1J2K",
|
|
7
|
+
"status": "SUCCESS",
|
|
8
|
+
"summary": "Resolved agent loading error in Gemini Extension by adding valid YAML frontmatter to agents/README.md in both agent-enderun and kentim directories, and bumped the framework package versions to 0.6.8 globally.",
|
|
9
|
+
"files": [
|
|
10
|
+
"/Users/ybekar/Desktop/Projeler/agent-enderun/.enderun/agents/README.md",
|
|
11
|
+
"/Users/ybekar/Desktop/Projeler/kentim/.gemini/agents/README.md",
|
|
12
|
+
"/Users/ybekar/Desktop/Projeler/agent-enderun/package.json",
|
|
13
|
+
"/Users/ybekar/Desktop/Projeler/agent-enderun/framework-mcp/package.json",
|
|
14
|
+
"/Users/ybekar/Desktop/Projeler/kentim/package.json",
|
|
15
|
+
"/Users/ybekar/Desktop/Projeler/kentim/framework-mcp/package.json",
|
|
16
|
+
"/Users/ybekar/Desktop/Projeler/agent-enderun/README.md",
|
|
17
|
+
"/Users/ybekar/Desktop/Projeler/agent-enderun/framework-mcp/README.md",
|
|
18
|
+
"/Users/ybekar/Desktop/Projeler/kentim/framework-mcp/README.md",
|
|
19
|
+
"/Users/ybekar/Desktop/Projeler/agent-enderun/CHANGELOG.md"
|
|
20
|
+
],
|
|
21
|
+
"details": {
|
|
22
|
+
"frontmatterFix": "Added a valid name/description YAML frontmatter to README.md in both workspaces so loader validations pass seamlessly.",
|
|
23
|
+
"versionBump": "Upgraded framework to 0.6.8 across all workspaces and configuration settings."
|
|
24
|
+
}
|
|
25
|
+
},
|
|
2
26
|
{
|
|
3
27
|
"timestamp": "2026-05-24T08:38:00.000Z",
|
|
4
28
|
"agent": "@manager",
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 🏛️ Agent Enderun (v0.6.
|
|
1
|
+
# 🏛️ Agent Enderun (v0.6.8) — The Supreme AI Governance & Orchestration Framework
|
|
2
2
|
|
|
3
3
|
**The Supreme AI Governance & Orchestration Framework for Enterprise Development**
|
|
4
4
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
Most AI coding tools optimize for speed and generation volume. Agent Enderun optimizes for **risk-aware, auditable, and continuously improving software development processes**. It converts chaotic AI output into structured, enterprise-ready work through mandatory rules, specialized agents, persistent memory, and a living risk management system.
|
|
18
18
|
|
|
19
|
-
### v0.6.
|
|
19
|
+
### v0.6.8 Strategic Focus (May 2026)
|
|
20
20
|
|
|
21
21
|
This release focuses on **professionalization and language standardization**:
|
|
22
22
|
|
|
@@ -75,7 +75,7 @@ Full weekly plans are maintained in the Risk Tracking Dashboard.
|
|
|
75
75
|
|
|
76
76
|
---
|
|
77
77
|
|
|
78
|
-
## 🛡️ Key Governance Innovations (v0.6.
|
|
78
|
+
## 🛡️ Key Governance Innovations (v0.6.8)
|
|
79
79
|
|
|
80
80
|
### 1. Manager Authority Audit & Enforcement
|
|
81
81
|
Formal system requiring `@manager` to regularly audit its own control over all agents and enforce violations through a defined escalation ladder.
|
|
@@ -89,7 +89,7 @@ Eight-week intensive program covering component architecture (slots, composition
|
|
|
89
89
|
### 4. Corporate CRUD & Administrative Governance
|
|
90
90
|
All high-risk operations (user/permission management, bulk deletion, system configuration, audit access, etc.) now require explicit `@manager` briefing, a `managerApproval` object, and complete before/after audit logging.
|
|
91
91
|
|
|
92
|
-
### 5. English-First Standardization (v0.6.
|
|
92
|
+
### 5. English-First Standardization (v0.6.8)
|
|
93
93
|
The entire framework (agent prompts, knowledge base, internal documentation, and core files) has been converted to professional English. Bilingual support is retained only for top-level user-facing documents.
|
|
94
94
|
|
|
95
95
|
---
|
|
@@ -140,7 +140,7 @@ For the complete step-by-step guide, see: [docs/getting-started.md](docs/getting
|
|
|
140
140
|
- Advanced enterprise adaptation guidelines (D004)
|
|
141
141
|
|
|
142
142
|
**Areas Requiring Significant Work:**
|
|
143
|
-
- Build and test infrastructure resolved for framework-mcp package in v0.6.
|
|
143
|
+
- Build and test infrastructure resolved for framework-mcp package in v0.6.8 (tests locally runnable)
|
|
144
144
|
- No complete reference application (highest priority)
|
|
145
145
|
- Hermes protocol has not been executed in real multi-agent flows
|
|
146
146
|
- Real long-term usage data is very limited
|
|
@@ -183,7 +183,7 @@ Agent Enderun, yazılım ekipleri için tasarlanmış **Anayasal Yönetişim** v
|
|
|
183
183
|
|
|
184
184
|
Çoğu AI kod aracı hız ve üretim kapasitesine odaklanırken, Agent Enderun **risk bilinci, denetlenebilirlik, izlenebilirlik ve sürekli profesyonel gelişim** üzerine kuruludur.
|
|
185
185
|
|
|
186
|
-
### v0.6.
|
|
186
|
+
### v0.6.8 Stratejik Odak
|
|
187
187
|
|
|
188
188
|
Bu sürümün ana konusu **profesyonelleşme ve dil standardizasyonu**dur:
|
|
189
189
|
- Tüm ajan prompt’ları, bilgi tabanı ve iç dokümantasyon profesyonel İngilizceye dönüştürülmüştür.
|
|
@@ -205,13 +205,13 @@ Dört vazgeçilmez ilke üzerine inşa edilmiştir:
|
|
|
205
205
|
|
|
206
206
|
---
|
|
207
207
|
|
|
208
|
-
## 🛡️ Önemli Yönetişim Yenilikleri (v0.6.
|
|
208
|
+
## 🛡️ Önemli Yönetişim Yenilikleri (v0.6.8)
|
|
209
209
|
|
|
210
210
|
- Manager Authority Audit & Enforcement
|
|
211
211
|
- Hermes Live Test Program (4 zorunlu senaryo)
|
|
212
212
|
- @frontend Profesyonelleşme Programı (8 hafta)
|
|
213
213
|
- Kurumsal CRUD ve Yönetimsel İşlem Yönetişimi (`managerApproval`)
|
|
214
|
-
- **v0.6.
|
|
214
|
+
- **v0.6.8:** Tüm framework İngilizce standardizasyonu, MCP derleme ve ajan yükleyici düzeltmesi
|
|
215
215
|
|
|
216
216
|
---
|
|
217
217
|
|
|
@@ -238,4 +238,4 @@ Dört vazgeçilmez ilke üzerine inşa edilmiştir:
|
|
|
238
238
|
|
|
239
239
|
---
|
|
240
240
|
|
|
241
|
-
**v0.6.
|
|
241
|
+
**v0.6.8 — English Standardization & MCP Build/Loader Fix Release**
|
package/framework-mcp/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-enderun",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.8",
|
|
4
4
|
"description": "The Supreme AI Governance & Orchestration Framework for Enterprise Development",
|
|
5
5
|
"author": "Yusuf BEKAR",
|
|
6
6
|
"license": "MIT",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
70
70
|
"@pandacss/dev": "^0.53.0",
|
|
71
71
|
"@types/node": "^22.13.4",
|
|
72
|
-
"agent-enderun": "^0.6.
|
|
72
|
+
"agent-enderun": "^0.6.8",
|
|
73
73
|
"concurrently": "^9.1.2",
|
|
74
74
|
"eslint": "^9.20.1",
|
|
75
75
|
"ts-morph": "^28.0.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"zod": "^3.24.2"
|
|
81
81
|
},
|
|
82
82
|
"enderun": {
|
|
83
|
-
"version": "0.6.
|
|
83
|
+
"version": "0.6.8",
|
|
84
84
|
"initializedAt": "2026-05-23T13:00:32.411Z"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {}
|