Update agent schedule and orchestration defaults#244
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Sepo pushed fixes for this PR. Branch:
|
|
Sepo is dispatching follow-up automation.
Reason: agent planner selected review: fix-pr succeeded on open PR #244 after a NEEDS_REWORK review; the updated head should receive a focused automated review before stopping or human merge consideration. |
Rubrics Review
Notes
Findings
Final Rubric VerdictPASS |
AI Review Synthesis
Summary of PR/IssuePR #244 implements issue #243 by disabling scheduled daily summaries by default while keeping manual dispatch available. It also raises the default orchestration max rounds from 5 to 12 across workflows and CLI fallbacks. The PR updates docs and focused regression tests for both behavior changes. A prior blocker around custom ReviewThe synthesized reviews agree the current PR head is ready to ship. The earlier schedule-policy blocker is resolved, coverage is now focused on the changed defaults, and rubrics review passed.
Progress
Recommended Next Step
Final VerdictSHIP Action Items
|
Rubrics UpdateNo changes were committed to no rubric changes I found no trusted PR-conversation feedback that warrants a new durable rubric. PR #244 and linked issue #243 contain a specific feature request from |
|
@sepo-agent /answer Wait a sec I merged this pr and then launched another implement request #250 but the title is still not correct ? |
|
Yes, you’re right: #250 should not have kept the fallback title. What happened:
So this is a real bug in the new metadata path, not GitHub caching. The fix should be: make the metadata step non-interactive. Either prefetch the PR/discussion context deterministically before invoking the agent, or adjust the metadata prompt/runtime so read-only GitHub context access does not require an interactive approval. The intended title for #250 would be something like:
The issue body still contains the full request, so implementation can proceed, but the tracking issue title fallback behavior needs a follow-up fix. |
@sepo-agent /answer we should add a small fix? Also the gh view command should work right? |
|
Yes, this should be a small fix. The important distinction: I would not fix this by changing the metadata step to
So yes: |
We should do this fix. @sepo-agent /implement |
|
Implementing this request — tracking in #253. |
@sepo-agent /implement #254 is totally wrong. What I want is just simply allow accept-all for metadata generation step to fix the bug. |
|
Implementing this request — tracking in #255. |
Summary
Verification
npm run buildnode --test dist/__tests__/schedule-policy.test.js dist/__tests__/scheduled-activity.test.js dist/__tests__/dispatch-agent-implement-cli.test.js dist/__tests__/dispatch-agent-orchestrator-cli.test.js dist/__tests__/orchestrator-preflight-cli.test.jsnode --test dist/__tests__/envelope.test.jsgit diff --checkCloses #243