chore: delete web UI visualization layer (v0.7.2.1)#12
Merged
Conversation
Remove dead visualization code that was disabled in v0.7.1.0 but never deleted. Includes ViewServer, DiffSerializer, frontend TypeScript modules, HTML prototypes, design docs, and QA artifacts. - Remove --view and --no-open flags from DiffCommand - Remove ViewFlag tests from DiffCommandTest - Fix AnalyzeCommand import to use core JsonSerializer - Add 7-arg toJson overload to core JsonSerializer for --with-metadata - Remove archon-viz dependency from archon-cli build - Remove module includes from settings.gradle.kts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove "web visualization interface" from DESIGN.md product context - Update SKILL.md example output to remove stale viz domain references - Add CHANGELOG entry for web UI deletion - Bump VERSION 0.7.2.0 → 0.7.2.1 Co-Authored-By: Claude Opus 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
Removes all dead visualization code that was disabled in v0.7.1.0 but never deleted.
Module deletions (-16,748 lines):
archon-viz/— Java server module (ViewServer, DiffSerializer, JsonSerializer, 3 test files, HTML viewer, dagre.js)archon-viz-web/— TypeScript frontend (graph controller, arrow router, force simulation, boundary/domain views, 4 test files, sample data)CLI cleanup:
--viewand--no-openflags fromDiffCommandViewFlagtest class fromDiffCommandTestAnalyzeCommandimport:com.archon.viz.JsonSerializer→com.archon.core.output.JsonSerializertoJsonoverload to coreJsonSerializerfor--with-metadata/--with-full-analysisBuild config:
archon-vizandarchon-viz-webfromsettings.gradle.ktsarchon-vizdependency fromarchon-cli/build.gradle.ktsDocumentation:
DESIGN.mdproduct contextSKILL.mdexample output (removed stale viz domain references)Also deleted (untracked):
Test Coverage
No new code paths — this is a deletion-only PR. All existing tests pass (BUILD SUCCESSFUL).
Test plan
./gradlew buildpasses after removing archon-viz dependency./gradlew test— all tests pass./gradlew shadowJar— fat JAR builds without viz classesjava -jar archon-cli/build/libs/archon-0.7.2.1.jar diff --help— no--viewor--no-openflags🤖 Generated with Claude Code