agent-enderun 1.0.3 → 1.0.4
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/skills/multi_agent_coordination.md +1 -1
- package/.enderun/skills/subagent_lifecycle.md +1 -1
- package/README.md +6 -6
- package/docs/api-referans.md +1137 -0
- package/docs/is_akislari.md +902 -0
- package/docs/mimari.md +926 -0
- package/docs/moduller.md +294 -0
- package/docs/proje.md +521 -0
- package/docs/yap/304/261.md +2150 -0
- package/gemini.md +1 -1
- package/package.json +2 -2
- package/src/cli/adapters.ts +8 -6
- package/src/cli/utils/fs.ts +1 -0
|
@@ -34,7 +34,7 @@ When delegating a task or sending an update, write a JSON file with the followin
|
|
|
34
34
|
### Handoff Protocol Flow:
|
|
35
35
|
1. **Lock Check:** Before writing, verify `{{FRAMEWORK_DIR}}/messages/.lock` does not exist. If locked, retry 3 times with 500ms intervals.
|
|
36
36
|
2. **Write Message:** Write the payload into the `messages/` folder.
|
|
37
|
-
3. **Trigger Loop:** Trigger the orchestration loop via `orchestrate_loop` (MCP) or `npx agent-enderun orchestrate`.
|
|
37
|
+
3. **Trigger Loop:** Trigger the orchestration loop via `orchestrate_loop` (MCP) or `npx agent-enderun orchestrate`. Note: Due to kernel sandboxing and security policies in modern AI CLI tools (e.g. Claude Code, Gemini CLI), the CLI does not autonomously spawn background AI processes. Instead, the orchestrator updates `STATUS.md`, writes the briefing payload, and guides the user or the host's native `invoke_subagent` tool to run the next agent session with the correct context.
|
|
38
38
|
|
|
39
39
|
---
|
|
40
40
|
|
|
@@ -13,7 +13,7 @@ This skill outlines the strict workflow for launching and merging subagents in h
|
|
|
13
13
|
|
|
14
14
|
## 🚀 1. The Briefing and Spawning Phase
|
|
15
15
|
|
|
16
|
-
When a parent agent (e.g. `@manager` or `@backend`) determines a task is large or highly parallelizable, it delegates it by spawning a subagent.
|
|
16
|
+
When a parent agent (e.g. `@manager` or `@backend`) determines a task is large or highly parallelizable, it delegates it by spawning a subagent. (Note: Depending on host support, spawning is executed either using the host's native `invoke_subagent` tool, or by printing a structured briefing for user-mediated context handoff).
|
|
17
17
|
|
|
18
18
|
### Spawning Checklist:
|
|
19
19
|
1. **Assign Trace ID:** The parent passes its active Trace ID (ULID) to the subagent.
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🏛️ Agent Enderun — Enterprise AI Governance & Autonomous Orchestration Framework
|
|
2
2
|
|
|
3
|
-
> **Stable Release:** v1.0.
|
|
3
|
+
> **Stable Release:** v1.0.4 (Singularity - Patch 1)
|
|
4
4
|
> **Author:** Yusuf BEKAR
|
|
5
5
|
> **Trace ID:** `01HGT8J5E2N0W0W0W0W0W0W0W5`
|
|
6
6
|
> **System Status:** 🟢 All Systems Operational | Build Compile: Clean | Type-Safety: 100% Verified
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
**Agent Enderun**, sıradan bir kod şablon üreteci veya basit bir AI asistanı değildir; karmaşık, ölçeklenebilir ve kurumsal (enterprise) düzeydeki yazılım projeleri için özel olarak tasarlanmış bir **Yapay Zeka Yönetişimi ve Otonom Ordu Komuta Sistemidir**.
|
|
13
13
|
|
|
14
|
-
Sürüm **v1.0.
|
|
14
|
+
Sürüm **v1.0.4** itibarıyla sistem; kendi hafızasını yönetebilen, monorepo proje yollarını dinamik olarak haritalayan, tüm ajan seanslarını güvenli şekilde günlükleyen, farklı yapay zeka ekosistemlerini anayasal bir disiplin altında birleştiren ve **macOS & Windows çapraz platform standartlarına tam uyum sağlayan** yaşayan bir mühendislik organizmasıdır.
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
@@ -27,7 +27,7 @@ Yapay zeka kodlama yardımcıları (Claude Code, Gemini CLI, Grok Build vb.) gel
|
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
30
|
-
### 🚀 Sürüm v1.0.
|
|
30
|
+
### 🚀 Sürüm v1.0.4 Singularity Kararlı Sürüm Devrimsel Özellikleri
|
|
31
31
|
|
|
32
32
|
1. **🧠 Pürüzsüz ve Klasör Kalabalığından Arındırılmış Birleşik Beyin Mimarisi (Unified Brain):**
|
|
33
33
|
* Ajanların ve MCP sunucusunun tek bir ortak beyin (`.enderun/`) altında çalışmasını sağlayan **Birleşik Beyin Mimarisi** hayata geçirildi. `--unified` flag'i kullanıldığında veya `package.json` üzerinden kilitlendiğinde, tüm asistan şimleri (`gemini.md`, `claude.md`, `grok.md`) ve hafıza kuyrukları tek bir klasörde birleşir; ek dosya veya klasör kalabalığı kesinlikle oluşturulmaz.
|
|
@@ -177,7 +177,7 @@ npx agent-enderun init gemini --unified
|
|
|
177
177
|
|
|
178
178
|
**Agent Enderun** is not a generic boilerplate generator or a simple AI wrapper; it is an elite, state-of-the-art **AI Governance and Autonomous Army Command System** designed for complex, scalable, and highly auditable enterprise software projects.
|
|
179
179
|
|
|
180
|
-
As of **v1.0.
|
|
180
|
+
As of **v1.0.4**, the system operates as a **"Living Engineering Organism"** capable of managing its own persistent memory, dynamically mapping project directory scopes, secure-logging expert agent activities, and **fully complying with cross-platform (macOS & Windows) scripting and standard setups**.
|
|
181
181
|
|
|
182
182
|
---
|
|
183
183
|
|
|
@@ -193,7 +193,7 @@ As AI coding assistants (Claude Code, Gemini CLI, Grok Build, etc.) become incre
|
|
|
193
193
|
|
|
194
194
|
---
|
|
195
195
|
|
|
196
|
-
### 🚀 Key Improvements in Version v1.0.
|
|
196
|
+
### 🚀 Key Improvements in Version v1.0.4 Stable Release
|
|
197
197
|
|
|
198
198
|
1. **🧠 Clutter-Free Unified Brain Architecture:**
|
|
199
199
|
* Designed and implemented the **Unified Brain Architecture** that dynamically targets the centralized `.enderun/` directory for all platform shims (`gemini.md`, `claude.md`, `grok.md`) and memory queues when `--unified` is active or locked in `package.json`. This eliminates redundant folder clutter.
|
|
@@ -338,4 +338,4 @@ npx agent-enderun init gemini --unified
|
|
|
338
338
|
|
|
339
339
|
---
|
|
340
340
|
|
|
341
|
-
Developed with absolute discipline | Developer **Yusuf BEKAR** | Framework Version **v1.0.
|
|
341
|
+
Developed with absolute discipline | Developer **Yusuf BEKAR** | Framework Version **v1.0.4**
|