Create a commit following Vantle's release message standards. Analyzes staged changes and generates a structured commit message with component sections linking to Readme.md files. Use when user says 'commit', 'release', 'save changes', or is ready to commit staged work.
Create commits following Vantle's structured release message format.
[Vantle] [Release] [Readme.md]: Brief title describing all changes
[Component] [path/to/Readme.md]: Component description:
- Feature or change 1
- Feature or change 2
[Component2] [path/to/Readme.md]: Another component:
- Change 1
- Change 2
[Vantle] [Release] [Readme.md]: Title[Name] [path/to/Readme.md]: Description:[Build] [MODULE.bazel] - Dependency and toolchain changes[Generation] [system/generation/Readme.md] - Code generation framework[Observation] [system/observation/Readme.md] - Telemetry and tracing[Molten] [Molten/Readme.md] - Molten language and runtimegit status --porcelain
git diff --cached --stat
For each changed area, determine:
Build the commit message following the format above.
git commit -m "$(cat <<'EOF'
[Vantle] [Release] [Readme.md]: Title here
[Component] [path/Readme.md]: Description:
- Change 1
- Change 2
EOF
)"
[Vantle] [Release] [Readme.md]: Observation telemetry with generation refinements
[Build] [MODULE.bazel]: Async and telemetry dependencies:
- tracing, tracing-subscriber, tracing-chrome
- prost, tonic, tokio (gRPC transport)
- dashmap, url
[Generation] [system/generation/Readme.md]: Code generation framework refinements:
- Streamlined module organization
- Improved error diagnostics with miette
- Format string interpolation cleanup
[Observation] [system/observation/Readme.md]: Trace streaming and recording framework:
- Portal server with gRPC transport
- #[trace] macro for function instrumentation
- Channel-based span filtering
- File and network trace sinks
[Molten] [Molten/Readme.md]: Forge observation integration:
- --sink flag for trace streaming
- File and gRPC sink support
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer