routines(meet-filer): file Regen Commons calls to the Regen Commons drive - #64
Conversation
…rive Rule 23 (`^Regen Commons`) targeted `1Rr1xv4p…`, which is Regen Coordination SD / Council, not the Regen Commons shared drive. Every "Regen Commons - Council Call" artifact the routine filed since the rule was last touched landed in the wrong shared drive, mixed in with the unrelated "Regen Coordination Council Sync" series. Point it at `1XpYDQcJ…` (Regen Commons SD / Council / Meetings), where the Council Call and Steward Jam history already lives. Rule 18 is unaffected and still routes the genuine Regen Coordination Council Sync series to the Coordination drive. This fixes forward filing only. Ten already-misfiled Council Call files (2026-08-13, 08-27, 09-03, 09-10) sit outside the routine's sourceLock and need a manual move. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (1)
🧰 Additional context used📓 Path-based instructions (4)Do not reintroduce the former dev-guild PM URL or old migration language for project-management state📄 CodeRabbit inference engine (AGENTS.md) Files:
Search for and retire stale terms: `app.charmverse.io`, `greenpill.network/dev-guild`, `FOMO`, `virality`, `leaderboards`, `streaks`, `AI-first`, former dev-guild PM URL, retired funded-work file names, old GitHub grant lifecycle labels, an...📄 CodeRabbit inference engine (CLAUDE.md) Files:
Do not introduce guild-wide Season framing in documentation Do not describe the dev guild as the entire Greenpill Network in documentation Avoid growth-hacking and trend-chasing voice in documentation: no FOMO, virality, leaderboards, strea...📄 CodeRabbit inference engine (AGENTS.md) Files:
Link to the issue-creation flow in docs that ask someone to "open" an issue or RFC, not just the source template file📄 CodeRabbit inference engine (CLAUDE.md) Files:
🔇 Additional comments (1)
📝 SummarySummary by CodeRabbit
WalkthroughRule 23 for ChangesMeet filer routing
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Bug fix Merge Risk: ⚪ Minimal · up to Future Regen Commons meeting files will be routed to the intended shared-drive folder. Previously misfiled files require separate manual relocation but do not block this change. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. A rabbit checks the meeting trail Comment |
What
Rule 23 in
routines/claude/meet-filer.mdmatches^Regen Commonsand pointed at1Rr1xv4p…, which is Regen Coordination SD / Council. That is the wrong shared drive. Its own label admitted it.It now points at
1XpYDQcJ…, Regen Commons SD / Council / Meetings, where the Council Call and Steward Jam history already lives.Why it went unnoticed
The Regen Commons drive did not get its
Council/Meetingsfolder until 2026-08-20. Before that the rule's target was a reasonable stand-in. The folder was created and the July and Aug 6 artifacts were swept into it by hand, but the rule was never updated, so the routine kept filing new calls into Coordination.Blast radius
Rule 23 also matches
Regen Commons | Steward Jam. That is correct: every existing Steward Jam file is already in the sameCouncil/Meetingsfolder, so both meetings converge on the right destination.Rule 18 (
^Regen Coordination Council Sync) is untouched and still routes the genuine Coordination series to the Coordination drive. Verified no earlier rule shadows^Regen Commonsfor a Council Call filename, and the config block still parses (31 rules).Not covered by this PR
Ten already-misfiled files (2026-08-13, 08-27, 09-03, 09-10 notes/chat/recording) are sitting in Regen Coordination › Council. They are outside the routine's
sourceLock(Google Meet/** + Meet Recordings/** + Review/**), so meet-filer will never pick them up. They need a manual move in the Drive UI.🤖 Generated with Claude Code