name: rline-pulse description: Execute the next RLINE wave pulse with docs, implementation, validation, and commit-ready updates. allowed-tools: - Read - Write - Glob - Grep - Bash
RLINE Pulse
Use this skill for RLINE development pulses.
Workflow
- Read
context/waves/PHASES.md. - Read the active wave
WAVE.md. - Read the target pulse under
pulses\. - Implement the smallest complete generic kernel or migration slice.
- Keep application-specific behavior out of RLINE.
- Update docs and wave/pulse status.
- Run
cargo fmt,cargo test --workspace, focused CLI smokes, andgit diff --check.