Skip to content

Add dry-run mode and task status dashboard#2

Open
mikkel wants to merge 6 commits intomasterfrom
task/453-add-dry-run-mode-and-task-status-dashboard
Open

Add dry-run mode and task status dashboard#2
mikkel wants to merge 6 commits intomasterfrom
task/453-add-dry-run-mode-and-task-status-dashboard

Conversation

@mikkel
Copy link
Copy Markdown

@mikkel mikkel commented Feb 16, 2026

ATS Task #453

Two improvements:

  1. Dry-run mode (node index.js run 500 --dry-run): Does everything EXCEPT creating the ATS suffixed task, running Claude, and opening the PR. Instead, it prints what it WOULD do — the detected project, mode (oneshot vs iterative), branch name, Claude prompt preview (first 500 chars), and number of iterations. Useful for testing config and task routing without burning compute.

  2. Status command (node index.js status): Shows a table of all configured projects with their channel, repo path, GitHub org/repo, and the count of pending tasks on each channel (fetched via ats list --channel X). Quick health check for the operator.

Both should be clean additions to the existing CLI parseArgs structure. No external dependencies. Use the existing log() and ats() helpers.


Mode: iterative | Iterations: 2 | Run: 1
Generated by ATS Project Runner v3.0.0

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1d6f26e639

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread index.js Outdated
Comment thread index.js Outdated
OpenClaw and others added 5 commits February 15, 2026 21:34
1. Dry-run now skips Claude binary validation in preflight, so
   --dry-run works in environments where only ATS is available.

2. Status command catch block now logs ATS query failures and shows
   'ERR' instead of silently reporting '0' pending tasks, which was
   producing false health signals.

Fixes Codex review comments on PR #2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Author

@mikkel mikkel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@/ml2/nanobot/.pr-review-state/review-body.tmp

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant