chore: deploy bead hooks, skills, and session coordination - #15
Merged
Conversation
Extract useStudyPanel hook with all quiz/match/drag state and handlers. Split rendering into StudySessionHeader, FlashcardMode, QuizMode, MatchMode, and StudySetup presenters in study-panel/ subdirectory. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add FrameBeadLike types and /api/beads route. Currently returns empty as study sessions are client-side. Ready for server-side persistence. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add bead coordination hook symlinks from core (_lib.sh, bead-emit.mjs, bead-session.sh, lint-after-edit.sh, lint-before-edit.sh, log-session.sh, log-tool-use.sh, scan-after-write.sh) - Add skill symlinks: diagram-intake, lint-audit, orchestrate, resume-audit - Add standup extension (.claude/standup.md) for /frame-standup - Update .claude/settings.json with bead-session.sh hook entries - Hooks enable session bead tracking: skill invocations → session beads, git commits → task beads, PRs → PR beads - All hooks gracefully degrade when Dolt is unreachable (silent exit) Deployed by core/scripts/install-agents.sh seh-study --force Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Browser Automation Test ResultsTest report not generated. Check workflow logs. |
Contributor
|
Preview deployment ready |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
_lib.sh,bead-emit.mjs,bead-session.sh,lint-after-edit.sh,lint-before-edit.sh,log-session.sh,log-tool-use.sh,scan-after-write.sh)diagram-intake,lint-audit,orchestrate,resume-audit.claude/standup.md) for/frame-standupper-app priorities.claude/settings.jsonwith bead-session.sh hook entriesDeployed by
core/scripts/install-agents.sh seh-study --forceTest plan
ls -la scripts/hooks/bead-emit.mjsls -la .claude/skills/orchestratebash scripts/hooks/bead-session.shexits 0install-agents.sh seh-study --force— should produce no changes (idempotent)🤖 Generated with Claude Code