chore(companion): enforce reference-app generator sync in CI
This commit is contained in:
+25
-1
@@ -7193,6 +7193,30 @@
|
||||
],
|
||||
"test_status": "workflow/docs update; runtime validation remains covered by companion bundle/verify test suites"
|
||||
},
|
||||
"personal-assistant-productization-phase1-companion-reference-app-sync-check": {
|
||||
"status": "completed",
|
||||
"date": "2026-02-27",
|
||||
"updated": "2026-02-27",
|
||||
"summary": "Added reproducibility + CI drift guard for companion reference app surfaces. `pnpm companion:reference-apps` now uses a deterministic default `generatedAt` timestamp (override via `--generated-at`), `pnpm companion:reference-apps:check` validates generated output matches committed `apps/companion`, and `.github/workflows/companion-reference-apps-check.yml` enforces this check on pull requests.",
|
||||
"files_modified": [
|
||||
"scripts/export-companion-reference-apps.ts",
|
||||
"src/companion/referenceApps.test.ts",
|
||||
"package.json",
|
||||
".github/workflows/companion-reference-apps-check.yml",
|
||||
"apps/companion/macos/companion.bootstrap.json",
|
||||
"apps/companion/ios/companion.bootstrap.json",
|
||||
"apps/companion/android/companion.bootstrap.json",
|
||||
"apps/companion/macos-app/Sources/FlynnCompanionMenuBar/Resources/companion.bootstrap.json",
|
||||
"README.md",
|
||||
"docs/api/PROTOCOL.md",
|
||||
"docs/architecture/AGENT_DIAGRAM.md",
|
||||
"docs/architecture/GATEWAY_SESSIONS_AND_QUEUE.md",
|
||||
"docs/operations/COMPANION_RELEASE_BUNDLE.md",
|
||||
"docs/plans/2026-02-26-personal-assistant-productization-plan.md",
|
||||
"docs/plans/state.json"
|
||||
],
|
||||
"test_status": "pnpm test:run src/companion/referenceApps.test.ts src/companion/shellTemplate.test.ts src/companion/macosMenuBarApp.test.ts + pnpm typecheck passing; `pnpm companion:reference-apps:check` passes locally"
|
||||
},
|
||||
"personal-assistant-productization-roadmap-complete-2026-02-27": {
|
||||
"status": "completed",
|
||||
"date": "2026-02-27",
|
||||
@@ -7221,7 +7245,7 @@
|
||||
"tier2_completion": "4/4 (100%) — inbound webhooks, vector memory search, Dockerfile, heartbeat monitor",
|
||||
"tier3_completion": "5/5 (100%) — lane queue, credential redaction, web UI token dashboard, xAI (Grok) provider, Voyage AI embeddings",
|
||||
"tier4_completion": "4/4 (100%) — gateway lock, shell completion, Tailscale Serve/Funnel, DM pairing codes",
|
||||
"feature_gap_scorecard": "rebaselined 2026-02-26 and finalized 2026-02-27 — channel breadth, setup wizard, browser workflow reliability primitives (wait/assert/extract/retries/checkpoints/guardrails/budgets), companion reconnect/runtime-handoff foundations, companion packaging/distribution primitives (bootstrap export + release-bundle artifacts + checksum manifests + release manifest artifact + optional signatures + verification mode + checksum-gated launcher + one-pass build/verify automation + CI workflow), repo-shipped macOS/iOS/Android reference app starter surfaces plus runnable macOS menu-bar Swift Package scaffold (`apps/companion/macos-app`) and iOS/Android runtime shell skeletons (`IOSCompanionRuntime.swift`, `AndroidCompanionRuntime.kt`), one-shot status/location/push shell bootstrap controls, voice reliability hardening (talk controls + TTS fallback/health + interruption-safe cancel semantics), and onboarding first-success funnel improvements are implemented.",
|
||||
"feature_gap_scorecard": "rebaselined 2026-02-26 and finalized 2026-02-27 — channel breadth, setup wizard, browser workflow reliability primitives (wait/assert/extract/retries/checkpoints/guardrails/budgets), companion reconnect/runtime-handoff foundations, companion packaging/distribution primitives (bootstrap export + release-bundle artifacts + checksum manifests + release manifest artifact + optional signatures + verification mode + checksum-gated launcher + one-pass build/verify automation + CI workflow), repo-shipped macOS/iOS/Android reference app starter surfaces plus runnable macOS menu-bar Swift Package scaffold (`apps/companion/macos-app`) and iOS/Android runtime shell skeletons (`IOSCompanionRuntime.swift`, `AndroidCompanionRuntime.kt`) with CI-enforced generator sync (`pnpm companion:reference-apps:check` + workflow), one-shot status/location/push shell bootstrap controls, voice reliability hardening (talk controls + TTS fallback/health + interruption-safe cancel semantics), and onboarding first-success funnel improvements are implemented.",
|
||||
"operator_dx_milestone": "Phase 3 (Live Ops Dashboard): 2/2 plans complete — milestone done",
|
||||
"dashboard_observability": "completed — service health graphs + core service log viewer added to web UI via observability RPCs and bounded backend sampling",
|
||||
"gmail_auth_cli": "flynn gmail-auth command implemented with OAuth2 flow, doctor check, config routed to Telegram",
|
||||
|
||||
Reference in New Issue
Block a user