[Sprint 8] chore: Remove viz-platform SessionStart hook #321

Closed
opened 2026-01-29 22:02:41 +00:00 by lmiranda · 0 comments
Owner

Summary

Remove the useless SessionStart hook from viz-platform that only echoes "loaded".

Implementation: Change V5.5.0 (Sprint 8)

Current State

{
  "hooks": [
    {
      "event": "SessionStart",
      "type": "command",
      "command": "echo 'viz-platform plugin loaded'",
      "timeout": 5000
    }
  ]
}

Target State

{
  "hooks": []
}

Acceptance Criteria

  • plugins/viz-platform/hooks/hooks.json has empty hooks array
  • No errors on session start
  • viz-platform commands still work

Files to Modify

  • plugins/viz-platform/hooks/hooks.json

Milestone: Sprint 8 - Hook Efficiency Quick Wins

## Summary Remove the useless SessionStart hook from viz-platform that only echoes "loaded". **Implementation:** [Change V5.5.0 (Sprint 8)](https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/wiki/Change-V5.5.0%3A-Hook-Efficiency-Quick-Wins-%28Sprint-8-Implementation%29) ## Current State ```json { "hooks": [ { "event": "SessionStart", "type": "command", "command": "echo 'viz-platform plugin loaded'", "timeout": 5000 } ] } ``` ## Target State ```json { "hooks": [] } ``` ## Acceptance Criteria - [ ] `plugins/viz-platform/hooks/hooks.json` has empty hooks array - [ ] No errors on session start - [ ] viz-platform commands still work ## Files to Modify - `plugins/viz-platform/hooks/hooks.json` **Milestone:** Sprint 8 - Hook Efficiency Quick Wins
lmiranda added the Type/ChoreComplexity/SimplePriority/MediumEffort/XS labels 2026-01-29 22:02:41 +00:00
lmiranda added this to the Sprint 8 - Hook Efficiency Quick Wins milestone 2026-01-30 18:14:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#321