Skip to content

Commit 33f93ca

Browse files
committed
refactor(plugin): remove SessionStart as the primary Tiny Actor council surface
- Remove render_actor_preview("PLAN") call block from session-start.py - Delete test_session_start_actors.py integration tests (no longer needed) - Tiny Actor library code and unit tests preserved for request-driven reuse Closes #1362
1 parent 51efe41 commit 33f93ca

2 files changed

Lines changed: 0 additions & 105 deletions

File tree

packages/claude-code-plugin/hooks/session-start.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -947,16 +947,6 @@ def main():
947947
if output:
948948
print(output)
949949

950-
# Tiny Actor Grid preview (#1302)
951-
try:
952-
from tiny_actor_preview import render_actor_preview
953-
954-
actor_preview = render_actor_preview("PLAN")
955-
if actor_preview:
956-
print(actor_preview)
957-
except Exception:
958-
pass # Never block session start
959-
960950
# Show update notification if marketplace clone was updated (#1101)
961951
if new_version:
962952
print(

packages/claude-code-plugin/tests/test_session_start_actors.py

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)