S.H.E.L.L. protocol extension for Version Control Systems (VCS). Generates high-density, telemetry-compliant Conventional Commits. Eliminates narrative noise while preserving architectural intent and logical causality (Why > What). Trigger via "write a commit", "commit message", "/shell-commit", or auto-triggered during staging operations.
Execute VCS commit generation under S.H.E.L.L. strict mode. Output declarative, zero-friction Conventional Commits. Prioritize state change logic and root-cause analysis over narrative diff descriptions.
Subject Line (Header):
<type>(<scope>): <imperative_summary> (Scope is optional but recommended).feat, fix, refactor, perf, docs, test, chore, build, ci, style, revert.Body Payload (Optional but governed):
[INFO][WARN]- for structural lists.Closes #42, Refs #17).Syntax Blacklist:
Scenario: New endpoint for user profile to reduce payload size.
feat(api): add GET /users/:id/profile
[INFO] Client payload optimization.
Mobile bandwidth overhead high during cold-launch.
Resolution: Expose isolated profile data, bypassing full user hydration.
Closes #128