ashlr

/ashlr-genome-loop

Inspect and control the automatic genome propose + consolidate loop.

When to use

When you want to see what the genome scribe loop has been doing, pause it, or force a consolidation manually.

What it does

Reads the genome state and pending proposal queue, then shows:

  1. Whether auto-propose and auto-consolidate are enabled
  2. How many proposals are queued and from which tool calls
  3. When the last consolidation ran
  4. The most recent mutations

Output

Genome loop status for ashlr-plugin

  Auto-propose:     enabled
  Auto-consolidate: enabled
  Pending:          3 proposals

Pending proposals:
  architecture  (from ashlr__read on servers/efficiency-server.ts · 4m ago)
  patterns      (from ashlr__grep · 2m ago)
  conventions   (from ashlr__edit · 1m ago)

Last consolidation: 2024-01-15 14:23 (2h ago)
  Sections updated: architecture, patterns

Run `/ashlr-genome-loop consolidate` to merge pending proposals now.

Commands

CommandWhat it does
/ashlr-genome-loopStatus report
/ashlr-genome-loop consolidateForce consolidation of all pending proposals
/ashlr-genome-loop pauseDisable auto-propose and auto-consolidate
/ashlr-genome-loop resumeRe-enable both

On this page