Feature/spy gemini photino segments 8 16 - #1
Merged
Conversation
Segments 8-16 work plus this session's fixes: - Grammar checker now backed by Google Gemini (Google.GenAI SDK) instead of LanguageTool; same GrammarCheckResponse contract. Model configurable via Gemini:Model (default gemini-2.5-flash); API key read from Gemini:ApiKey (user-secrets / env), never committed. - Spy engine pipeline fixed: issueStore.ts createId template literal repaired and initializeSpyListener() added/exported so the iframe SILIP_ERROR probe messages actually reach the store (was dead-ended). - Desktop build fixed: Photino.NET v4 renamed its namespace PhotinoNET -> Photino.NET; updated Program.cs using directive. - QA de-hardcoding: axe-core a11y check, accessibility-text extraction, deterministic variable interceptor, SCORM 2004 manifest namespaces, SourceFileInPackageRule. - IssueInspector / SlideHealthStrip / unified severity feed (Segment 16). - Stop tracking silip.db; ignore SQLite runtime artifacts. Client tsc clean (0 errors); dotnet build solution clean (0/0). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Injects the real SILIP_SPY_SCRIPT into a Chromium iframe, triggers
js_error / console_error / scorm_failure / observation_dead_click /
observation_scene_change, and asserts each arrives at the parent in the
{kind, slide, breadcrumb, data} shape initializeSpyListener consumes.
All 5 probe types validated green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Proves the app works against the real DH_Procurement Storyline export: - verify-real-course-apionly.cjs: uploads the real package via the live API, renders the real Storyline course headless (799 DOM nodes), completes the SCORM handshake, and the spy fires real observations on real DOM (20 events). - verify-real-course-e2e.cjs: full-app harness (needs a faster host than sandbox). - main.tsx: dev-only window.__silipStores hook (import.meta.env.DEV). Co-Authored-By: Claude Opus 4.8 <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.
No description provided.