Skip to content

Document start-automaker.mjs entry point#3636

Merged
mabry1985 merged 1 commit into
mainfrom
fix/document-start-automakermjs-entry-point-33g0kw8
May 23, 2026
Merged

Document start-automaker.mjs entry point#3636
mabry1985 merged 1 commit into
mainfrom
fix/document-start-automakermjs-entry-point-33g0kw8

Conversation

@mabry1985
Copy link
Copy Markdown
Contributor

@mabry1985 mabry1985 commented May 23, 2026

Summary

Add a one-line JSDoc comment at the top of start-automaker.mjs explaining what the file does. The file is the cross-platform launcher that dispatches to start-automaker.sh and orchestrates dev/prod mode selection (see PR #3617 history for context). The comment should be a single short JSDoc that summarizes those responsibilities in plain language. No other changes.

Acceptance:

  • start-automaker.mjs has a top-of-file JSDoc block (3-5 lines) describing the launcher purpose
  • No behavior cha...

Recovered automatically by Automaker post-agent hook

@mabry1985 mabry1985 enabled auto-merge May 23, 2026 05:00
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 23, 2026

Warning

Review limit reached

@mabry1985, we couldn't start this review because you've used your available PR reviews for now.

Your plan currently allows 2 reviews/hour. Refill in 16 minutes and 22 seconds.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more review capacity refills, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a4c49649-3f28-4f38-a54d-213767c68c21

📥 Commits

Reviewing files that changed from the base of the PR and between c1d4172 and ca6fe8a.

📒 Files selected for processing (1)
  • start-automaker.mjs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/document-start-automakermjs-entry-point-33g0kw8

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

Code Review — ? finding(s)

Async review running parallel to CodeRabbit. Findings are advisory; not all are merge blockers.

protoLabs Code Review Report

  • Generated: 2026-05-23T05:00:24Z
  • Git head: 4cf30868fb2b0a6e1e3e1903ff301f48a66970ec
  • Features mapped: 3
  • Findings: 0

No findings recorded.

@mabry1985 mabry1985 merged commit 5e44e4e into main May 23, 2026
7 checks passed
@mabry1985 mabry1985 deleted the fix/document-start-automakermjs-entry-point-33g0kw8 branch May 23, 2026 05:02
mabry1985 pushed a commit that referenced this pull request May 23, 2026
- Updates @protolabsai/sdk from ^0.3.0 to ^0.3.1, which ships the hook
  callback round-trip fix (protoCLI#261). Verified end-to-end via
  feature dispatch: ProtoProvider → SDK → bundled cli.js → gateway →
  protolabs/smart, PR #3636 merged cleanly.
- CLAUDE.md: adds recovery section for the "stale ESCALATE checkpoint"
  trap observed during the SDK validation. Filed as P1 bug
  feature-1779512977020-k125yjmra.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
mabry1985 added a commit that referenced this pull request May 23, 2026
* feat(providers): proto provider captures cli stderr on failure

* chore(sdk): bump @protolabsai/sdk to 0.3.1 + document checkpoint trap

- Updates @protolabsai/sdk from ^0.3.0 to ^0.3.1, which ships the hook
  callback round-trip fix (protoCLI#261). Verified end-to-end via
  feature dispatch: ProtoProvider → SDK → bundled cli.js → gateway →
  protolabs/smart, PR #3636 merged cleanly.
- CLAUDE.md: adds recovery section for the "stale ESCALATE checkpoint"
  trap observed during the SDK validation. Filed as P1 bug
  feature-1779512977020-k125yjmra.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Automaker <automaker@localhost>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
mabry1985 added a commit that referenced this pull request May 23, 2026
… still reconcile (#3642)

Closes #3613.

Every PR in this session's dogfood loop (#3636, #3637, #3638, #3639)
sat in [review] until manual re-dispatch — even though the 60-second
PostMergeReconciler poll was firing on schedule (44+ executions, 2ms
each, no failures). Root cause: three of the original stuck features
(#3593, #3611, #3612) had `prNumber: null` and `prUrl: null` on disk,
because the PR-creation write path (PostAgentHook recovery or normal
REVIEW) didn't always persist the metadata back to feature.json. The
reconciler's filter required both fields, so those features were
silently skipped every tick.

Fix: PostMergeReconcilerCheck now runs in two phases.

Phase 1 (existing): features with `prNumber` + `prUrl` → `gh pr view`
direct lookup, transitions to done if merged.

Phase 2 (new): features with `branchName` but missing `prNumber` or
`prUrl` → `gh pr list --head <branch> --state merged --limit 1`.
When a merged PR is found, writes `prNumber`/`prUrl`/`prMergedAt` back
to the feature so subsequent ticks short-circuit through Phase 1.

This is a safety-net fix — it doesn't remove the underlying need to
plug the write-path gap that drops PR metadata, but it eliminates the
permanent-stuck case where a feature has no way to be picked up by
the reconciler.

Tests: 15/15 passing. The two original "skips features without
prNumber/prUrl" tests are now "falls back to branchName lookup"
covering the new path. The "zero counts" test now requires *also*
missing branchName to assert the skip path.

Co-authored-by: Automaker <automaker@localhost>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
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