agent-enderun 0.6.6 → 0.6.7
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/.enderun/logs/manager.json +23 -0
- package/README.md +10 -10
- package/framework-mcp/README.md +1 -1
- package/framework-mcp/package.json +1 -1
- package/framework-mcp/src/tools/index.ts +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"timestamp": "2026-05-24T08:38:00.000Z",
|
|
4
|
+
"agent": "@manager",
|
|
5
|
+
"action": "ORCHESTRATE",
|
|
6
|
+
"requestId": "01JK5V3A4B5C6D7E8F9G0H1J2K",
|
|
7
|
+
"status": "SUCCESS",
|
|
8
|
+
"summary": "Resolved MCP server TypeScript compilation errors, linked the root CLI globally via npm link, and bumped the framework package versions from 0.6.6 to 0.6.7 across both agent-enderun and kentim directories.",
|
|
9
|
+
"files": [
|
|
10
|
+
"/Users/ybekar/Desktop/Projeler/agent-enderun/framework-mcp/src/tools/index.ts",
|
|
11
|
+
"/Users/ybekar/Desktop/Projeler/kentim/framework-mcp/src/tools/index.ts",
|
|
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
|
+
],
|
|
17
|
+
"details": {
|
|
18
|
+
"typeFix": "Strongly typed allHandlers in tools/index.ts to avoid the forbidden any type while resolving TS2345.",
|
|
19
|
+
"linking": "Executed npm link globally to expose the agent-enderun CLI command.",
|
|
20
|
+
"versionBump": "Upgraded all references from 0.6.6 to 0.6.7 across configuration and dependency fields."
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
]
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 🏛️ Agent Enderun (v0.6.
|
|
1
|
+
# 🏛️ Agent Enderun (v0.6.7) — 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.7 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.7)
|
|
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.7)
|
|
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
|
|
143
|
+
- Build and test infrastructure resolved for framework-mcp package in v0.6.7 (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
|
|
@@ -151,7 +151,7 @@ For the complete step-by-step guide, see: [docs/getting-started.md](docs/getting
|
|
|
151
151
|
|
|
152
152
|
## 📍 Next Major Milestones
|
|
153
153
|
|
|
154
|
-
1.
|
|
154
|
+
1. Harden local test coverage and resolve sandbox environment dependencies (P0)
|
|
155
155
|
2. Execute at least one full Hermes Live Test scenario in a real agent session
|
|
156
156
|
3. Complete @frontend Professionalization Program (target: 9.0)
|
|
157
157
|
4. Raise all core agents to minimum 8.0 maturity with measurable evidence
|
|
@@ -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.7 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.7)
|
|
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.7:** Tüm framework İngilizce standardizasyonu ve MCP derleme hatası 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.7 — English Standardization & MCP Build Fix Release**
|
package/framework-mcp/README.md
CHANGED
|
@@ -26,7 +26,7 @@ export const allTools = [
|
|
|
26
26
|
...scaffoldTools,
|
|
27
27
|
];
|
|
28
28
|
|
|
29
|
-
export const allHandlers: Record<string, (args: unknown, projectRoot: string) => Promise<
|
|
29
|
+
export const allHandlers: Record<string, (args: unknown, projectRoot: string) => Promise<{ content: Array<{ type: string; text: string }> }>> = {
|
|
30
30
|
...codebaseHandlers,
|
|
31
31
|
...frameworkHandlers,
|
|
32
32
|
...securityHandlers,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-enderun",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.7",
|
|
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.7",
|
|
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.7",
|
|
84
84
|
"initializedAt": "2026-05-23T13:00:32.411Z"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {}
|