## RFC 0048 Expert Pool Implementation - Added tiered expert pools (Core/Adjacent/Wildcard) to dialogue handlers - Implemented weighted random sampling for panel selection - Added blue_dialogue_sample_panel MCP tool for manual round control - Updated alignment-play skill with pool design instructions ## New RFCs - 0044: RFC matching and auto-status (draft) - 0045: MCP tool enforcement (draft) - 0046: Judge-defined expert panels (superseded) - 0047: Expert pool sampling architecture (superseded) - 0048: Alignment expert pools (implemented) - 0050: Graduated panel rotation (draft) ## Dialogues Recorded - 2026-02-01T2026Z: Test expert pool feature - 2026-02-01T2105Z: SQLite vs flat files - 2026-02-01T2214Z: Guard command architecture ## Other Changes - Added TODO.md for tracking work - Updated expert-pools.md knowledge doc - Removed deprecated alignment-expert agent - Added spikes for SQLite assets and SDLC workflow gaps Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
41 lines
No EOL
792 B
Markdown
41 lines
No EOL
792 B
Markdown
Fix the heartbeat and put these back:
|
|
|
|
/Users/ericg/.claude/settings.json
|
|
```
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "blue_*",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "blue session-heartbeat"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"SessionEnd": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "blue session-end"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
```
|
|
|
|
|
|
/Users/ericg/letemcook/blue/.claude/settings.json
|
|
```
|
|
{
|
|
"matcher": "Write|Edit|MultiEdit",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "blue guard --path=\"$TOOL_INPUT:file_path\""
|
|
}
|
|
]
|
|
}
|
|
``` |