chore: decouple embedded showcase from Comptextv7 validation#195
Conversation
There was a problem hiding this comment.
Code Review
This pull request focuses on decoupling the Monaco showcase application from the Comptextv7 repository, moving it to a separate repository while preserving historical state in an archive branch. The changes involve updating docs/AGENT_WORKFLOW.md, docs/validation.md, and package.json to remove showcase-specific scripts, validation steps, and directory references. Feedback highlights that the removal of specific examples for unsanitized identifiers (like VIN/FIN) weakens the security policy and that the deletion of the detailed experiment report consumption table and the review checklist reduces essential guidance for agents. It is recommended to restore these sections to maintain clear data privacy and quality assurance standards.
|
Addressed the documentation review feedback. Restored and expanded the professional agent workflow guidance while keeping the showcase decoupling intact:
No dependency changes, runtime changes, or dashboard logic changes were introduced. |
Summary
showcase/appfrom root validation scripts.dashboard/appthe only Node application validated in Comptextv7.ProfRandom92/comptext-v7-monaco-showcase.archive/showcase-before-extractionfor the previous embedded showcase state.Safety
main.archive/showcase-before-extraction.Follow-up
The embedded showcase files are not deleted in this PR yet. This PR first removes the active coupling from scripts, CI, and docs so CI can validate the dashboard-only flow. Physical removal of
showcase/app,showcase/assets, anddocs/SHOWCASE_READINESS.mdcan happen in a follow-up once the full file list is handled safely.