Skip to content

Releases: GenorTG/genor-orchestrator-plugin

v0.4.0 — Self-Linted: 8 Bugs Fixed

12 Jun 13:04

Choose a tag to compare

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

  1. TOC scan capped at 100 files → now 300, with maxdepth 4
  2. TOC included dist/ → excluded alongside node_modules and .git
  3. keyFiles only showed .md and package.json → now also includes .ts, .tsx, .py, .css, .html
  4. autoPopulate hardcoded script path → now searches 3 candidate paths
  5. Cron had no marker comment → repeat scheduling now detected/blocked
  6. CONTEXT.md only showed keyFiles → now shows full source TOC
  7. KEY_FILES.md capped at 80 → now 150
  8. 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

12 Jun 12:47

Choose a tag to compare

v0.3.1 — Clean File Index

Fixed

  • buildProjectToc: excludes node_modules and .git from 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

12 Jun 12:40

Choose a tag to compare

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

12 Jun 12:35

Choose a tag to compare

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