docs: archive simulator planning (closes #224)#228
Merged
Conversation
The C# native device simulator scoped in 2025 (#61-#66) was never built, and the HIL smoke test in #219 supersedes its role. Move the four planning documents under docs/archive/simulator/ and add a README clarifying their status so readers don't infer a simulator exists somewhere in src/. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Review Summary by QodoArchive simulator planning documentation with status clarification
WalkthroughsDescription• Archive simulator planning docs under docs/archive/simulator/ • Add README clarifying archived status and design rationale • Preserve git history for potential future revival • Prevent confusion about simulator implementation status Diagramflowchart LR
A["docs/simulator/<br/>planning files"] -- "git mv<br/>archived" --> B["docs/archive/simulator/<br/>planning files"]
B -- "new" --> C["README.md<br/>status clarification"]
C -- "explains" --> D["Simulator planned 2025<br/>never implemented"]
D -- "superseded by" --> E["HIL smoke test<br/>PR #219"]
File Changes1. docs/archive/simulator/README.md
|
This was referenced May 30, 2026
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
docs/simulator/→docs/archive/simulator/so the four planning documents are no longer mistaken for current capability.docs/archive/simulator/README.mdexplaining the status: the simulator was planned in 2025 (Implement C# Native Device Simulator for Hardware-Independent Integration Testing #61–Device Simulator: Phase 5 - Testing Infrastructure and Documentation #66) but never built; the HIL smoke test in feat: hardware-in-the-loop smoke test + /hil-smoke-test skill #219 supersedes its role.The history is preserved (these are
git mvrenames, not deletes) so a future revival has the design material one click away. Nosrc/changes; no references to the old path existed elsewhere in the repo.Closes #224.
Test plan
docs/archive/simulator/from GitHub and confirm the README makes the archived status obvious before any planning content.grep -rn "docs/simulator"in the tree returns nothing.🤖 Generated with Claude Code