Releases: GenorTG/genor-orchestrator-plugin
Releases · GenorTG/genor-orchestrator-plugin
v0.4.0 — Self-Linted: 8 Bugs Fixed
v0.4.0 — Self-Linted: 8 Bugs Fixed
Found by using the orchestrator on itself. These are production bugs the plugin had since day one.
Fixed
- TOC scan capped at 100 files → now 300, with maxdepth 4
- TOC included dist/ → excluded alongside node_modules and .git
- keyFiles only showed .md and package.json → now also includes .ts, .tsx, .py, .css, .html
- autoPopulate hardcoded script path → now searches 3 candidate paths
- Cron had no marker comment → repeat scheduling now detected/blocked
- CONTEXT.md only showed keyFiles → now shows full source TOC
- KEY_FILES.md capped at 80 → now 150
- Stale sd variable after refactor → replaced with path.dirname(script)
How discovered
Set orchestrator_set_context(project="genor-orchestrator-plugin"), synced the project, read CONTEXT.md, saw node_modules files listed, dug into source, and fixed everything.
v0.3.1 — Clean file index
v0.3.1 — Clean File Index
Fixed
- buildProjectToc: excludes
node_modulesand.gitfrom project file scans - keyFiles filter: excludes any path containing
node_modules - CONTEXT.md and KEY_FILES.md are now clean for every project
Changed
- No functional changes beyond TOC cleanup
v0.3.0 — Auto-Bootstrapping
v0.3.0 — Auto-Bootstrapping
The plugin now sets itself up on first load — no manual configuration needed.
Added
- Auto-create data dirs: logs/, sessions/, adrs/, projects/ created on every startup
- Auto-schedule cron: Nightly model population (3 AM) scheduled automatically
- Log rotation: MaintenanceService enforces retention and auto-populate log cleanup
- Storage config: ConfigSchema now includes storage settings selector
Changed
- SETUP.md reduced to 7 steps (under 2 minutes for any agent)
- Internal: cron scheduling, dir creation, and maintenance all self-contained
Install
git clone --recurse-submodules https://github.com/GenorTG/genor-orchestrator-plugin.git
cd genor-orchestrator-plugin
bash init.sh
v0.2.1 — Agent-Executable Setup Instructions
v0.2.1 — Agent-Executable Setup Instructions
Added
- SETUP.md: Complete step-by-step setup guide an AI agent can follow
- .clawhub: Discovery metadata for ClawHub
- package-lock.json for reproducible installs
Changed
- README completely rewritten: concise, one-line agent instruction, points to SETUP.md
- package.json + openclaw.plugin.json: version 0.2.1
- tsconfig.json: explicit rootDir
How It Works
Give any AI agent these two lines:
clone --recurse-submodules https://github.com/GenorTG/genor-orchestrator-plugin.git
read SETUP.md and follow every step
Install from ClawHub
openclaw plugins install genor-orchestrator-plugin