Add e2e output cleanup, zsc_modern_ai theme, and submodule bumps#14
Open
Add e2e output cleanup, zsc_modern_ai theme, and submodule bumps#14
Conversation
Introduce a shared output-cleanup library (bash + PowerShell) so that auto-generated timestamped run directories are removed after a successful e2e run. Failed runs and explicitly-set OUTPUT_DIR paths are always preserved; KEEP_OUTPUT=1 opts out of cleanup on success. Also adds the zsc_modern_ai UI theme and advances SpiderApp and Spiderweb submodules to their latest release heads. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
output-cleanup.sh(bash) andRemove-RunDirectoryIfTransient(PowerShell) library that removes auto-generated timestamped run directories after a successful e2e run. Failed runs and explicitly-setOUTPUT_DIRpaths are always preserved;KEEP_OUTPUT=1opts out of cleanup on success.test-cross-platform-agent-relay,test-cross-platform-computer-browser-demo,test-cross-platform-node-workspace,test-macos-computer-browser-node,test-mcp-bridge(both bash and PowerShell variants) now source/import the cleanup library.KEEP_OUTPUT/OUTPUT_DIRoverrides.themes/zsc_modern_ai: New UI theme with layout, profiles, styles, and design tokens.SpiderAppandSpiderwebadvanced to their latest release heads.Test plan
KEEP_OUTPUT— confirm auto-generatedout/dir is removed on successKEEP_OUTPUT=1— confirm artifacts are preservedOUTPUT_DIR— confirm artifacts are preserved🤖 Generated with Claude Code