diff --git a/.gitignore b/.gitignore index 76920a0..fddb7b5 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,15 @@ bytelyst-ai.json saravanakumardb.json saravanakumardb1.json list_repos_contributors_by_user_saravanakumardb.json + +# Agent-queue transient runtime state (jobs move through these dirs at runtime; +# keep the dirs via .gitkeep but never track the per-job lifecycle files). +agent-queue/queue/.state/* +agent-queue/queue/inbox/* +agent-queue/queue/building/* +agent-queue/queue/testing/* +agent-queue/queue/review/* +agent-queue/queue/failed/* +agent-queue/queue/shipped/* +agent-queue/queue/logs/* +!agent-queue/queue/*/.gitkeep diff --git a/agent-queue/queue/inbox/20260529-1505__nomgap-web.md b/agent-queue/queue/inbox/20260529-1505__nomgap-web.md deleted file mode 100644 index 9fddcdd..0000000 --- a/agent-queue/queue/inbox/20260529-1505__nomgap-web.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -engine: devin -cwd: /Users/sd9235/code/mygh/learning_ai_fastgap -yolo: true -lock: nomgap-web -timeout: 4h ---- - -Author the baseline audit into and then execute end-to-end the roadmap at web/docs/roadmaps/UX_INTEGRATION_NOMGAP.md, STRICTLY scoped to /Users/sd9235/code/mygh/learning_ai_fastgap/web — follow waves UX-1→UX-7 + CC.1→CC.6 in order and obey its Ground rules exactly (scope web/; --ng-* tokens, no new color literals; @bytelyst/* deps "*"; minimal lockfile/--frozen-lockfile recovery; route all UI through src/components/ui/Primitives.tsx; tests sacred; commit→push→tick PER ITEM with SHA + test counts; deferrals [~]+reason+table; no stray files). UX-2 migrates recharts→@bytelyst/charts (+data-viz) and decides sonner (keep or fold into gentle-notifications); UX-6 migrates the (auth) screens to @bytelyst/auth-ui; likely defer UX-7 (gentle-notifications/celebrations/broadcast-client already present). Verify each wave: pnpm --filter @nomgap/web typecheck && lint && test && build && test:e2e:ci (this already sets PLAYWRIGHT_REUSE_SERVER=0 + @axe-core — no new failures vs the UX-1 baseline / no new a11y violations). Capture the e2e baseline on UX-1. Do NOT stop until every non-deferred wave + CC is committed, pushed, and ticked. End with SHAs, final test counts, and deferrals. diff --git a/agent-queue/queue/inbox/20260529-1506__localmemgpt-web.md b/agent-queue/queue/inbox/20260529-1506__localmemgpt-web.md deleted file mode 100644 index 7f0de43..0000000 --- a/agent-queue/queue/inbox/20260529-1506__localmemgpt-web.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -engine: devin -cwd: /Users/sd9235/code/mygh/learning_ai_local_memory_gpt -yolo: true -lock: localmemgpt-web -timeout: 4h ---- - -Author the baseline audit into and then execute end-to-end the roadmap at web/docs/roadmaps/UX_INTEGRATION_LOCALMEMGPT.md, STRICTLY scoped to /Users/sd9235/code/mygh/learning_ai_local_memory_gpt/web — follow waves UX-1→UX-7 + CC.1→CC.6 in order and obey its Ground rules exactly (scope web/; --lmg-* tokens with a --bl-*→--lmg-* bridge, no new color literals; @bytelyst/* deps "*"; ESM "type":"module"; minimal lockfile; tests sacred; commit→push→tick PER ITEM with SHA + test counts; deferrals [~]+reason+table; no stray files). This app has NO adapter: UX-1 must BOOTSTRAP — create src/components/ui/Primitives.tsx, add the --bl-*→--lmg-* bridge, add @axe-core/playwright so e2e/accessibility.spec.ts runs, add the ratchet + export test. Pin dev port 3070 for e2e. PRESERVE the chat markdown/syntax-highlighting UX — UX-5 only adopts @bytelyst/rich-text if it keeps parity, else defer; defer UX-7 (no auth/feed/charts). Verify each wave: pnpm --filter @localmemgpt/web typecheck && lint && test && build && test:e2e (port 3070, no new failures vs the UX-1 baseline / no new a11y violations). Capture the e2e baseline on UX-1. Do NOT stop until every non-deferred wave + CC is committed, pushed, and ticked. End with SHAs, final test counts, and deferrals. diff --git a/agent-queue/queue/inbox/20260529-1507__devintelli-web.md b/agent-queue/queue/inbox/20260529-1507__devintelli-web.md deleted file mode 100644 index 0538d34..0000000 --- a/agent-queue/queue/inbox/20260529-1507__devintelli-web.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -engine: devin -cwd: /Users/sd9235/code/mygh/learning_ai_dev_intelli -yolo: true -lock: devintelli-web -timeout: 4h ---- - -Author the baseline audit into and then execute end-to-end the roadmap at web/docs/roadmaps/UX_INTEGRATION_DEVINTELLI.md, STRICTLY scoped to /Users/sd9235/code/mygh/learning_ai_dev_intelli/web — follow waves UX-1→UX-6 + CC.1→CC.6 in order and obey its Ground rules exactly (scope web/; confirm the token prefix in step 0 and add a --bl-*→app-token bridge, no new color literals; @bytelyst/* deps pinned workspace:* to match this repo's convention; minimal lockfile; route all UI through src/components/ui/Primitives.tsx; tests sacred; commit→push→tick PER ITEM with SHA + test counts; deferrals [~]+reason+table; no stray files). This early-stage app has NO adapter and NO e2e script: UX-1 must BOOTSTRAP — create Primitives.tsx, add the token bridge, add a "test:e2e":"playwright test" script (+ @axe-core/playwright if an a11y spec exists), add the ratchet + export test. Pin dev port 3085 for e2e. UX-2 migrates recharts→@bytelyst/charts (defer if no real viz); UX-5 migrates (auth) screens to @bytelyst/auth-ui. Verify each wave: pnpm --filter @devintelli/web typecheck && lint && test && build && test:e2e (port 3085, no new failures vs the UX-1 baseline). Capture the e2e baseline on UX-1. Do NOT stop until every non-deferred wave + CC is committed, pushed, and ticked. End with SHAs, final test counts, and deferrals.