agent-enderun 0.8.4 → 0.8.5
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/PROJECT_MEMORY.md +5 -0
- package/.enderun/STATUS.md +1 -1
- package/.enderun/config.json +1 -1
- package/.enderun/logs/manager.json +1 -20
- package/.enderun/memory-graph/shared-facts.json +1 -1
- package/README.md +3 -3
- package/docs/architecture/approval-flows.md +1 -1
- package/docs/backend/error-handling.md +1 -1
- package/docs/frontend/component-patterns.md +1 -1
- package/framework-mcp/package.json +1 -1
- package/framework-mcp/src/utils.ts +2 -2
- package/package.json +1 -1
|
@@ -39,6 +39,11 @@ This file is the Single Source of Truth (SSOT) and the persistent memory of the
|
|
|
39
39
|
| Module | Status | Agent | Date |
|
|
40
40
|
| :--- | :--- | :--- | :--- |
|
|
41
41
|
|
|
42
|
+
## ACTIVE TASKS
|
|
43
|
+
|
|
44
|
+
| Trace ID | Task | Agent | Priority | Status |
|
|
45
|
+
| :--- | :--- | :--- | :--- | :--- |
|
|
46
|
+
|
|
42
47
|
## HISTORY (Persistent Memory)
|
|
43
48
|
|
|
44
49
|
### 2026-05-26 — Framework Cleanup
|
package/.enderun/STATUS.md
CHANGED
package/.enderun/config.json
CHANGED
|
@@ -1,20 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"runs": [
|
|
3
|
-
{
|
|
4
|
-
"traceId": "01JM5S8A0F2B4C6D8E0G2H4J6K",
|
|
5
|
-
"timestamp": "2026-05-27T20:45:00Z",
|
|
6
|
-
"agent": "@manager",
|
|
7
|
-
"action": "COMPREHENSIVE_FRAMEWORK_EVALUATION",
|
|
8
|
-
"status": "COMPLETED",
|
|
9
|
-
"details": {
|
|
10
|
-
"summary": "Performed detailed codebase evaluation of capabilities, inconsistencies, and blind spots in the Agent Enderun framework v0.8.3.",
|
|
11
|
-
"findings": [
|
|
12
|
-
"Identified version mismatches in STATUS.md and shared-facts.json.",
|
|
13
|
-
"Found low-relevance placeholder documentation files in docs/.",
|
|
14
|
-
"Discovered package dependency mismatches for Panda CSS, Zod, and @types/node.",
|
|
15
|
-
"Analyzed queue concurrency and Hermes lock protocol race conditions."
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
]
|
|
20
|
-
}
|
|
1
|
+
{"runs":[]}
|
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# 🏛️ Agent Enderun (v0.8.
|
|
1
|
+
# 🏛️ Agent Enderun (v0.8.5) — The Supreme AI Governance & Orchestration Framework
|
|
2
2
|
|
|
3
3
|
**The Supreme AI Governance & Orchestration Framework for Enterprise Development**
|
|
4
4
|
|
|
5
5
|
**Author:** Yusuf BEKAR
|
|
6
|
-
**Version:** 0.8.
|
|
6
|
+
**Version:** 0.8.5
|
|
7
7
|
**License:** MIT
|
|
8
8
|
|
|
9
9
|
[English](#english) | [Türkçe](#türkçe)
|
|
@@ -219,7 +219,7 @@ Enderun Ordusu'ndaki her ajan, kendilerine ait kuralları, izin verilen dizinler
|
|
|
219
219
|
|
|
220
220
|
---
|
|
221
221
|
|
|
222
|
-
## 🏛️ Agent Enderun: Detaylı Kod Tabanı Denetim Raporu (v0.8.
|
|
222
|
+
## 🏛️ Agent Enderun: Detaylı Kod Tabanı Denetim Raporu (v0.8.5)
|
|
223
223
|
|
|
224
224
|
Çerçevenin (framework) çekirdek kod yapısı, operasyonel işleyişi, alt-üst ajan hiyerarşisi ve temizlenmiş mükerrer alanları en ince ayrıntısına kadar denetlenmiş ve belgelenmiştir:
|
|
225
225
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Enterprise Approval Flows & Governance Protocol (v0.8.
|
|
1
|
+
# Enterprise Approval Flows & Governance Protocol (v0.8.5)
|
|
2
2
|
|
|
3
3
|
This protocol defines the strict governance model for high-risk operations and cross-agent approval flows within the Agent Enderun framework. It ensures that no critical mutations or sensitive actions are executed by AI specialists without formal orchestration and explicit authorization.
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Professional Domain Error Handling Pattern (v0.8.
|
|
1
|
+
# Professional Domain Error Handling Pattern (v0.8.5)
|
|
2
2
|
|
|
3
3
|
All backend components developed under the Agent Enderun framework must comply with the **Domain Error Handling Protocol**. Direct usage of generic Javascript `Error` objects or HTTP status codes inside domain services is strictly forbidden.
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Atomic Component Standards & Panda CSS Guidelines (v0.8.
|
|
1
|
+
# Atomic Component Standards & Panda CSS Guidelines (v0.8.5)
|
|
2
2
|
|
|
3
3
|
All user interface developments inside the Agent Enderun framework must follow the **Fluid Component Protocol**. We strictly build component hierarchies following **Mobile-First Responsive Design** and type-safe styling using **Panda CSS**.
|
|
4
4
|
|
|
@@ -10,12 +10,12 @@ const getPackageVersion = (): string => {
|
|
|
10
10
|
const pkgPath = path.join(__dirname, "../package.json");
|
|
11
11
|
if (fs.existsSync(pkgPath)) {
|
|
12
12
|
const pkg = JSON.parse(fs.readFileSync(pkgPath, "utf-8"));
|
|
13
|
-
return pkg.version || "0.8.
|
|
13
|
+
return pkg.version || "0.8.5";
|
|
14
14
|
}
|
|
15
15
|
} catch {
|
|
16
16
|
// fallback
|
|
17
17
|
}
|
|
18
|
-
return "0.8.
|
|
18
|
+
return "0.8.5";
|
|
19
19
|
};
|
|
20
20
|
|
|
21
21
|
export const FRAMEWORK_VERSION = getPackageVersion();
|