chore(agent-queue): track queue/ in repo + seed inbox with nomgap/localmemgpt/devintelli jobs

This commit is contained in:
saravanakumardb1 2026-05-29 15:10:00 -07:00
parent c52c165fd6
commit 2f6aea07e0
10 changed files with 30 additions and 2 deletions

View File

@ -1,2 +1,3 @@
# Runtime queue state — never commit prompts, logs, or heartbeats
queue/
# Queue contents are tracked in-repo by request (prompts, logs, state) so no data is lost.
# NOTE: daemon.pid + .state heartbeats are pure runtime and will churn/conflict in git —
# remove them from tracking (re-add a narrow ignore) if the noise becomes a problem.

View File

View File

View File

View File

View File

View File

@ -0,0 +1,9 @@
---
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.

View File

@ -0,0 +1,9 @@
---
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.

View File

@ -0,0 +1,9 @@
---
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.

View File