learning_ai_common_plat/scripts
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
..
gitea chore(packages): publish @bytelyst/kill-switch-client@0.1.6 to Gitea registry 2026-05-23 12:32:49 -07:00
backup-main.sh ci: update CI/CD configuration 2026-03-10 11:32:25 -07:00
check-agent-docs-drift.sh feat(drift-check): forbid per-tool subdirectory AGENTS.md duplicates 2026-05-23 13:07:26 -07:00
check-npmrc-drift.sh feat(scripts): add .npmrc template + sync/drift-check scripts (DRY) 2026-04-14 11:48:55 -07:00
check-prototype-env.sh Add prototype deployment workflow 2026-03-14 05:01:09 +00:00
check-rule-violations.sh feat(scripts): T5.4 + T5.5 scanner refinements + final roadmap update 2026-05-23 15:34:01 -07:00
check-token-drift.sh chore(ci): add local token drift check script 2026-03-28 01:01:06 -07:00
commit-workspace.sh ci: update CI/CD configuration 2026-03-29 10:50:53 -07:00
cosmos-telemetry-indexes.sh feat(telemetry): Phase 3 — cluster resolve/ignore, audit logging, webhook alerts, metrics endpoint, Cosmos indexes 2026-02-17 10:50:29 -08:00
create-encryption-keys.sh feat(field-encrypt): create @bytelyst/field-encrypt package with AES-256-GCM envelope encryption 2026-03-21 09:18:10 -07:00
deploy-admin-hotcopy.sh feat(admin-web): adopt trading web deployment model with docker-compose 2026-05-11 03:24:33 +00:00
docker-clean.sh chore(docker): add interactive cleanup menu 2026-05-05 18:28:55 -07:00
docker-prep.sh feat(platform-service): update Dockerfile for pnpm workspace support 2026-02-12 23:43:40 -08:00
encrypt-migrate.ts feat(devops): encryption migration CLI with embedded product configs 2026-03-21 13:19:55 -07:00
export-lysnr-kv.sh chore: add kv export audit 2026-02-15 00:43:29 -08:00
fix-npmrc-all-repos.sh fix: standardize common-plat .npmrc + publish script for corp network 2026-04-13 10:51:12 -07:00
godaddy-sync-bytelyst-dns.sh feat(dns): add ollama hostname support 2026-03-31 10:07:38 +00:00
lint-infra.sh chore(scripts): add lint-infra, typecheck-all, test-all cross-repo scripts 2026-03-26 23:15:16 -07:00
npmrc.template feat(scripts): add .npmrc template + sync/drift-check scripts (DRY) 2026-04-14 11:48:55 -07:00
package.json feat(devops): encryption migration CLI with embedded product configs 2026-03-21 13:19:55 -07:00
prep-consumer.sh fix(docker): preserve peer deps in packed packages 2026-03-23 18:24:57 -07:00
prototype-self-test.sh Add prototype storage diagnostics and smoke test 2026-03-14 06:06:35 +00:00
prototype-up.sh Add Cosmos emulator prototype support 2026-03-14 05:24:01 +00:00
secret-scan-repo.sh chore(security): add secret scanning + playbook 2026-02-14 00:24:41 -08:00
secret-scan-staged.sh chore(security): add secret scanning + playbook 2026-02-14 00:24:41 -08:00
seed-keyvault.sh feat: add AKV seed script and AZURE_KEYVAULT_URL to .env.example 2026-02-14 22:25:04 -08:00
seed-lysnr-kv.sh ci: add lysnr kv seeder 2026-02-15 00:31:31 -08:00
setup-husky.sh chore(husky): run hooks from repo root and avoid npx 2026-02-14 12:55:41 -08:00
switch-network.sh feat(scripts): make GITEA_NPM_HOST conditional on NETWORK 2026-03-24 15:45:59 -07:00
sync-npmrc.sh feat(scripts): add .npmrc template + sync/drift-check scripts (DRY) 2026-04-14 11:48:55 -07:00
sync-workflows.sh fix(workflows): normalize repo management coverage 2026-03-24 16:05:12 -07:00
test-all.sh chore(scripts): add lint-infra, typecheck-all, test-all cross-repo scripts 2026-03-26 23:15:16 -07:00
tsconfig.json fix(scripts): add tsconfig.json — fixes pnpm typecheck failure 2026-03-21 15:55:27 -07:00
typecheck-all.sh chore(scripts): add lint-infra, typecheck-all, test-all cross-repo scripts 2026-03-26 23:15:16 -07:00
update-agent-docs.sh fix(agent-docs): update AI.dev guides + script UX after single-source migration 2026-05-23 12:06:28 -07:00