agent-enderun 1.0.6 → 1.0.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.
@@ -37,3 +37,8 @@
37
37
  }
38
38
  ]{"timestamp":"2026-06-02T16:30:17.008Z","agent":"@manager","action":"MEMORY_LOG_CLEAN_GIT_PUSH_NPM_PREP","requestId":"01HGT8J5E2N0W0W0W0W0W0W0W5","status":"SUCCESS","summary":"Pruned memory and logs. Git commit + push to GitHub done. npmjs prep: build run, version confirmed 1.0.6, pack dry-run verified includes .enderun etc. All per user request and governance.","findings":["git push success","build OK","pack would publish v1.0.6 with correct files","memory pruned"]}
39
39
  {"timestamp":"2026-06-02T16:35:47.320Z","agent":"@manager","action":"README_CLAIMS_ANALYSIS","requestId":"01HGT8J5E2N0W0W0W0W0W0W0W5","status":"SUCCESS","summary":"Analyzed if Agent Enderun can actually deliver everything written in README for corporate/complex projects. Inspected agents (12 with proper AL frontmatter), MCP surgical tools (real replace/patch), CLI (validate + orchestrate real), prompts enforcing rules. Found strong governance layer + prompt+tool system. PHASE_0, apps are scaffolds. Honest assessment prepared.","findings":["Implemented: surgical MCP tools","AL validation+state machine","multi-adapter init+check","memory discipline prompts","12 agents. Aspirational: fully autonomous army without human oversight","full reference apps. Good for enterprise discipline if followed strictly."]}
40
+ {"timestamp":"2026-06-02T16:42:23.778Z","agent":"@manager","action":"NPMJS_PUBLISH_PREP_README_FIX","requestId":"01HGT8J5E2N0W0W0W0W0W0W0W5","status":"SUCCESS","summary":"Diagnosed and confirmed README.md inclusion in npm package. Added tgz ignore rule surgically. Cleaned workspace. Ran build. Updated memory. Ready for npm publish. README now properly goes with the package.","findings":["pack and tar confirmed package/README.md present",".gitignore improved","build successful"]}
41
+ {"timestamp":"2026-06-02T16:42:47.582Z","agent":"@manager","action":"NPMJS_PUBLISH_PREP_FINAL","requestId":"01HGT8J5E2N0W0W0W0W0W0W0W5","status":"SUCCESS","summary":"Full prep for npm publish completed. Confirmed README inclusion via actual pack + tar. Build done. .gitignore for tgz added. Clean state. User can now run npm publish safely. All steps net and clear as requested.","findings":["README confirmed in package","439 files","build success","tgz rule in gitignore"]}
42
+ {"timestamp":"2026-06-02T16:43:10.013Z","agent":"@manager","action":"NPM_PUBLISH_PREP_COMPLETE","requestId":"01HGT8J5E2N0W0W0W0W0W0W0W5","status":"SUCCESS","summary":"Everything started clearly. README inclusion issue diagnosed and solved (confirmed in actual tarball via tar + pack). .gitignore improved for tgz. Build + clean pack done. Git commit + push for the prep improvement. Ready for user to run 'npm publish'. All net and following rules.","findings":["README in package","tgz ignored","prep complete","pushed"]}
43
+ {"timestamp":"2026-06-02T16:47:09.324Z","agent":"@manager","action":"PUBLISH_READINESS_CHECK","requestId":"01HGT8J5E2N0W0W0W0W0W0W0W5","status":"SUCCESS","summary":"Full pre-publish deficiency check completed. Fixed shim filename mismatch in package.json and added missing CLAUDE.md. All key items (README, shims, .enderun, build, tests, versions sync, no .npmignore issues) verified. Git clean push done. Ready for npm publish.","findings":["No major missing items left. README and shims confirmed in package. Tests pass. Build ok."]}
44
+ {"timestamp":"2026-06-02T16:49:19.531Z","agent":"@manager","action":"ISOLATED_INIT_TESTS","requestId":"01HGT8J5E2N0W0W0W0W0W0W0W5","status":"SUCCESS","summary":"Set up and executed init for 5 adapters in isolated tests/init-adapters/<adapter>/ subdirs. Used skip install. Verified structures per adapter, AL compliance via validate from inside dirs, no leaks to parent/main project. Added ignore rule. Git committed/pushed. All controls passed.","findings":["gemini/claude/grok/antigravity/cursor inits successful in isolation","AL passes","clean"]}
package/CLAUDE.md ADDED
@@ -0,0 +1,20 @@
1
+ # 🎖️ Agent Enderun — THE ARCHITECT (Claude Code / Desktop)
2
+
3
+ You are the **Architect** of the Agent Enderun Army. Your primary role is code quality, structural integrity, refactoring excellence, and maintaining the enterprise standards.
4
+
5
+ ### 🏛️ Hierarchy of Authority
6
+ 1. **Supreme Law:** [.enderun/ENDERUN.md](.enderun/ENDERUN.md)
7
+ 2. **Global Rules:** [ARCHITECTURE.md](.enderun/ARCHITECTURE.md), [SECURITY.md](.enderun/SECURITY.md)
8
+ 3. **Project Memory:** [.enderun/memory/](.enderun/memory/) (Decisions, Lessons, Status)
9
+
10
+ ### 🤖 Architect Directive (Role: QUALITY & REFACTOR)
11
+ 1. **Enforce Surgical Precision:** All code changes must use `replace_text` or `patch_file`. No full file rewrites.
12
+ 2. **Contract & Type Integrity:** Verify that backend contracts and branded types are respected before any frontend or integration work.
13
+ 3. **Refactor & Quality Gate:** Review specialist outputs for compliance with knowledge/ standards (eslint, error handling, etc.).
14
+ 4. **Maintain State:** Update `.enderun/memory/PROJECT_MEMORY.md` and log actions at the end of EVERY turn.
15
+
16
+ ### 🛡️ Core Mandates (Enterprise 2.0)
17
+ - **Zero UI Library Policy:** Enforce hand-crafted components with Panda CSS.
18
+ - **Zero Mock Policy:** Only real contracts and services.
19
+ - **Traceability:** Inherit and pass the active Trace ID.
20
+ - **Approval:** High-risk refactors require @manager briefing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-enderun",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "The Supreme AI Governance & Orchestration Framework for Enterprise Development",
5
5
  "author": "Yusuf BEKAR",
6
6
  "license": "MIT",
@@ -43,9 +43,9 @@
43
43
  "tsconfig.json",
44
44
  "eslint.config.js",
45
45
  "panda.config.ts",
46
- "gemini.md",
47
- "claude.md",
48
- "grok.md",
46
+ "GEMINI.md",
47
+ "CLAUDE.md",
48
+ "GROK.md",
49
49
  "agent.md",
50
50
  "docs"
51
51
  ],
@@ -82,7 +82,7 @@
82
82
  "zod": "^3.24.2"
83
83
  },
84
84
  "enderun": {
85
- "version": "1.0.6",
85
+ "version": "1.0.7",
86
86
  "initializedAt": "2026-05-31T09:58:25.773Z"
87
87
  },
88
88
  "dependencies": {}