refactor(plugin): remove SessionStart as Tiny Actor council surface#1405
Merged
JeremyDev87 merged 1 commit intoApr 6, 2026
Merged
Conversation
…il 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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
JeremyDev87
commented
Apr 6, 2026
JeremyDev87
left a comment
Owner
Author
There was a problem hiding this comment.
Review — All CI Passed ✅
28/28 checks passed (including e2e-plugin-docker, e2e-plugin-hooks, all workspace checks)
Changes verified:
session-start.py:render_actor_preview("PLAN")call block cleanly removedtest_session_start_actors.py: fully deleted, no dangling references- Tiny Actor library code preserved in
hooks/lib/for reuse in #1361, #1366 - No remaining
render_actor_previewimports in hooks/
Verdict: Ready to merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
render_actor_preview("PLAN")call fromsession-start.py— SessionStart is no longer the primary Tiny Actor council surfacetest_session_start_actors.pyintegration tests (no longer applicable)tiny_actor_preview.py,tiny_actor_card.py, etc.) and unit tests preserved for reuse in request-driven surfaces (feat(plugin): seed request-level council state from UserPromptSubmit for PLAN/EVAL/AUTO #1361, feat(mcp/plugin): add an opening council-scene contract to parse_mode and standalone workflow prompts #1366)Test plan
render_actor_previewin hooks/ (only library code in hooks/lib/)test_session_start_actors.pyfully removed, no dangling importsCloses #1362