Clarify AppHost/App naming#138
Conversation
Greptile SummaryThis PR is a pure naming refactor across 16 files, clarifying the roles of two components in Key changes:
The rename is exhaustive — a search for any remaining Confidence Score: 5/5Safe to merge — this is a pure rename with no functional changes and all references are consistently updated. Every usage of the old names (App, AppShell, resetShell, shellVersion) has been updated across all 16 affected files, including source, tests, and benchmarks. No old symbols remain in the codebase, and no logic was altered. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Clarify AppHost/App naming" | Re-trigger Greptile |
Summary
AppShelltoAppApptoAppHostresetShelltoresetAppand update related comments/tests for terminology consistencyTesting