agent-enderun 1.0.3 → 1.0.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.
@@ -21,3 +21,11 @@
21
21
 
22
22
  - **Framework Scaffolding:** Initialized using Agent Enderun templates.
23
23
  - **Stable Release v1.0.3:** Promoted and mühürlendi with Unified Brain Architecture, conditional clean scaffolds, Grok army resolution, and 100% passing integration tests.
24
+ - **Antigravity Cross-Compatibility Fix:** Resolved issue where custom agents were not showing up in the Antigravity CLI/IDE. Scaffolded the `.agents/agents/...` directory with 12 agent specifications and updated the `init` command to automatically scaffold it for the `gemini` adapter.
25
+ - **Architectural Guidance:** Answered user inquiry regarding MCP agent definition structure, explaining the role of `agent.json` vs `.md` files.
26
+ - **Framework Directory Resolution Fix:** Removed `.agents` from `FRAMEWORK_DIR_CANDIDATES` to avoid false positive directory detection when `.agents` is created solely for Antigravity/Cursor custom agent registration. Verified health check is 100% green.
27
+ - **Automated Scaffolding Geliştirmesi:** `init` komutu güncellendi. Kurulum sırasında hem `.agents/agents/...` klasörlerinin hem de `.cursorrules` dosyasının otomatik olarak oluşturulması sağlandı, böylece hem Antigravity hem de Cursor IDE destekleri tamamen otonom ve otomatik hale getirildi.
28
+ - **Antigravity Konfigürasyon Entegrasyonu:** `agent-settings`, `cli-settings` ve `ide-settings` kılavuzlarındaki standartlara uygun olarak `.agents/skills`, `.agents/rules`, `.agents/workflows` dizinleri, `.agents/mcp_config.json` lokal MCP tanımları ve kök dizindeki `AGENTS.md` otonom talimat dosyası oluşturuldu ve `init` akışına entegre edildi.
29
+ - **AI Compatibility Audit:** Documented and verified active readiness for Gemini/Antigravity CLI, Cursor IDE, Claude Code/Desktop, and Grok environments.
30
+ - **Kalite Kapısı Kontrolleri:** ESLint otomatik kod formatlama ve hizalama düzeltmeleri uygulandı, TS derleme build'i sıfır hata ile tamamlandı ve vitest birim testlerinin tümü (%100 başarı) başarıyla geçti.
31
+ - **Monorepo Sürüm Senkronizasyonu:** Tüm monorepo paketlerinin (\`@agent-enderun/mcp\`, \`@agent-enderun/backend\`, \`@agent-enderun/web\`) sürümleri ana sürüm olan \`1.0.5\` ile senkronize edildi.
@@ -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 (Singularity)
3
+ > **Stable Release:** v1.0.5 (Universal AI Synergy)
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.3** 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.
14
+ Sürüm **v1.0.5** 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,16 @@ 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.3 Singularity Kararlı Sürüm Devrimsel Özellikleri
30
+ ### 🚀 Sürüm v1.0.5 Universal AI Synergy Kararlı Sürüm Devrimsel Özellikleri
31
+
32
+ 1. **🛸 Antigravity Custom Agent, CLI & IDE Entegrasyonu:**
33
+ * `.agents/` dizini altında `skills`, `rules` ve `workflows` dizinleri ile yerel `mcp_config.json` dosyasının otonom oluşturulması sağlandı. Kök dizine global `AGENTS.md` dosyasının otomatik yazılması eklenerek Antigravity CLI (`agy`) ve IDE'sinin özel agent'ları pürüzsüz tanıması sağlandı.
34
+ 2. **🚀 Cursor IDE `.cursorrules` Desteği:**
35
+ * Kök dizinde `.cursorrules` dosyası otomatik oluşturularak Cursor AI asistanının (Chat & Composer) Agent Enderun anayasası ve bellek sistemlerine tam uyumlu çalışması sağlandı.
36
+ 3. **🩺 Akıllı Framework Dizin Çözümlemesi:**
37
+ * `.agents/` konfigürasyon dizini ile ana framework çalışma dizinlerinin (`.enderun` vb.) çakışmasını önleyen ve `check` taramasını 100% başarılı kılan dizin çözümleme düzeltmesi uygulandı.
38
+
39
+ ### 🚀 Sürüm v1.0.4 Singularity Kararlı Sürüm Devrimsel Özellikleri
31
40
 
32
41
  1. **🧠 Pürüzsüz ve Klasör Kalabalığından Arındırılmış Birleşik Beyin Mimarisi (Unified Brain):**
33
42
  * 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 +186,7 @@ npx agent-enderun init gemini --unified
177
186
 
178
187
  **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
188
 
180
- As of **v1.0.3**, 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**.
189
+ As of **v1.0.5**, 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
190
 
182
191
  ---
183
192
 
@@ -193,7 +202,16 @@ As AI coding assistants (Claude Code, Gemini CLI, Grok Build, etc.) become incre
193
202
 
194
203
  ---
195
204
 
196
- ### 🚀 Key Improvements in Version v1.0.3 Stable Release
205
+ ### 🚀 Key Improvements in Version v1.0.5 (Universal AI Synergy) Stable Release
206
+
207
+ 1. **🛸 Antigravity Custom Agent, CLI & IDE Integration:**
208
+ * Autonomously scaffolds `.agents/skills`, `.agents/rules`, and `.agents/workflows` directories along with local `mcp_config.json`. Generates the root `AGENTS.md` file automatically, ensuring full cross-platform compatibility and seamless custom agent discovery in the Antigravity CLI (`agy`) and IDE.
209
+ 2. **🚀 Cursor IDE `.cursorrules` Support:**
210
+ * Automatically scaffolds the root `.cursorrules` file to direct Cursor's AI Chat and Composer to comply fully with the Agent Enderun Constitution (`ENDERUN.md`) and persistant memory patterns.
211
+ 3. **🩺 Smart Framework Directory Resolution:**
212
+ * Fixed framework resolution candidates to dynamically prevent folder name collisions between the Antigravity config `.agents` and framework directories, ensuring `check` audits are 100% green.
213
+
214
+ ### 🚀 Key Improvements in Version v1.0.4 Stable Release
197
215
 
198
216
  1. **🧠 Clutter-Free Unified Brain Architecture:**
199
217
  * 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 +356,4 @@ npx agent-enderun init gemini --unified
338
356
 
339
357
  ---
340
358
 
341
- Developed with absolute discipline | Developer **Yusuf BEKAR** | Framework Version **v1.0.3**
359
+ Developed with absolute discipline | Developer **Yusuf BEKAR** | Framework Version **v1.0.5**