Conversation
Copilot
AI
changed the title
[WIP] verify whether what is in /docs matches with the code.
Do not change any code.
Document comprehensive verification report - identify key discrepancies between docs and code
Sep 26, 2025
23min
added a commit
that referenced
this pull request
Apr 16, 2026
…faces - Mark m-E18-14 .NET Time Machine CLI complete in CLAUDE.md Current Work - Promote UI parity fork to active slot #1 in Option A delivery sequence - Add m-E18-14 learnings to work/agent-history/builder.md (AnalysisCliRunner shared shell, CliEvaluatorHandle, JsonStringEnumConverter parity, Win32Exception handling, platform-edge coverage documentation) - Update ROADMAP.md + epic-roadmap.md: move m-E18-13/14 into completed list, renumber active sequence, flip fork-decision note to active - Flip m-E18-14 spec header status to merged Status surfaces now consistent: CLAUDE.md, ROADMAP.md, epic-roadmap.md, milestone spec. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23min
added a commit
that referenced
this pull request
May 1, 2026
…-E21-07 AC14) - 9 Playwright specs cover AC14 per Q4=D hybrid: spec #2 drives bytes through POST /v1/run end-to-end (real-bytes AC1 wire-format round-trip); specs #1, #3-#9 use page.route mocks for deterministic UI-behaviour coverage (multi-severity, severity-max collapse, multi-warning-per-node, view-switch persistence) - Real-bytes spec #2 uses edge_behavior_violation_lag analyser branch (any edge with lag > 0) — deterministic trigger of any analyser branch with no series-shape dependency; lag YAML inline at LAG_TRIGGER_YAML - Test-runs isolation: spec #2 skips with copy-pasteable recipe when FLOWTIME_E2E_TEST_RUNS env var unset, so default invocation does not pollute data/runs/. With env var set + API restarted to data/test-runs/, all 9 pass; gracefully skips when infra is down (mirrors svelte-heatmap.spec.ts pattern) - Selectors used (all already shipped by earlier AC chunks): data-testid="validation-panel", data-testid="validation-row", data-row-kind, data-row-key, data-row-match, data-warning-indicator, data-warning-node-id, data-warning-edge-id, data-warning-severity, data-warning-dot, data-selected - Verified end-to-end: 8 passed / 1 skipped against live infra without env var (no pollution); 9 passed when env var set + API on data/test-runs/. ui-vitest 879 baseline unchanged - Quirks captured in spec for future maintainers: state_window requires grid.start; edge clicks need force: true (transparent hit-path stroke)
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.
This PR provides a comprehensive verification report comparing the documentation in
/docswith the actual code implementation. No code changes were made per the issue requirements - this is purely a documentation audit.Key Findings
✅ Areas Where Documentation Accurately Matches Code
/run,/graph,/healthz, artifact endpoints) are correctly implemented❌ Major Discrepancies Identified
Repository Structure (ROADMAP.md): Documents an outdated structure with
FlowTime.Engine/FlowTime.Service/FlowTime.Testsbut actual structure usesFlowTime.Core/FlowTime.API/FlowTime.Cli/FlowTime.Adapters.SyntheticExamples Directory: Documents 13 example directories that don't exist (expr/, pmf/, scenario/, routing/, batch/, backlog/, multiclass/, gold/, sweep/, templating/, dlq/, uncertainty/) while only
hello/andshift-test/actually existSchema Inconsistency: The
run.schema.jsonrequires aneventsfield that is not actually generated in run.json artifactsMissing Documentation: The
tests/directory structure is not documented despite being a significant part of the codebaseVerification Process
The verification was conducted by:
Report Location
The complete verification report is available at
/tmp/documentation_verification_report.mdwith detailed analysis and recommendations for each discrepancy found.Overall Assessment
The documentation is generally well-maintained and mostly accurate, with the main issues being outdated structural information rather than functional specification errors. The core contracts, API behavior, and artifact formats are correctly documented and implemented.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.