Skip to content

release(0.3.62): fix native transition-gate stall - #281

Merged
jpolvora merged 14 commits into
mainfrom
develop
Sep 6, 2026
Merged

release(0.3.62): fix native transition-gate stall#281
jpolvora merged 14 commits into
mainfrom
develop

Conversation

@jpolvora

@jpolvora jpolvora commented Sep 6, 2026

Copy link
Copy Markdown
Owner

Fixes #280.

Native user-gate Next now dispatches Step N+1 in the same turn across all step boundaries (standard 0->1 through 8->9, lite 0->1 through 4->5); markdown fallback still yields the turn. Blanket all-gates continuation rule, classifier/safety-valve auto-gate rows, and test-transition-gate-continuation.js regression test.

Gates: npm run test exit 0, integrity verified, secrets scan clean.

Fixes #280: native user-gate Next now dispatches Step N+1 in the same
turn across all step boundaries (0->1 through 8->9, lite 0->1 through
4->5); markdown fallback still yields the turn. Adds blanket all-gates
continuation rule, classifier/safety-valve auto-gate rows, and
test-transition-gate-continuation.js regression test.
# Conflicts:
#	bin/skill-integrity.json
Comment thread .agents/skills/ws-shared/host-capabilities.json Outdated
Comment thread .agents/skills/ws-configure-project/scripts/auto_configure.cjs Outdated
Comment thread .agents/skills/ws-configure-project/scripts/auto_configure.cjs Outdated
Comment thread .agents/skills/ws-configure-project/scripts/auto_configure.cjs Outdated
Comment thread .agents/skills/ws-configure-project/scripts/auto_configure.cjs Outdated
Comment thread .cursor/hooks.json Outdated
Comment thread .cursor/hooks.json Outdated
Comment thread .cursor/hooks.json Outdated
@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

agentic-code-reviewers v0.5.0 (cursor-sdk)

Automatic review state — Round: 10 / 10

…2729535, 3942729568, 3942729599, 3942729614, 3942729638]
Comment thread .agents/skills/ws-configure-project/scripts/auto_configure.cjs Outdated
Comment thread .agents/skills/ws-configure-project/scripts/auto_configure.cjs Outdated
Comment thread .agents/skills/ws-configure-project/scripts/auto_configure.cjs Outdated
Comment thread .agents/skills/ws-configure-project/scripts/auto_configure.cjs Outdated
Comment thread .agents/skills/ws-configure-project/scripts/auto_configure.cjs Outdated
Comment thread .cursor/hooks/spec-memo-bootstrap.sh Outdated
Comment thread .cursor/hooks/spec-memo-record.sh Outdated
Comment thread .cursor/hooks/spec-memo-session-end.sh Outdated
Comment thread .claude/hooks/spec-memo-bootstrap.sh Outdated
Comment thread .claude/hooks/spec-memo-checkpoint.sh Outdated
Comment thread .claude/hooks/spec-memo-record.sh Outdated
Comment thread .claude/hooks/spec-memo-session-end.sh Outdated
Comment thread .agents/hooks/spec-memo-session-start.sh Outdated
Comment thread .agents/hooks/spec-memo-session-end.sh Outdated
Comment thread test/test-transition-gate-continuation.js
Comment thread .cursor/hooks/spec-memo-record.sh Outdated
Comment thread .cursor/hooks/spec-memo-session-end.sh Outdated
Comment thread .claude/hooks/spec-memo-bootstrap.sh Outdated
Comment thread .claude/hooks/spec-memo-record.sh Outdated
Comment thread .claude/hooks/spec-memo-checkpoint.sh Outdated
Comment thread .claude/hooks/spec-memo-session-end.sh Outdated
Comment thread .agents/hooks/spec-memo-session-start.sh Outdated
Comment thread .agents/hooks/spec-memo-session-end.sh Outdated
Comment thread .agents/hooks.json Outdated
Comment thread .agents/hooks.json Outdated
Comment thread .agents/hooks.json Outdated
Comment thread .cursor/hooks/spec-memo-record.sh Outdated
Comment thread .claude/hooks/spec-memo-record.sh Outdated
Comment thread .opencode/plugins/spec-memo.js Outdated
@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

agentic-code-reviewers v0.5.0 (cursor-sdk)

All pending issues have been successfully resolved! The PR is ready to be merged. 🚀

Comment thread .agents/skills/ws-shared/gates.md Outdated
Comment thread .agents/skills/ws-spec-to-pr/SKILL.md Outdated
Comment thread .agents/skills/ws-spec-to-pr-lite/SKILL.md Outdated
Comment thread .agents/skills/ws-spec-to-pr/STEP-DISPATCH.md Outdated
Comment thread .agents/skills/ws-spec-to-pr/PROTOCOLS.md Outdated
Comment thread test/test-transition-gate-continuation.js Outdated
@jpolvora
jpolvora merged commit a450f16 into main Sep 6, 2026
3 checks passed
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.

Standard workflow stalls after native transition gate (Step 0 → Step 1)

1 participant