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.
@@ -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
@@ -26,7 +26,7 @@
26
26
 
27
27
  | Metrik | Değer |
28
28
  | :--- | :--- |
29
- | **Framework Versiyonu** | v0.8.4 |
29
+ | **Framework Versiyonu** | v0.8.5 |
30
30
  | **Sistem Sağlığı** | 🟢 GREEN |
31
31
  | **Toplam Trace** | 0 |
32
32
  | **Aktif Görevler** | 0 |
@@ -2,5 +2,5 @@
2
2
  "logLevel": "info",
3
3
  "outputFormat": "text",
4
4
  "defaultProfile": "Lightweight",
5
- "version": "0.8.4"
5
+ "version": "0.8.5"
6
6
  }
@@ -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":[]}
@@ -47,6 +47,6 @@
47
47
  { "agent": "@native", "capability": 8.9, "primaryDomain": "native" },
48
48
  { "agent": "@mobile", "capability": 8.8, "primaryDomain": "mobile" }
49
49
  ],
50
- "frameworkVersion": "0.8.4",
50
+ "frameworkVersion": "0.8.5",
51
51
  "constitutionFile": "ENDERUN.md"
52
52
  }
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # 🏛️ Agent Enderun (v0.8.4) — The Supreme AI Governance & Orchestration Framework
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.4
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.4)
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.4)
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.4)
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.4)
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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-enderun-mcp",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "Enterprise-grade MCP Server for AI Agent Framework",
5
5
  "author": "Yusuf BEKAR",
6
6
  "license": "MIT",
@@ -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.4";
13
+ return pkg.version || "0.8.5";
14
14
  }
15
15
  } catch {
16
16
  // fallback
17
17
  }
18
- return "0.8.4";
18
+ return "0.8.5";
19
19
  };
20
20
 
21
21
  export const FRAMEWORK_VERSION = getPackageVersion();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-enderun",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "The Supreme AI Governance & Orchestration Framework for Enterprise Development",
5
5
  "author": "Yusuf BEKAR",
6
6
  "license": "MIT",