Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"name": "overnight-review-panel-blocked-reviewer-reads-as-clean",
"source": "./plugins/overnight-review-panel-blocked-reviewer-reads-as-clean",
"description": "Companion safety pattern: in an unattended overnight review panel, a reviewer that couldn't see the code reads as a CLEAN one \u2014 usually because the code-review subagent lacks a Bash tool, so when told to `gh pr diff`/checkout a PR it returns a BLOCKED report (or reviews main, which predates the PR). Pre-generate per-base diffs + materialize worktrees + hand explicit paths, and treat BLOCKED as not-clean. Overnight specialization of the general skill code-reviewer-subagent-no-bash-blocked-on-pr-diff.",
"version": "1.0.0"
"version": "1.0.1"
},
{
"name": "overnight-multi-issue-implementation",
"source": "./plugins/overnight-multi-issue-implementation",
"description": "Overnight autonomous workflow that takes a cluster of related GitHub issues (typically a P1 review-panel finding set) and ships them to merged stacked PRs by morning. Builds on subagent-driven-development with overnight-specific discipline: stacked PRs (so PR2 doesn't wait on a human PR1-merge mid-night), pre-flight tracker-id audit (concurrent sessions on main steal IDs), final PR-level code review before proposing merge, review findings preserved as PR comments before squash. Sister to overnight-review-client-delivery and overnight-insight-discovery.",
"version": "1.2.1"
"version": "1.2.2"
},
{
"name": "large-redesign-parallel-branch-collision-audit",
Expand All @@ -52,7 +52,7 @@
"name": "observational-analysis-rigor",
"source": "./plugins/observational-analysis-rigor",
"description": "A validity toolkit for observational data analysis (no randomization): 31 skills covering leak-free point-in-time cohorts, composition/Simpson decomposition, event-anchor timing inversion, marker-vs-lever discipline, coverage-limited-join bias, provenance/re-derivation, and de-stale delivery to every rendered surface \u2014 the deep-dives behind overnight-insight-discovery's analytical validity gate.",
"version": "1.2.1"
"version": "1.2.2"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "observational-analysis-rigor",
"description": "A validity toolkit for observational data analysis (no randomization): 31 skills covering leak-free point-in-time cohorts, composition/Simpson decomposition, event-anchor timing inversion, marker-vs-lever discipline, downstream-capacity checks, coverage-limited-join bias, provenance/re-derivation, and de-stale delivery to every rendered surface — the deep-dives behind overnight-insight-discovery's analytical validity gate. One flagship 9-step protocol skill + 30 focused deep-dive skills.",
"version": "1.2.1",
"version": "1.2.2",
"author": {
"name": "wan-huiyan"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "overnight-multi-issue-implementation",
"description": "Overnight autonomous workflow that takes a cluster of related GitHub issues (typically a P1 review-panel finding set) and ships them to merged stacked PRs by morning. Builds on subagent-driven-development with overnight-specific discipline: stacked PRs (so PR2 doesn't wait on a human PR1-merge mid-night), pre-flight tracker-id audit (concurrent sessions on main steal IDs), final PR-level code review before proposing merge, review findings preserved as PR comments before squash. Sister to overnight-review-client-delivery and overnight-insight-discovery. v1.2.0 adds Phase 0 for unvalidated backlogs: stale-issue triage biased against dismissal, owner cut-line ratification, rulings baked as issue comments, and a wave-ordered kickoff prompt.",
"version": "1.2.1",
"version": "1.2.2",
"author": {
"name": "wan-huiyan"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "overnight-review-panel-blocked-reviewer-reads-as-clean",
"description": "Companion safety pattern for any overnight review panel: in an UNATTENDED run, a reviewer that couldn't see the code reads as a CLEAN one — so a real bug ships by morning. The usual cause is a tool gap: code-review subagents (feature-dev:code-reviewer, voltagent-*, Explore) are frequently provisioned WITHOUT a Bash tool, so when prompted to `gh pr diff`/checkout a PR they return a BLOCKED report (no review) — or silently review the current checkout (often main, which predates the PR). Fix is orchestrator-side: pre-generate per-base diffs to files, materialize PR branches as worktrees, hand each reviewer explicit paths, and in the morning synthesis treat BLOCKED as not-clean (re-dispatch before counting the vote). Overnight specialization of the general skill code-reviewer-subagent-no-bash-blocked-on-pr-diff (the bare tool-gap mechanism, any context). Companion to overnight-multi-issue-implementation (its Phase C review panel) and subagent-review-tier-calibration-for-overnight-pr-chains; sibling to voltagent-reviewer-no-write-tool (Write gap vs. this Bash gap).",
"version": "1.0.0",
"version": "1.0.1",
"author": { "name": "wan-huiyan" },
"repository": "https://github.com/wan-huiyan/overnight-workflows",
"license": "MIT",
Expand Down
Loading