learning_ai_common_plat/docs
saravanakumardb1 7904171418 feat(scripts): T5.4 + T5.5 scanner refinements + final roadmap update
Tier 5 partials:

T5.4 ts-any-type (249 \u2192 35):
  + Repo exemption: mac_tooling (189 findings \u2014 standalone forensics CLI)
  + Path exemption: /packages/mcp-client/ (JSON-RPC payload boundary)
  + Honor 'eslint-disable-next-line @typescript-eslint/no-explicit-any'
  + Honor '@ts-ignore' and '@ts-expect-error' on preceding line
  + Honor 'catch (e: any)' pattern (TS 4.4+ defaults caught errors to
    unknown, so this is an explicit author opt-in)
  + 35 remaining real findings; see TODO-4 for triage tracker

T5.5 b7-emoji-in-code (465 \u2192 53):
  + Emoji scanner now flags ONLY in:
    (a) Code comments (//, #, *, /*)
    (b) console.log / .warn / .info / .debug / .error calls
    (c) Python print() calls
  + UI-data emoji (notification bells, achievement icons, time-of-day
    markers, tab labels in JSX text or string literals) correctly NOT
    flagged \u2014 these are intentional product content per Q5.
  + 53 remaining decorative findings in comments / logs; see TODO-5.

Final ecosystem state:
  Total findings:  2548 (Phase 0) \u2192 88 (\u221297%)
  web-hardcoded-hex:        465 \u2192 0  \u2713
  b4-python-print:          351 \u2192 0  \u2713
  b4-console-log:            93 \u2192 0  \u2713
  b5-hardcoded-product-id:   13 \u2192 0  \u2713 (critical, fixed in Tier 1)
  b4-swift-print:             7 \u2192 0  \u2713
  ts-any-type:              249 \u2192 35 (\u221286%)
  b7-emoji-in-code:         465 \u2192 53 (\u221289%)

All 19 / 19 repos hex-clean. Tier 1-3 fully closed. Tier 4 closed
(mindlyst + fastgap + flowmonk fixes pushed). Tier 5 partials with
documented TODO-N follow-ups.

Code TODOs introduced this session (full list in next user message):
  TODO-1 \u2014 fastgap BodyCanvas.tsx: refactor canvas data to /lib/body-data.ts
  TODO-2 \u2014 fastgap InAppBroadcastBanner.tsx: add 'info' RN theme token
  TODO-3 \u2014 common_plat mcp-client: expose injectable logger callback
  TODO-4 \u2014 35 remaining ts-any-type sites across 9 repos
  TODO-5 \u2014 53 remaining decorative emoji in comments/log statements
2026-05-23 15:34:01 -07:00
..
_MobileApps docs: add Apple App Store + Google Play Store release guides 2026-04-04 23:37:25 -07:00
architecture docs(inventory): refresh platform and workspace capability maps 2026-03-05 22:59:45 -08:00
audits docs(audits): mobile app readiness audit + companion targets implementation prompt 2026-03-27 08:19:32 -07:00
design docs: complete Platform Acceleration Roadmap (all 4 phases) — move to completed/ 2026-03-19 22:13:21 -07:00
design-system docs: design system audit, onboarding guide, and AGENTS.md updates 2026-03-03 21:55:02 -08:00
design-system-agents docs(design-system): rewrite agent prompts with parallel-safety, pre-flight checks, build gates, rollback recipes 2026-03-27 17:43:03 -07:00
devops docs: document Linux VM deployment, auto-publish timer, and bug fixes 2026-05-10 02:32:54 +00:00
ecosystem docs(runtime): record Cowork checkpoint drill-in 2026-04-04 17:29:44 -07:00
guides docs: align ecosystem docs with single-source-of-truth agent pattern 2026-05-23 12:07:58 -07:00
MCP+A2A docs: Update EXECUTION_CHECKLIST.md with Phase 15 completion 2026-03-05 22:07:53 -08:00
pnpm docs(pnpm): add MindLyst to migration tracker, update Gitea registry status 2026-03-24 08:28:11 -07:00
roadmaps docs(roadmaps): detailed 2026-04-17 plans for event bus, RAG, agent runtime, approval queue 2026-04-17 09:36:44 -07:00
session-logs docs: reorganize docs/ into category folders with roadmaps/{completed,partial,not-started} 2026-03-01 23:17:15 -08:00
workstreams docs(workstreams): align checklist with service consolidation 2026-02-15 08:58:58 -08:00
AGENT_COMPLIANCE_ROADMAP.md feat(scripts): T5.4 + T5.5 scanner refinements + final roadmap update 2026-05-23 15:34:01 -07:00
AUDIT_PLATFORM.md docs(audit): reconcile final handoff state 2026-05-04 17:39:48 -07:00
AUDIT_WARNING_COMPLETION_CHECKLIST.md docs(audit): reconcile final handoff state 2026-05-04 17:39:48 -07:00
BROADCAST_SURVEY_API_REFERENCE.md docs(broadcasts,surveys): Complete API reference documentation 2026-03-03 08:28:15 -08:00
CODEX_RESUME_PROMPT.md docs(audit): record auth test reliability fix 2026-05-04 16:59:53 -07:00
CROSS_REPO_DRY_AUDIT.md docs: fix 10 inaccuracies in DRY audit + roadmap after thorough review 2026-03-20 07:15:07 -07:00
DASHBOARD_UI_COVERAGE_ROADMAP.md docs: fix 10 bugs in dashboard UI coverage roadmap — self-audit corrections 2026-03-21 17:35:30 -07:00
DASHBOARD_UI_GAP_ANALYSIS.md docs(admin-web): update gap analysis — all Q1-Q4 TODOs resolved, 0 partially exposed pages 2026-03-21 23:15:24 -07:00
DESIGN_SYSTEM_AUDIT.md docs(audit): add Round 3 hardcoded hex elimination findings to DESIGN_SYSTEM_AUDIT.md 2026-03-29 10:40:47 -07:00
DESIGN_SYSTEM_REMEDIATION_PLAYBOOK.md docs: agent-executable design system remediation playbook — 5 phases, 20 tasks, code templates, verification commands 2026-03-27 16:08:27 -07:00
DESIGN_SYSTEM_REMEDIATION_ROADMAP.md docs(audit): mark all design system remediation roadmap items complete 2026-03-29 01:47:06 -07:00
ECOSYSTEM_CONSISTENCY_AUDIT.md docs: align ecosystem docs with single-source-of-truth agent pattern 2026-05-23 12:07:58 -07:00
ECOSYSTEM_CROSS_POLLINATION_OPPORTUNITIES.md docs: create canonical ecosystem docs home 2026-04-03 15:25:00 -07:00
HANDOVER.md docs(audit): reconcile final handoff state 2026-05-04 17:39:48 -07:00
learning_ai_common_plat_INVENTORY.md docs: align ecosystem docs with single-source-of-truth agent pattern 2026-05-23 12:07:58 -07:00
MOBILE_DRY_REFACTORING_ROADMAP.md docs: Add post-implementation review fixes section to roadmap 2026-03-20 23:16:19 -07:00
PROTOTYPE_DEPLOYMENT.md chore(docker): add interactive cleanup menu 2026-05-05 18:28:55 -07:00
UNIFIED_BYTELYST_PORTAL_PRD.md fix(docs): self-audit Portal PRD + roadmap — 15 findings corrected 2026-03-21 20:57:28 -07:00
UNIFIED_BYTELYST_PORTAL_ROADMAP.md fix(docs): self-audit Portal PRD + roadmap — 15 findings corrected 2026-03-21 20:57:28 -07:00
WORKSPACE_INVENTORY.md docs: update workspace + common-plat inventory with accurate scan data 2026-03-21 10:52:31 -07:00
WORKSPACE_TODO_AUDIT.md fix(exports): strip data payload from list endpoint + update audit doc 2026-03-22 01:23:08 -07:00