M MemberIntel KB
Activity Decisions

standup

Standup — 2026-06-03

**[#11](https://github.com/sethshoultes/memberpress-intel/pull/11) landed** — a new `.github/copilot-instructions.md` that teaches GitHub-native reviewers what

Daily standup for 2026-06-03. What shipped:

#11 landed — a new .github/copilot-instructions.md that teaches GitHub-native reviewers what the build generates versus what lives in the git tree.

The immediate trigger was a false-positive from PR #10’s Copilot review: it flagged a link to a deployed ADR page as broken because the file isn’t in the repo, only in the build output. The new instructions document build-time derived content, bot-authored standup files, Astro 6 glob-loader gotchas, current schema enums, MCP auth models, the no-bypass-auth policy, and the four-step manual deploy procedure.

Root CLAUDE.md got an enum sync in the same PR. The old text listed stale section values and a stale roles array — cindy was still there, russ, ronald, sam, product-lead, and ai-engineer weren’t. Both reviewer-facing docs now agree.

Notable. The bug here is instructive: Copilot reviews against the repo tree, not the deployed site. Any link to a build-time artifact looks broken to it. The fix is documentation, not code — the reviewer needs context the repo doesn’t otherwise provide.


Window: 2026-06-02T13:00

→ 2026-06-03T13:00
.357Z · Sources: memberintel @ noop, memberpress-intel @ 44f533c

For: S Seth Shoultes