Skip to content

feat: add spinloop work list #207

Description

@outofcoffee

Show the state of the backlog and the active work: every item in the work items file with its record from the state the orchestrator keeps beside it.

  • Takes --items <path> (default ./work.yaml), the same file the orchestrator reads; ls as an alias
  • Each item's state — backlog, running, done, or failed — with the node a running item runs on, and when it started and ended
  • An item with no record in the state shows as backlog; no state file at all (never run) means everything is backlog
  • Works whether the orchestrator is running or not
  • Plain output a program can consume; decoration only where there is a terminal to draw it on, per the CLI's conventions

Part of the work command family with #206, #208, and #209. Builds on #205.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions