Skip to content

feat(pm): PM skill pack fast-follows — single /pm command, portfolio roll-up, real health bottlenecks - #474

Merged
getappz merged 6 commits into
masterfrom
task/446-pm-fast-follows-integrated
Aug 13, 2026
Merged

feat(pm): PM skill pack fast-follows — single /pm command, portfolio roll-up, real health bottlenecks#474
getappz merged 6 commits into
masterfrom
task/446-pm-fast-follows-integrated

Conversation

@getappz

@getappz getappz commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Rebased/integrated version of #469 onto current master.

#469 predates two subsequent master changes that conflicted with it:

Full local verification: cargo build, cargo fmt --check, cargo clippy --workspace -- -A unsafe_code -A clippy::pedantic -D warnings, cargo test --workspace --bins (1286 passed, 0 failed).

Supersedes #469 — closing that one in favor of this rebased version.

Agentflare-Agent: claude-code_2-1-228_harness
Agentflare-Branch: feat/pm-fast-follows
Agentflare-Agent: claude-code_2-1-228_harness
Agentflare-Branch: feat/pm-fast-follows
Project override (name or UUID) on the read-only item groom/standup/health
actions, plus project(action=list), backs a new /pm:portfolio workflow that
rolls reports up across every project in the workspace.

Adds an item_assignment_events log (migration 0011), written by
item::update whenever assignee_agent changes (covers claim too, since claim
assigns through update). item_health now computes real bottlenecks (items
handed between agents >=2x in the window) instead of the always-empty
placeholder, with a caveat that history starts at this migration.

Splits crates/agentflare-backend/src/item.rs (over the LOC gate's frozen
limit) into item/mod.rs + item/tests.rs, and src/mcp_server/tests/item_tests.rs
(over the plain limit) into item_tests.rs + item_tests_reporting.rs.

Also fixes a pre-existing Windows-only clippy warning: an unused `use
super::*` in a unix-only test file.

Agentflare-Agent: claude-code_2-1-228_harness
Agentflare-Branch: feat/pm-fast-follows
…446-pm-skill-pack-fast-follows-pm-shims-port

# Conflicts:
#	crates/agentflare-backend/src/item/mod.rs
#	src/mcp_server/tests/item_commit_failure_tests.rs
#	src/mcp_server/tests/item_tests.rs
#	src/mcp_server/tests/mod.rs

Agentflare-Agent: claude-code_2-1-229_agent
Agentflare-Branch: task/446-pm-skill-pack-fast-follows-pm-shims-port
Agentflare-Item: 446
…ck detection

item_health_reports_velocity_wip_and_bottleneck_placeholder asserted the
old stub message ("no handoff history"), which no longer applies now
that assignment_events wires up real bottleneck detection. The identical
scenario is already covered by item_tests_reporting's
item_health_reports_velocity_wip_and_empty_bottlenecks.

Agentflare-Agent: claude-code_2-1-229_agent
Agentflare-Branch: task/446-pm-skill-pack-fast-follows-pm-shims-port
Agentflare-Item: 446
@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 24 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

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

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a9bc4b9e-89a6-4c4e-8d02-d994cf508a3b

📥 Commits

Reviewing files that changed from the base of the PR and between 0fe2b65 and 28ed541.

📒 Files selected for processing (11)
  • .claude/commands/pm.md
  • .claude/skills/pm/SKILL.md
  • crates/agentflare-backend/src/assignment_events.rs
  • crates/agentflare-backend/src/item/crud.rs
  • crates/agentflare-backend/src/lib.rs
  • src/mcp_server.rs
  • src/mcp_server/item.rs
  • src/mcp_server/tests/item_tests.rs
  • src/mcp_server/tests/item_tests_reporting.rs
  • src/mcp_server/tests/mod.rs
  • src/mcp_server/types.rs

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

…ack-fast-follows-pm-shims-port

Agentflare-Agent: claude-code_2-1-229_agent
Agentflare-Branch: task/446-pm-skill-pack-fast-follows-pm-shims-port
Agentflare-Item: 446
@getappz
getappz merged commit 6b60397 into master Aug 13, 2026
16 checks passed
@getappz
getappz deleted the task/446-pm-fast-follows-integrated branch August 13, 2026 05:14
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