Resolves the post-launch CLAUDE.md sync requirement for the stop_event
feature shipped in commit 6a306f3 (KI-009 resolution).
Changes:
- CLAUDE.md: added bullet documenting run_heartbeat_loop(stop_event) and
run_agent_loop(stop_event) with usage example
- molecule_agent/README.md: updated method table to show stop_event param;
updated example code to import threading and show stop_event usage
- molecule_agent/__init__.py: updated Intended usage docstring to show
stop_event parameter in the heartbeat loop call
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Renames workflow name from "Test" → "CI" and adds an all-required
sentinel job that aggregates the 3.11/3.12/3.13 matrix results into
a single CI / all-required (pull_request) context.
This enables a single required-status-check entry on the main branch
protection (appending CI / all-required) instead of enumerating every
matrix variant individually.
Implements: molecule-ai/molecule-sdk-python#11
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>