@mndrk/agx 2.0.38 → 2.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cloud-runtime/standalone/.next/BUILD_ID +1 -1
- package/cloud-runtime/standalone/.next/build-manifest.json +4 -4
- package/cloud-runtime/standalone/.next/prerender-manifest.json +3 -3
- package/cloud-runtime/standalone/.next/required-server-files.json +4 -4
- package/cloud-runtime/standalone/.next/server/app/_global-error/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/_global-error.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/_global-error.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/_not-found.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/_not-found.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents/[id]/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/agents/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/agents.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/agents.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents.segments/agents/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents.segments/agents.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/agent-specs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/profile/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/agents/export/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/automations/create/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/automations/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/chat/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/file-search/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/graphs/[graphId]/nodes/[nodeId]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/health/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/history/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/history/status/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/learnings/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/logs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/logs/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/memories/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/messages/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/migrate/teams-to-projects/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/migrate/workspaces-to-projects/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/participants/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/agents/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v1/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v2/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/skills/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/threads/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/variables/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/queue/complete/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/queue/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/reactions/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/repos/[id]/knowledge/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/schedules/debug/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/schedules/poll/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/schedules/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/search/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/skills/available/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/skills/history/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/skills/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/summarize/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/system/db-status/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/task-drafts/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/costs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/dependencies/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/events/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/history/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/metrics/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/pause/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/replan/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/restart/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/resume/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/rollback/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/schedule/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/start/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/stop/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/heartbeat/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/history/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/assign-orphans/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/extract/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/threads/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/user-settings/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/automations/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/automations.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/automations.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/automations.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/automations.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/automations.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/automations.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/automations.segments/automations/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/automations.segments/automations.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/board/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/board.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/board.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/board.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/board.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/board.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/board.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/board.segments/board/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/board.segments/board.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/execution-graph/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/execution-graph.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/execution-graph.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/index.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/index.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/index.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/orphans/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects.segments/projects/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects.segments/projects.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/settings/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/settings.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/settings.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/settings.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/settings.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/settings.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/settings.segments/settings.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/skills/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/skills.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/skills.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/skills.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/skills.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/skills.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/skills.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/skills.segments/skills/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/skills.segments/skills.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/status/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/status.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/status.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/status.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/status.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/status.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/status.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/status.segments/status/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/status.segments/status.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/thread/[id]/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/welcome/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/welcome.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/welcome.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__01cd082e._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0936925d._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0c3dd73b._.js +6 -6
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1b0bb735._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1c86bf6e._.js +5 -5
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__20c58b41._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__2126c763._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__255b11f2._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__277ed37d._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__2f06f568._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__30bd0c87._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__374cd94c._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3785024c._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__379604d4._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3c8f1de6._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3d0df5a8._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4014ed70._.js +7 -7
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__42fcb81c._.js +16 -16
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4a3cd6ac._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4bce7db7._.js +23 -23
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4e522535._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__50c24784._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__50ddd3ce._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__529a6e1c._.js +12 -12
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__59d1cdd8._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__628d686b._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__644e6285._.js +3 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__65755104._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__73c20995._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__762ab29c._.js +3 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8125bbc3._.js +6 -6
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__85275b88._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__89666394._.js +3 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8c0fb154._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8f5cac13._.js +3 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__91b22098._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__92924218._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__96ae701e._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__98ce983b._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9a9fd39f._.js +6 -6
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9ad4e385._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a01ddd0b._.js +3 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a099c992._.js +14 -14
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a9b949c3._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__af7a73fd._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__bd43017b._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__bf6fb108._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c122c54a._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c4ea4921._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d57e800e._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__db469f1b._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__dec3e1b7._.js +4 -4
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f1147a4a._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f5597fea._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f8c94cb3._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f9f7f2df._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fa79d53f._.js +11 -11
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fb14cd4a._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fcf0b40a._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ffb21023._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/_17e53c87._.js +1 -1
- package/cloud-runtime/standalone/.next/server/middleware-build-manifest.js +2 -2
- package/cloud-runtime/standalone/.next/server/middleware-manifest.json +5 -5
- package/cloud-runtime/standalone/.next/server/pages/404.html +2 -2
- package/cloud-runtime/standalone/.next/server/pages/500.html +2 -2
- package/cloud-runtime/standalone/.next/server/server-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/server-reference-manifest.json +1 -1
- package/cloud-runtime/standalone/.next/static/chunks/{dfff51033c303fc7.js → ee5f1457fbc593e1.js} +1 -1
- package/cloud-runtime/standalone/.next/static/chunks/{turbopack-22475f0dd0c18f92.js → turbopack-e1d640f2fbe4fa5e.js} +1 -1
- package/cloud-runtime/standalone/coverage/clover.xml +1208 -0
- package/cloud-runtime/standalone/coverage/coverage-final.json +29 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/audit/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/audit/route.ts.html +208 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/[...nextauth]/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/[...nextauth]/route.ts.html +166 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/daemon-secret/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/daemon-secret/route.ts.html +532 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/status/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/status/route.ts.html +178 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/learnings/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/learnings/route.ts.html +262 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/logs/stream/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/logs/stream/route.ts.html +448 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/queue/complete/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/queue/complete/route.ts.html +331 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/queue/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/queue/route.ts.html +505 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/stage-prompts/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/stage-prompts/route.ts.html +412 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/advance/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/advance/route.ts.html +304 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/logs/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/logs/route.ts.html +202 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/route.ts.html +373 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/route.ts.html +499 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/stream/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/stream/route.ts.html +349 -0
- package/cloud-runtime/standalone/coverage/lcov-report/base.css +224 -0
- package/cloud-runtime/standalone/coverage/lcov-report/block-navigation.js +87 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/AuthProvider.tsx.html +259 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/ChatInterface.tsx.html +1228 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/KanbanBoard.tsx.html +1024 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/Layout.tsx.html +211 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/LearningsPanel.tsx.html +535 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/LogTimeline.tsx.html +415 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/SortableTaskCard.tsx.html +358 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/StagePills.tsx.html +439 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/TaskCard.tsx.html +514 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/TaskCardOverlay.tsx.html +256 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/TaskDetail.tsx.html +622 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/TaskList.tsx.html +253 -0
- package/cloud-runtime/standalone/coverage/lcov-report/components/index.html +281 -0
- package/cloud-runtime/standalone/coverage/lcov-report/favicon.png +0 -0
- package/cloud-runtime/standalone/coverage/lcov-report/hooks/index.html +116 -0
- package/cloud-runtime/standalone/coverage/lcov-report/hooks/useTasks.ts.html +1042 -0
- package/cloud-runtime/standalone/coverage/lcov-report/index.html +341 -0
- package/cloud-runtime/standalone/coverage/lcov-report/lib/auth-client.ts.html +202 -0
- package/cloud-runtime/standalone/coverage/lcov-report/lib/auth-server.ts.html +172 -0
- package/cloud-runtime/standalone/coverage/lcov-report/lib/auth.ts.html +265 -0
- package/cloud-runtime/standalone/coverage/lcov-report/lib/db.ts.html +1252 -0
- package/cloud-runtime/standalone/coverage/lcov-report/lib/index.html +131 -0
- package/cloud-runtime/standalone/coverage/lcov-report/lib/orchestrator.ts.html +409 -0
- package/cloud-runtime/standalone/coverage/lcov-report/lib/security.ts.html +1165 -0
- package/cloud-runtime/standalone/coverage/lcov-report/lib/supabase-server.ts.html +175 -0
- package/cloud-runtime/standalone/coverage/lcov-report/lib/supabase.ts.html +157 -0
- package/cloud-runtime/standalone/coverage/lcov-report/prettify.css +1 -0
- package/cloud-runtime/standalone/coverage/lcov-report/prettify.js +2 -0
- package/cloud-runtime/standalone/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/cloud-runtime/standalone/coverage/lcov-report/sorter.js +210 -0
- package/cloud-runtime/standalone/coverage/lcov.info +2386 -0
- package/cloud-runtime/standalone/docs/LIMITS.md +63 -0
- package/cloud-runtime/standalone/docs/architecture/ADR-001-hybrid-to-full-sqlite.md +345 -0
- package/cloud-runtime/standalone/docs/baseline/baseline-report.json +1009 -0
- package/cloud-runtime/standalone/docs/baseline/critical-queries.md +105 -0
- package/cloud-runtime/standalone/docs/baseline/lock-metrics.json +21 -0
- package/cloud-runtime/standalone/docs/baseline/read-latency.json +146 -0
- package/cloud-runtime/standalone/docs/baseline/restore-time.json +10 -0
- package/cloud-runtime/standalone/docs/baseline/write-metrics.json +803 -0
- package/cloud-runtime/standalone/docs/decisions/sqlite-migration-adr.md +327 -0
- package/cloud-runtime/standalone/docs/error-code-mapping.md +74 -0
- package/cloud-runtime/standalone/docs/migration-plan.md +120 -0
- package/cloud-runtime/standalone/docs/migration-spec.md +345 -0
- package/cloud-runtime/standalone/docs/pg-sqlite-compatibility-matrix.md +554 -0
- package/cloud-runtime/standalone/docs/project-agent-migration-status.md +229 -0
- package/cloud-runtime/standalone/docs/runbook-shadow-read.md +66 -0
- package/cloud-runtime/standalone/docs/runbook.md +155 -0
- package/cloud-runtime/standalone/docs/specs/cli-postgres-removal.md +69 -0
- package/cloud-runtime/standalone/docs/specs/thread-mentions.md +53 -0
- package/cloud-runtime/standalone/docs/superpowers/plans/2026-04-01-prompt-scheduler.md +1907 -0
- package/cloud-runtime/standalone/docs/superpowers/plans/2026-04-02-sqlite-migration.md +1047 -0
- package/cloud-runtime/standalone/docs/transcript.txt +282 -0
- package/cloud-runtime/standalone/docs/ux/GlobalChatFlow.storyboard +23 -0
- package/cloud-runtime/standalone/docs/ux/assistant-chat-cli.md +32 -0
- package/cloud-runtime/standalone/instrumentation.ts +32 -0
- package/cloud-runtime/standalone/mcp/dist/constants.js +66 -0
- package/cloud-runtime/standalone/mcp/dist/db.js +220 -0
- package/cloud-runtime/standalone/mcp/dist/index.js +7 -0
- package/cloud-runtime/standalone/mcp/dist/security.js +18 -0
- package/cloud-runtime/standalone/mcp/dist/server.js +240 -0
- package/cloud-runtime/standalone/mcp/dist/task-context.js +287 -0
- package/cloud-runtime/standalone/mcp/dist/test-client.js +82 -0
- package/cloud-runtime/standalone/mcp/dist/tools/audit.js +69 -0
- package/cloud-runtime/standalone/mcp/dist/tools/learnings.js +88 -0
- package/cloud-runtime/standalone/mcp/dist/tools/queue.js +312 -0
- package/cloud-runtime/standalone/mcp/dist/tools/tasks.js +244 -0
- package/cloud-runtime/standalone/mcp/dist/types.js +74 -0
- package/cloud-runtime/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
- package/cloud-runtime/standalone/node_modules/@img/{sharp-linux-x64 → sharp-darwin-arm64}/package.json +7 -13
- package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-linux-x64 → sharp-libvips-darwin-arm64}/README.md +2 -2
- package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-linux-x64 → sharp-libvips-darwin-arm64}/lib/glib-2.0/include/glibconfig.h +8 -9
- package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3 → sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib} +0 -0
- package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-linux-x64 → sharp-libvips-darwin-arm64}/package.json +5 -11
- package/cloud-runtime/standalone/notes/comments-context-demo.md +141 -0
- package/cloud-runtime/standalone/notes/comments-context-plan.md +119 -0
- package/cloud-runtime/standalone/notes/context-audit.md +21 -0
- package/cloud-runtime/standalone/notes/project-layer-plan.md +30 -0
- package/cloud-runtime/standalone/notes/project-layer.md +123 -0
- package/cloud-runtime/standalone/notes/temporal-migration-design.md +199 -0
- package/cloud-runtime/standalone/playwright-report/data/00d55996f37c1506b90144c85493dd85032c13e5.png +0 -0
- package/cloud-runtime/standalone/playwright-report/data/0b9d409e57237ae111d7ba258d3dfe64dc368456.png +0 -0
- package/cloud-runtime/standalone/playwright-report/data/b33d5e80a15bd1deda4415b9d318ef73f581c950.png +0 -0
- package/cloud-runtime/standalone/playwright-report/data/b55684161aa440d0614595e13c91338f0420abbb.md +131 -0
- package/cloud-runtime/standalone/playwright-report/data/b9913957ae07e7565c38ddd71215be79b1ceb017.png +0 -0
- package/cloud-runtime/standalone/playwright-report/data/c3538be8ebbebc9fe4a7df8f12f04483af4a0d91.png +0 -0
- package/cloud-runtime/standalone/playwright-report/data/fe638f64ff5e36f1c30325564565662d3f57da87.md +180 -0
- package/cloud-runtime/standalone/playwright-report/index.html +85 -0
- package/cloud-runtime/standalone/server.js +1 -1
- package/cloud-runtime/standalone/test-results/auth-Authentication-Flow-S-aff25-sion-across-page-navigation-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/comments-Task-comments-add-4dc59-nd-persists-it-for-the-task-chromium/error-context.md +131 -0
- package/cloud-runtime/standalone/test-results/comments-Task-comments-add-4dc59-nd-persists-it-for-the-task-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Stage--4082a-er-planning-after-ideation--chromium/error-context.md +180 -0
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Stage--4082a-er-planning-after-ideation--chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Stage-Columns-displays-all-9-SDLC-stages-chromium/error-context.md +180 -0
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Stage-Columns-displays-all-9-SDLC-stages-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Task-D-b6d98-ys-tasks-in-correct-columns-chromium/error-context.md +180 -0
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Task-D-b6d98-ys-tasks-in-correct-columns-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Task-Display-shows-task-count-per-column-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/kanban-Task-Lifecycle-can-advance-task-through-all-stages-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/tsconfig.json +1 -2
- package/cloud-runtime/standalone/tsconfig.tsbuildinfo +1 -0
- package/package.json +1 -1
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +0 -46
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +0 -221
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +0 -1
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +0 -42
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +0 -30
- package/cloud-runtime/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
- package/cloud-runtime/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/cloud-runtime/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +0 -46
- /package/cloud-runtime/standalone/.next/static/{V5ruh627UpcC-LTWDgYk8 → 9PXl40CrFxI8nirdJ1A-T}/_buildManifest.js +0 -0
- /package/cloud-runtime/standalone/.next/static/{V5ruh627UpcC-LTWDgYk8 → 9PXl40CrFxI8nirdJ1A-T}/_clientMiddlewareManifest.json +0 -0
- /package/cloud-runtime/standalone/.next/static/{V5ruh627UpcC-LTWDgYk8 → 9PXl40CrFxI8nirdJ1A-T}/_ssgManifest.js +0 -0
- /package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-linux-x64 → sharp-libvips-darwin-arm64}/lib/index.js +0 -0
- /package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-linux-x64 → sharp-libvips-darwin-arm64}/versions.json +0 -0
|
@@ -0,0 +1,1208 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<coverage generated="1770293975308" clover="3.2.0">
|
|
3
|
+
<project timestamp="1770293975308" name="All files">
|
|
4
|
+
<metrics statements="1070" coveredstatements="558" conditionals="634" coveredconditionals="264" methods="215" coveredmethods="82" elements="1919" coveredelements="904" complexity="0" loc="1070" ncloc="1070" packages="16" files="28" classes="28"/>
|
|
5
|
+
<package name="app.api.audit">
|
|
6
|
+
<metrics statements="17" coveredstatements="15" conditionals="10" coveredconditionals="10" methods="1" coveredmethods="1"/>
|
|
7
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/audit/route.ts">
|
|
8
|
+
<metrics statements="17" coveredstatements="15" conditionals="10" coveredconditionals="10" methods="1" coveredmethods="1"/>
|
|
9
|
+
<line num="1" count="1" type="stmt"/>
|
|
10
|
+
<line num="2" count="1" type="stmt"/>
|
|
11
|
+
<line num="3" count="1" type="stmt"/>
|
|
12
|
+
<line num="6" count="6" type="stmt"/>
|
|
13
|
+
<line num="7" count="6" type="stmt"/>
|
|
14
|
+
<line num="8" count="6" type="stmt"/>
|
|
15
|
+
<line num="9" count="6" type="stmt"/>
|
|
16
|
+
<line num="11" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
17
|
+
<line num="12" count="1" type="stmt"/>
|
|
18
|
+
<line num="18" count="5" type="stmt"/>
|
|
19
|
+
<line num="19" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
20
|
+
<line num="20" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
21
|
+
<line num="21" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
22
|
+
<line num="23" count="5" type="stmt"/>
|
|
23
|
+
<line num="25" count="5" type="stmt"/>
|
|
24
|
+
<line num="35" count="0" type="stmt"/>
|
|
25
|
+
<line num="36" count="0" type="stmt"/>
|
|
26
|
+
</file>
|
|
27
|
+
</package>
|
|
28
|
+
<package name="app.api.auth.daemon-secret">
|
|
29
|
+
<metrics statements="47" coveredstatements="39" conditionals="26" coveredconditionals="23" methods="3" coveredmethods="2"/>
|
|
30
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/auth/daemon-secret/route.ts">
|
|
31
|
+
<metrics statements="47" coveredstatements="39" conditionals="26" coveredconditionals="23" methods="3" coveredmethods="2"/>
|
|
32
|
+
<line num="1" count="1" type="stmt"/>
|
|
33
|
+
<line num="2" count="1" type="stmt"/>
|
|
34
|
+
<line num="3" count="1" type="stmt"/>
|
|
35
|
+
<line num="4" count="1" type="stmt"/>
|
|
36
|
+
<line num="7" count="7" type="stmt"/>
|
|
37
|
+
<line num="8" count="7" type="stmt"/>
|
|
38
|
+
<line num="9" count="7" type="stmt"/>
|
|
39
|
+
<line num="10" count="7" type="stmt"/>
|
|
40
|
+
<line num="12" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
41
|
+
<line num="13" count="1" type="stmt"/>
|
|
42
|
+
<line num="19" count="6" type="stmt"/>
|
|
43
|
+
<line num="20" count="6" type="stmt"/>
|
|
44
|
+
<line num="22" count="6" type="stmt"/>
|
|
45
|
+
<line num="24" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
46
|
+
<line num="26" count="1" type="stmt"/>
|
|
47
|
+
<line num="28" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
48
|
+
<line num="29" count="0" type="stmt"/>
|
|
49
|
+
<line num="35" count="1" type="stmt"/>
|
|
50
|
+
<line num="41" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
51
|
+
<line num="42" count="0" type="stmt"/>
|
|
52
|
+
<line num="48" count="1" type="stmt"/>
|
|
53
|
+
<line num="49" count="1" type="stmt"/>
|
|
54
|
+
<line num="53" count="5" type="stmt"/>
|
|
55
|
+
<line num="54" count="5" type="stmt"/>
|
|
56
|
+
<line num="57" count="5" type="stmt"/>
|
|
57
|
+
<line num="63" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
58
|
+
<line num="64" count="1" type="stmt"/>
|
|
59
|
+
<line num="71" count="4" type="stmt"/>
|
|
60
|
+
<line num="81" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
61
|
+
<line num="82" count="0" type="stmt"/>
|
|
62
|
+
<line num="83" count="0" type="stmt"/>
|
|
63
|
+
<line num="91" count="4" type="stmt"/>
|
|
64
|
+
<line num="100" count="0" type="stmt"/>
|
|
65
|
+
<line num="101" count="0" type="stmt"/>
|
|
66
|
+
<line num="109" count="3" type="stmt"/>
|
|
67
|
+
<line num="110" count="3" type="stmt"/>
|
|
68
|
+
<line num="111" count="3" type="stmt"/>
|
|
69
|
+
<line num="112" count="3" type="stmt"/>
|
|
70
|
+
<line num="114" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
71
|
+
<line num="115" count="1" type="stmt"/>
|
|
72
|
+
<line num="121" count="2" type="stmt"/>
|
|
73
|
+
<line num="123" count="2" type="stmt"/>
|
|
74
|
+
<line num="129" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
75
|
+
<line num="130" count="1" type="stmt"/>
|
|
76
|
+
<line num="136" count="1" type="stmt"/>
|
|
77
|
+
<line num="143" count="0" type="stmt"/>
|
|
78
|
+
<line num="144" count="0" type="stmt"/>
|
|
79
|
+
</file>
|
|
80
|
+
</package>
|
|
81
|
+
<package name="app.api.auth.status">
|
|
82
|
+
<metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
83
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/auth/status/route.ts">
|
|
84
|
+
<metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
85
|
+
<line num="1" count="4" type="stmt"/>
|
|
86
|
+
<line num="2" count="4" type="stmt"/>
|
|
87
|
+
<line num="4" count="4" type="stmt"/>
|
|
88
|
+
<line num="5" count="4" type="stmt"/>
|
|
89
|
+
<line num="6" count="4" type="stmt"/>
|
|
90
|
+
<line num="7" count="4" type="stmt"/>
|
|
91
|
+
<line num="9" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
92
|
+
<line num="10" count="2" type="stmt"/>
|
|
93
|
+
<line num="16" count="1" type="stmt"/>
|
|
94
|
+
<line num="25" count="1" type="stmt"/>
|
|
95
|
+
<line num="26" count="1" type="stmt"/>
|
|
96
|
+
</file>
|
|
97
|
+
</package>
|
|
98
|
+
<package name="app.api.learnings">
|
|
99
|
+
<metrics statements="33" coveredstatements="33" conditionals="14" coveredconditionals="14" methods="3" coveredmethods="3"/>
|
|
100
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/learnings/route.ts">
|
|
101
|
+
<metrics statements="33" coveredstatements="33" conditionals="14" coveredconditionals="14" methods="3" coveredmethods="3"/>
|
|
102
|
+
<line num="1" count="1" type="stmt"/>
|
|
103
|
+
<line num="2" count="1" type="stmt"/>
|
|
104
|
+
<line num="5" count="4" type="stmt"/>
|
|
105
|
+
<line num="6" count="4" type="stmt"/>
|
|
106
|
+
<line num="7" count="4" type="stmt"/>
|
|
107
|
+
<line num="8" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
108
|
+
<line num="9" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
109
|
+
<line num="10" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
110
|
+
<line num="12" count="4" type="stmt"/>
|
|
111
|
+
<line num="13" count="3" type="stmt"/>
|
|
112
|
+
<line num="15" count="1" type="stmt"/>
|
|
113
|
+
<line num="16" count="1" type="stmt"/>
|
|
114
|
+
<line num="21" count="5" type="stmt"/>
|
|
115
|
+
<line num="22" count="5" type="stmt"/>
|
|
116
|
+
<line num="23" count="5" type="stmt"/>
|
|
117
|
+
<line num="24" count="5" type="stmt"/>
|
|
118
|
+
<line num="26" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
119
|
+
<line num="27" count="2" type="stmt"/>
|
|
120
|
+
<line num="33" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
121
|
+
<line num="34" count="3" type="stmt"/>
|
|
122
|
+
<line num="36" count="2" type="stmt"/>
|
|
123
|
+
<line num="38" count="1" type="stmt"/>
|
|
124
|
+
<line num="39" count="1" type="stmt"/>
|
|
125
|
+
<line num="44" count="3" type="stmt"/>
|
|
126
|
+
<line num="45" count="3" type="stmt"/>
|
|
127
|
+
<line num="46" count="3" type="stmt"/>
|
|
128
|
+
<line num="47" count="3" type="stmt"/>
|
|
129
|
+
<line num="49" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
130
|
+
<line num="50" count="1" type="stmt"/>
|
|
131
|
+
<line num="53" count="2" type="stmt"/>
|
|
132
|
+
<line num="54" count="1" type="stmt"/>
|
|
133
|
+
<line num="56" count="1" type="stmt"/>
|
|
134
|
+
<line num="57" count="1" type="stmt"/>
|
|
135
|
+
</file>
|
|
136
|
+
</package>
|
|
137
|
+
<package name="app.api.logs.stream">
|
|
138
|
+
<metrics statements="30" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
139
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/logs/stream/route.ts">
|
|
140
|
+
<metrics statements="30" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
141
|
+
<line num="2" count="0" type="stmt"/>
|
|
142
|
+
<line num="4" count="0" type="stmt"/>
|
|
143
|
+
<line num="5" count="0" type="stmt"/>
|
|
144
|
+
<line num="8" count="0" type="stmt"/>
|
|
145
|
+
<line num="9" count="0" type="stmt"/>
|
|
146
|
+
<line num="10" count="0" type="stmt"/>
|
|
147
|
+
<line num="11" count="0" type="stmt"/>
|
|
148
|
+
<line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
149
|
+
<line num="14" count="0" type="stmt"/>
|
|
150
|
+
<line num="20" count="0" type="stmt"/>
|
|
151
|
+
<line num="23" count="0" type="stmt"/>
|
|
152
|
+
<line num="30" count="0" type="stmt"/>
|
|
153
|
+
<line num="32" count="0" type="stmt"/>
|
|
154
|
+
<line num="43" count="0" type="stmt"/>
|
|
155
|
+
<line num="48" count="0" type="stmt"/>
|
|
156
|
+
<line num="49" count="0" type="stmt"/>
|
|
157
|
+
<line num="66" count="0" type="stmt"/>
|
|
158
|
+
<line num="71" count="0" type="stmt"/>
|
|
159
|
+
<line num="72" count="0" type="stmt"/>
|
|
160
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
161
|
+
<line num="82" count="0" type="stmt"/>
|
|
162
|
+
<line num="91" count="0" type="stmt"/>
|
|
163
|
+
<line num="92" count="0" type="stmt"/>
|
|
164
|
+
<line num="93" count="0" type="stmt"/>
|
|
165
|
+
<line num="100" count="0" type="stmt"/>
|
|
166
|
+
<line num="105" count="0" type="stmt"/>
|
|
167
|
+
<line num="106" count="0" type="stmt"/>
|
|
168
|
+
<line num="107" count="0" type="stmt"/>
|
|
169
|
+
<line num="108" count="0" type="stmt"/>
|
|
170
|
+
<line num="113" count="0" type="stmt"/>
|
|
171
|
+
</file>
|
|
172
|
+
</package>
|
|
173
|
+
<package name="app.api.queue">
|
|
174
|
+
<metrics statements="47" coveredstatements="40" conditionals="29" coveredconditionals="20" methods="2" coveredmethods="2"/>
|
|
175
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/queue/route.ts">
|
|
176
|
+
<metrics statements="47" coveredstatements="40" conditionals="29" coveredconditionals="20" methods="2" coveredmethods="2"/>
|
|
177
|
+
<line num="1" count="1" type="stmt"/>
|
|
178
|
+
<line num="2" count="1" type="stmt"/>
|
|
179
|
+
<line num="3" count="1" type="stmt"/>
|
|
180
|
+
<line num="4" count="1" type="stmt"/>
|
|
181
|
+
<line num="10" count="1" type="stmt"/>
|
|
182
|
+
<line num="14" count="3" type="stmt"/>
|
|
183
|
+
<line num="15" count="3" type="stmt"/>
|
|
184
|
+
<line num="16" count="3" type="stmt"/>
|
|
185
|
+
<line num="17" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
186
|
+
<line num="23" count="3" type="stmt"/>
|
|
187
|
+
<line num="24" count="3" type="stmt"/>
|
|
188
|
+
<line num="25" count="3" type="stmt"/>
|
|
189
|
+
<line num="28" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
190
|
+
<line num="29" count="1" type="stmt"/>
|
|
191
|
+
<line num="30" count="1" type="stmt"/>
|
|
192
|
+
<line num="31" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
193
|
+
<line num="32" count="0" type="stmt"/>
|
|
194
|
+
<line num="36" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
195
|
+
<line num="37" count="1" type="stmt"/>
|
|
196
|
+
<line num="44" count="2" type="stmt"/>
|
|
197
|
+
<line num="46" count="2" type="stmt"/>
|
|
198
|
+
<line num="55" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
199
|
+
<line num="56" count="0" type="stmt"/>
|
|
200
|
+
<line num="59" count="2" type="stmt"/>
|
|
201
|
+
<line num="61" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
202
|
+
<line num="62" count="0" type="stmt"/>
|
|
203
|
+
<line num="65" count="2" type="stmt"/>
|
|
204
|
+
<line num="67" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
205
|
+
<line num="68" count="1" type="stmt"/>
|
|
206
|
+
<line num="72" count="1" type="stmt"/>
|
|
207
|
+
<line num="73" count="1" type="stmt"/>
|
|
208
|
+
<line num="75" count="1" type="stmt"/>
|
|
209
|
+
<line num="76" count="1" type="stmt"/>
|
|
210
|
+
<line num="78" count="1" type="stmt"/>
|
|
211
|
+
<line num="80" count="1" type="stmt"/>
|
|
212
|
+
<line num="83" count="1" type="stmt"/>
|
|
213
|
+
<line num="85" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
214
|
+
<line num="87" count="1" type="stmt"/>
|
|
215
|
+
<line num="93" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
216
|
+
<line num="94" count="0" type="stmt"/>
|
|
217
|
+
<line num="104" count="0" type="stmt"/>
|
|
218
|
+
<line num="112" count="1" type="cond" truecount="3" falsecount="0"/>
|
|
219
|
+
<line num="115" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
220
|
+
<line num="117" count="1" type="stmt"/>
|
|
221
|
+
<line num="132" count="1" type="stmt"/>
|
|
222
|
+
<line num="137" count="0" type="stmt"/>
|
|
223
|
+
<line num="138" count="0" type="stmt"/>
|
|
224
|
+
</file>
|
|
225
|
+
</package>
|
|
226
|
+
<package name="app.api.queue.complete">
|
|
227
|
+
<metrics statements="34" coveredstatements="32" conditionals="22" coveredconditionals="21" methods="3" coveredmethods="3"/>
|
|
228
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/queue/complete/route.ts">
|
|
229
|
+
<metrics statements="34" coveredstatements="32" conditionals="22" coveredconditionals="21" methods="3" coveredmethods="3"/>
|
|
230
|
+
<line num="1" count="1" type="stmt"/>
|
|
231
|
+
<line num="2" count="1" type="stmt"/>
|
|
232
|
+
<line num="4" count="1" type="stmt"/>
|
|
233
|
+
<line num="17" count="4" type="stmt"/>
|
|
234
|
+
<line num="18" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
235
|
+
<line num="19" count="3" type="stmt"/>
|
|
236
|
+
<line num="23" count="6" type="stmt"/>
|
|
237
|
+
<line num="24" count="6" type="stmt"/>
|
|
238
|
+
<line num="25" count="6" type="stmt"/>
|
|
239
|
+
<line num="26" count="6" type="stmt"/>
|
|
240
|
+
<line num="28" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
241
|
+
<line num="29" count="1" type="stmt"/>
|
|
242
|
+
<line num="32" count="5" type="stmt"/>
|
|
243
|
+
<line num="33" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
244
|
+
<line num="34" count="1" type="stmt"/>
|
|
245
|
+
<line num="37" count="4" type="stmt"/>
|
|
246
|
+
<line num="38" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
247
|
+
<line num="39" count="4" type="stmt"/>
|
|
248
|
+
<line num="42" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
249
|
+
<line num="43" count="1" type="stmt"/>
|
|
250
|
+
<line num="47" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
251
|
+
<line num="48" count="3" type="stmt"/>
|
|
252
|
+
<line num="49" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
253
|
+
<line num="50" count="1" type="stmt"/>
|
|
254
|
+
<line num="54" count="1" type="stmt"/>
|
|
255
|
+
<line num="58" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
256
|
+
<line num="59" count="1" type="stmt"/>
|
|
257
|
+
<line num="62" count="4" type="stmt"/>
|
|
258
|
+
<line num="63" count="7" type="stmt"/>
|
|
259
|
+
<line num="65" count="4" type="stmt"/>
|
|
260
|
+
<line num="67" count="4" type="stmt"/>
|
|
261
|
+
<line num="69" count="4" type="stmt"/>
|
|
262
|
+
<line num="76" count="0" type="stmt"/>
|
|
263
|
+
<line num="77" count="0" type="stmt"/>
|
|
264
|
+
</file>
|
|
265
|
+
</package>
|
|
266
|
+
<package name="app.api.stage-prompts">
|
|
267
|
+
<metrics statements="42" coveredstatements="0" conditionals="20" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
268
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/stage-prompts/route.ts">
|
|
269
|
+
<metrics statements="42" coveredstatements="0" conditionals="20" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
270
|
+
<line num="1" count="0" type="stmt"/>
|
|
271
|
+
<line num="9" count="0" type="stmt"/>
|
|
272
|
+
<line num="12" count="0" type="stmt"/>
|
|
273
|
+
<line num="13" count="0" type="stmt"/>
|
|
274
|
+
<line num="14" count="0" type="stmt"/>
|
|
275
|
+
<line num="15" count="0" type="stmt"/>
|
|
276
|
+
<line num="16" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
277
|
+
<line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
278
|
+
<line num="20" count="0" type="stmt"/>
|
|
279
|
+
<line num="23" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
280
|
+
<line num="24" count="0" type="stmt"/>
|
|
281
|
+
<line num="34" count="0" type="stmt"/>
|
|
282
|
+
<line num="38" count="0" type="stmt"/>
|
|
283
|
+
<line num="41" count="0" type="stmt"/>
|
|
284
|
+
<line num="42" count="0" type="stmt"/>
|
|
285
|
+
<line num="43" count="0" type="stmt"/>
|
|
286
|
+
<line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
287
|
+
<line num="46" count="0" type="stmt"/>
|
|
288
|
+
<line num="54" count="0" type="stmt"/>
|
|
289
|
+
<line num="56" count="0" type="stmt"/>
|
|
290
|
+
<line num="57" count="0" type="stmt"/>
|
|
291
|
+
<line num="65" count="0" type="stmt"/>
|
|
292
|
+
<line num="66" count="0" type="stmt"/>
|
|
293
|
+
<line num="67" count="0" type="stmt"/>
|
|
294
|
+
<line num="68" count="0" type="stmt"/>
|
|
295
|
+
<line num="70" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
296
|
+
<line num="71" count="0" type="stmt"/>
|
|
297
|
+
<line num="77" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
298
|
+
<line num="78" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
299
|
+
<line num="80" count="0" type="stmt"/>
|
|
300
|
+
<line num="82" count="0" type="stmt"/>
|
|
301
|
+
<line num="83" count="0" type="stmt"/>
|
|
302
|
+
<line num="91" count="0" type="stmt"/>
|
|
303
|
+
<line num="92" count="0" type="stmt"/>
|
|
304
|
+
<line num="93" count="0" type="stmt"/>
|
|
305
|
+
<line num="94" count="0" type="stmt"/>
|
|
306
|
+
<line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
307
|
+
<line num="97" count="0" type="stmt"/>
|
|
308
|
+
<line num="100" count="0" type="stmt"/>
|
|
309
|
+
<line num="101" count="0" type="stmt"/>
|
|
310
|
+
<line num="103" count="0" type="stmt"/>
|
|
311
|
+
<line num="104" count="0" type="stmt"/>
|
|
312
|
+
</file>
|
|
313
|
+
</package>
|
|
314
|
+
<package name="app.api.tasks">
|
|
315
|
+
<metrics statements="48" coveredstatements="41" conditionals="35" coveredconditionals="25" methods="2" coveredmethods="2"/>
|
|
316
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/tasks/route.ts">
|
|
317
|
+
<metrics statements="48" coveredstatements="41" conditionals="35" coveredconditionals="25" methods="2" coveredmethods="2"/>
|
|
318
|
+
<line num="1" count="1" type="stmt"/>
|
|
319
|
+
<line num="2" count="1" type="stmt"/>
|
|
320
|
+
<line num="3" count="1" type="stmt"/>
|
|
321
|
+
<line num="4" count="1" type="stmt"/>
|
|
322
|
+
<line num="9" count="1" type="stmt"/>
|
|
323
|
+
<line num="12" count="4" type="stmt"/>
|
|
324
|
+
<line num="13" count="4" type="stmt"/>
|
|
325
|
+
<line num="15" count="4" type="stmt"/>
|
|
326
|
+
<line num="16" count="4" type="stmt"/>
|
|
327
|
+
<line num="18" count="4" type="stmt"/>
|
|
328
|
+
<line num="19" count="4" type="cond" truecount="2" falsecount="1"/>
|
|
329
|
+
<line num="20" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
330
|
+
<line num="21" count="4" type="stmt"/>
|
|
331
|
+
<line num="23" count="4" type="stmt"/>
|
|
332
|
+
<line num="24" count="4" type="stmt"/>
|
|
333
|
+
<line num="26" count="0" type="stmt"/>
|
|
334
|
+
<line num="27" count="0" type="stmt"/>
|
|
335
|
+
<line num="33" count="4" type="stmt"/>
|
|
336
|
+
<line num="34" count="4" type="stmt"/>
|
|
337
|
+
<line num="36" count="4" type="stmt"/>
|
|
338
|
+
<line num="37" count="4" type="stmt"/>
|
|
339
|
+
<line num="40" count="4" type="cond" truecount="1" falsecount="2"/>
|
|
340
|
+
<line num="42" count="4" type="stmt"/>
|
|
341
|
+
<line num="43" count="4" type="stmt"/>
|
|
342
|
+
<line num="45" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
343
|
+
<line num="46" count="1" type="stmt"/>
|
|
344
|
+
<line num="50" count="3" type="stmt"/>
|
|
345
|
+
<line num="51" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
346
|
+
<line num="52" count="1" type="stmt"/>
|
|
347
|
+
<line num="62" count="2" type="stmt"/>
|
|
348
|
+
<line num="65" count="2" type="stmt"/>
|
|
349
|
+
<line num="66" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
350
|
+
<line num="67" count="2" type="stmt"/>
|
|
351
|
+
<line num="68" count="2" type="stmt"/>
|
|
352
|
+
<line num="74" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
353
|
+
<line num="76" count="0" type="stmt"/>
|
|
354
|
+
<line num="86" count="0" type="stmt"/>
|
|
355
|
+
<line num="91" count="0" type="stmt"/>
|
|
356
|
+
<line num="96" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
357
|
+
<line num="97" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
358
|
+
<line num="100" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
359
|
+
<line num="102" count="2" type="stmt"/>
|
|
360
|
+
<line num="124" count="2" type="stmt"/>
|
|
361
|
+
<line num="125" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
362
|
+
<line num="126" count="1" type="stmt"/>
|
|
363
|
+
<line num="133" count="2" type="stmt"/>
|
|
364
|
+
<line num="135" count="0" type="stmt"/>
|
|
365
|
+
<line num="136" count="0" type="stmt"/>
|
|
366
|
+
</file>
|
|
367
|
+
</package>
|
|
368
|
+
<package name="app.api.tasks.[id]">
|
|
369
|
+
<metrics statements="48" coveredstatements="48" conditionals="12" coveredconditionals="12" methods="5" coveredmethods="5"/>
|
|
370
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/tasks/[id]/route.ts">
|
|
371
|
+
<metrics statements="48" coveredstatements="48" conditionals="12" coveredconditionals="12" methods="5" coveredmethods="5"/>
|
|
372
|
+
<line num="1" count="1" type="stmt"/>
|
|
373
|
+
<line num="2" count="1" type="stmt"/>
|
|
374
|
+
<line num="5" count="3" type="stmt"/>
|
|
375
|
+
<line num="9" count="3" type="stmt"/>
|
|
376
|
+
<line num="10" count="3" type="stmt"/>
|
|
377
|
+
<line num="11" count="3" type="stmt"/>
|
|
378
|
+
<line num="13" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
379
|
+
<line num="14" count="1" type="stmt"/>
|
|
380
|
+
<line num="17" count="1" type="stmt"/>
|
|
381
|
+
<line num="19" count="1" type="stmt"/>
|
|
382
|
+
<line num="20" count="1" type="stmt"/>
|
|
383
|
+
<line num="25" count="3" type="stmt"/>
|
|
384
|
+
<line num="29" count="3" type="stmt"/>
|
|
385
|
+
<line num="30" count="3" type="stmt"/>
|
|
386
|
+
<line num="31" count="3" type="stmt"/>
|
|
387
|
+
<line num="32" count="3" type="stmt"/>
|
|
388
|
+
<line num="34" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
389
|
+
<line num="35" count="1" type="stmt"/>
|
|
390
|
+
<line num="38" count="2" type="stmt"/>
|
|
391
|
+
<line num="39" count="1" type="stmt"/>
|
|
392
|
+
<line num="41" count="1" type="stmt"/>
|
|
393
|
+
<line num="42" count="1" type="stmt"/>
|
|
394
|
+
<line num="47" count="6" type="stmt"/>
|
|
395
|
+
<line num="51" count="6" type="stmt"/>
|
|
396
|
+
<line num="52" count="6" type="stmt"/>
|
|
397
|
+
<line num="53" count="6" type="stmt"/>
|
|
398
|
+
<line num="54" count="6" type="stmt"/>
|
|
399
|
+
<line num="57" count="6" type="stmt"/>
|
|
400
|
+
<line num="58" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
401
|
+
<line num="59" count="1" type="stmt"/>
|
|
402
|
+
<line num="63" count="4" type="stmt"/>
|
|
403
|
+
<line num="65" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
404
|
+
<line num="66" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
405
|
+
<line num="67" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
406
|
+
<line num="70" count="4" type="stmt"/>
|
|
407
|
+
<line num="71" count="8" type="stmt"/>
|
|
408
|
+
<line num="73" count="4" type="stmt"/>
|
|
409
|
+
<line num="75" count="4" type="stmt"/>
|
|
410
|
+
<line num="76" count="4" type="stmt"/>
|
|
411
|
+
<line num="78" count="1" type="stmt"/>
|
|
412
|
+
<line num="79" count="1" type="stmt"/>
|
|
413
|
+
<line num="84" count="2" type="stmt"/>
|
|
414
|
+
<line num="88" count="2" type="stmt"/>
|
|
415
|
+
<line num="89" count="2" type="stmt"/>
|
|
416
|
+
<line num="90" count="2" type="stmt"/>
|
|
417
|
+
<line num="91" count="1" type="stmt"/>
|
|
418
|
+
<line num="93" count="1" type="stmt"/>
|
|
419
|
+
<line num="94" count="1" type="stmt"/>
|
|
420
|
+
</file>
|
|
421
|
+
</package>
|
|
422
|
+
<package name="app.api.tasks.[id].advance">
|
|
423
|
+
<metrics statements="27" coveredstatements="27" conditionals="12" coveredconditionals="12" methods="3" coveredmethods="3"/>
|
|
424
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/tasks/[id]/advance/route.ts">
|
|
425
|
+
<metrics statements="27" coveredstatements="27" conditionals="12" coveredconditionals="12" methods="3" coveredmethods="3"/>
|
|
426
|
+
<line num="1" count="1" type="stmt"/>
|
|
427
|
+
<line num="2" count="1" type="stmt"/>
|
|
428
|
+
<line num="4" count="1" type="stmt"/>
|
|
429
|
+
<line num="17" count="6" type="stmt"/>
|
|
430
|
+
<line num="18" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
431
|
+
<line num="19" count="5" type="stmt"/>
|
|
432
|
+
<line num="23" count="8" type="stmt"/>
|
|
433
|
+
<line num="27" count="8" type="stmt"/>
|
|
434
|
+
<line num="28" count="8" type="stmt"/>
|
|
435
|
+
<line num="29" count="8" type="stmt"/>
|
|
436
|
+
<line num="31" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
437
|
+
<line num="32" count="1" type="stmt"/>
|
|
438
|
+
<line num="35" count="6" type="stmt"/>
|
|
439
|
+
<line num="36" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
440
|
+
<line num="37" count="6" type="stmt"/>
|
|
441
|
+
<line num="39" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
442
|
+
<line num="40" count="1" type="stmt"/>
|
|
443
|
+
<line num="47" count="5" type="stmt"/>
|
|
444
|
+
<line num="50" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
445
|
+
<line num="51" count="1" type="stmt"/>
|
|
446
|
+
<line num="54" count="5" type="stmt"/>
|
|
447
|
+
<line num="55" count="8" type="stmt"/>
|
|
448
|
+
<line num="57" count="5" type="stmt"/>
|
|
449
|
+
<line num="59" count="5" type="stmt"/>
|
|
450
|
+
<line num="61" count="5" type="stmt"/>
|
|
451
|
+
<line num="67" count="1" type="stmt"/>
|
|
452
|
+
<line num="68" count="1" type="stmt"/>
|
|
453
|
+
</file>
|
|
454
|
+
</package>
|
|
455
|
+
<package name="app.api.tasks.[id].logs">
|
|
456
|
+
<metrics statements="20" coveredstatements="20" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
457
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/tasks/[id]/logs/route.ts">
|
|
458
|
+
<metrics statements="20" coveredstatements="20" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
459
|
+
<line num="1" count="1" type="stmt"/>
|
|
460
|
+
<line num="2" count="1" type="stmt"/>
|
|
461
|
+
<line num="5" count="3" type="stmt"/>
|
|
462
|
+
<line num="9" count="3" type="stmt"/>
|
|
463
|
+
<line num="10" count="3" type="stmt"/>
|
|
464
|
+
<line num="11" count="3" type="stmt"/>
|
|
465
|
+
<line num="12" count="2" type="stmt"/>
|
|
466
|
+
<line num="14" count="1" type="stmt"/>
|
|
467
|
+
<line num="15" count="1" type="stmt"/>
|
|
468
|
+
<line num="20" count="3" type="stmt"/>
|
|
469
|
+
<line num="24" count="3" type="stmt"/>
|
|
470
|
+
<line num="25" count="3" type="stmt"/>
|
|
471
|
+
<line num="26" count="3" type="stmt"/>
|
|
472
|
+
<line num="27" count="3" type="stmt"/>
|
|
473
|
+
<line num="29" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
474
|
+
<line num="30" count="1" type="stmt"/>
|
|
475
|
+
<line num="33" count="2" type="stmt"/>
|
|
476
|
+
<line num="34" count="1" type="stmt"/>
|
|
477
|
+
<line num="36" count="1" type="stmt"/>
|
|
478
|
+
<line num="37" count="1" type="stmt"/>
|
|
479
|
+
</file>
|
|
480
|
+
</package>
|
|
481
|
+
<package name="app.api.tasks.stream">
|
|
482
|
+
<metrics statements="24" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
483
|
+
<file name="route.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/app/api/tasks/stream/route.ts">
|
|
484
|
+
<metrics statements="24" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
485
|
+
<line num="2" count="0" type="stmt"/>
|
|
486
|
+
<line num="4" count="0" type="stmt"/>
|
|
487
|
+
<line num="5" count="0" type="stmt"/>
|
|
488
|
+
<line num="8" count="0" type="stmt"/>
|
|
489
|
+
<line num="9" count="0" type="stmt"/>
|
|
490
|
+
<line num="11" count="0" type="stmt"/>
|
|
491
|
+
<line num="14" count="0" type="stmt"/>
|
|
492
|
+
<line num="19" count="0" type="stmt"/>
|
|
493
|
+
<line num="21" count="0" type="stmt"/>
|
|
494
|
+
<line num="27" count="0" type="stmt"/>
|
|
495
|
+
<line num="32" count="0" type="stmt"/>
|
|
496
|
+
<line num="41" count="0" type="stmt"/>
|
|
497
|
+
<line num="46" count="0" type="stmt"/>
|
|
498
|
+
<line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
499
|
+
<line num="53" count="0" type="stmt"/>
|
|
500
|
+
<line num="60" count="0" type="stmt"/>
|
|
501
|
+
<line num="61" count="0" type="stmt"/>
|
|
502
|
+
<line num="62" count="0" type="stmt"/>
|
|
503
|
+
<line num="67" count="0" type="stmt"/>
|
|
504
|
+
<line num="72" count="0" type="stmt"/>
|
|
505
|
+
<line num="73" count="0" type="stmt"/>
|
|
506
|
+
<line num="74" count="0" type="stmt"/>
|
|
507
|
+
<line num="75" count="0" type="stmt"/>
|
|
508
|
+
<line num="80" count="0" type="stmt"/>
|
|
509
|
+
</file>
|
|
510
|
+
</package>
|
|
511
|
+
<package name="components">
|
|
512
|
+
<metrics statements="316" coveredstatements="42" conditionals="250" coveredconditionals="38" methods="104" coveredmethods="16"/>
|
|
513
|
+
<file name="AuthProvider.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/AuthProvider.tsx">
|
|
514
|
+
<metrics statements="21" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
515
|
+
<line num="3" count="0" type="stmt"/>
|
|
516
|
+
<line num="4" count="0" type="stmt"/>
|
|
517
|
+
<line num="13" count="0" type="stmt"/>
|
|
518
|
+
<line num="19" count="0" type="stmt"/>
|
|
519
|
+
<line num="20" count="0" type="stmt"/>
|
|
520
|
+
<line num="21" count="0" type="stmt"/>
|
|
521
|
+
<line num="23" count="0" type="stmt"/>
|
|
522
|
+
<line num="24" count="0" type="stmt"/>
|
|
523
|
+
<line num="27" count="0" type="stmt"/>
|
|
524
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
525
|
+
<line num="29" count="0" type="stmt"/>
|
|
526
|
+
<line num="33" count="0" type="stmt"/>
|
|
527
|
+
<line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
528
|
+
<line num="36" count="0" type="stmt"/>
|
|
529
|
+
<line num="40" count="0" type="stmt"/>
|
|
530
|
+
<line num="43" count="0" type="stmt"/>
|
|
531
|
+
<line num="44" count="0" type="stmt"/>
|
|
532
|
+
<line num="45" count="0" type="stmt"/>
|
|
533
|
+
<line num="46" count="0" type="stmt"/>
|
|
534
|
+
<line num="56" count="0" type="stmt"/>
|
|
535
|
+
<line num="57" count="0" type="stmt"/>
|
|
536
|
+
</file>
|
|
537
|
+
<file name="ChatInterface.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/ChatInterface.tsx">
|
|
538
|
+
<metrics statements="92" coveredstatements="0" conditionals="71" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
539
|
+
<line num="3" count="0" type="stmt"/>
|
|
540
|
+
<line num="4" count="0" type="stmt"/>
|
|
541
|
+
<line num="15" count="0" type="stmt"/>
|
|
542
|
+
<line num="33" count="0" type="stmt"/>
|
|
543
|
+
<line num="82" count="0" type="stmt"/>
|
|
544
|
+
<line num="83" count="0" type="stmt"/>
|
|
545
|
+
<line num="92" count="0" type="stmt"/>
|
|
546
|
+
<line num="93" count="0" type="stmt"/>
|
|
547
|
+
<line num="94" count="0" type="stmt"/>
|
|
548
|
+
<line num="95" count="0" type="stmt"/>
|
|
549
|
+
<line num="96" count="0" type="stmt"/>
|
|
550
|
+
<line num="99" count="0" type="stmt"/>
|
|
551
|
+
<line num="100" count="0" type="stmt"/>
|
|
552
|
+
<line num="101" count="0" type="stmt"/>
|
|
553
|
+
<line num="102" count="0" type="stmt"/>
|
|
554
|
+
<line num="103" count="0" type="stmt"/>
|
|
555
|
+
<line num="104" count="0" type="stmt"/>
|
|
556
|
+
<line num="109" count="0" type="stmt"/>
|
|
557
|
+
<line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
558
|
+
<line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
559
|
+
<line num="114" count="0" type="stmt"/>
|
|
560
|
+
<line num="117" count="0" type="stmt"/>
|
|
561
|
+
<line num="118" count="0" type="stmt"/>
|
|
562
|
+
<line num="119" count="0" type="stmt"/>
|
|
563
|
+
<line num="121" count="0" type="stmt"/>
|
|
564
|
+
<line num="122" count="0" type="stmt"/>
|
|
565
|
+
<line num="125" count="0" type="stmt"/>
|
|
566
|
+
<line num="126" count="0" type="stmt"/>
|
|
567
|
+
<line num="127" count="0" type="stmt"/>
|
|
568
|
+
<line num="129" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
569
|
+
<line num="130" count="0" type="stmt"/>
|
|
570
|
+
<line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
571
|
+
<line num="134" count="0" type="stmt"/>
|
|
572
|
+
<line num="144" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
573
|
+
<line num="145" count="0" type="stmt"/>
|
|
574
|
+
<line num="146" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
575
|
+
<line num="147" count="0" type="stmt"/>
|
|
576
|
+
<line num="157" count="0" type="stmt"/>
|
|
577
|
+
<line num="158" count="0" type="stmt"/>
|
|
578
|
+
<line num="159" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
579
|
+
<line num="160" count="0" type="stmt"/>
|
|
580
|
+
<line num="170" count="0" type="stmt"/>
|
|
581
|
+
<line num="174" count="0" type="stmt"/>
|
|
582
|
+
<line num="178" count="0" type="stmt"/>
|
|
583
|
+
<line num="179" count="0" type="stmt"/>
|
|
584
|
+
<line num="182" count="0" type="stmt"/>
|
|
585
|
+
<line num="183" count="0" type="stmt"/>
|
|
586
|
+
<line num="184" count="0" type="stmt"/>
|
|
587
|
+
<line num="188" count="0" type="stmt"/>
|
|
588
|
+
<line num="189" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
589
|
+
<line num="191" count="0" type="stmt"/>
|
|
590
|
+
<line num="198" count="0" type="stmt"/>
|
|
591
|
+
<line num="199" count="0" type="stmt"/>
|
|
592
|
+
<line num="201" count="0" type="stmt"/>
|
|
593
|
+
<line num="203" count="0" type="stmt"/>
|
|
594
|
+
<line num="204" count="0" type="stmt"/>
|
|
595
|
+
<line num="206" count="0" type="stmt"/>
|
|
596
|
+
<line num="212" count="0" type="stmt"/>
|
|
597
|
+
<line num="214" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
598
|
+
<line num="216" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
599
|
+
<line num="217" count="0" type="stmt"/>
|
|
600
|
+
<line num="222" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
601
|
+
<line num="226" count="0" type="stmt"/>
|
|
602
|
+
<line num="228" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
603
|
+
<line num="231" count="0" type="stmt"/>
|
|
604
|
+
<line num="233" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
605
|
+
<line num="234" count="0" type="stmt"/>
|
|
606
|
+
<line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
607
|
+
<line num="236" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
608
|
+
<line num="238" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
609
|
+
<line num="239" count="0" type="stmt"/>
|
|
610
|
+
<line num="242" count="0" type="stmt"/>
|
|
611
|
+
<line num="244" count="0" type="stmt"/>
|
|
612
|
+
<line num="252" count="0" type="stmt"/>
|
|
613
|
+
<line num="253" count="0" type="stmt"/>
|
|
614
|
+
<line num="255" count="0" type="stmt"/>
|
|
615
|
+
<line num="261" count="0" type="stmt"/>
|
|
616
|
+
<line num="263" count="0" type="stmt"/>
|
|
617
|
+
<line num="267" count="0" type="stmt"/>
|
|
618
|
+
<line num="268" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
619
|
+
<line num="269" count="0" type="stmt"/>
|
|
620
|
+
<line num="270" count="0" type="stmt"/>
|
|
621
|
+
<line num="272" count="0" type="stmt"/>
|
|
622
|
+
<line num="273" count="0" type="stmt"/>
|
|
623
|
+
<line num="274" count="0" type="stmt"/>
|
|
624
|
+
<line num="285" count="0" type="stmt"/>
|
|
625
|
+
<line num="286" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
626
|
+
<line num="289" count="0" type="stmt"/>
|
|
627
|
+
<line num="290" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
628
|
+
<line num="292" count="0" type="stmt"/>
|
|
629
|
+
<line num="294" count="0" type="stmt"/>
|
|
630
|
+
<line num="338" count="0" type="stmt"/>
|
|
631
|
+
</file>
|
|
632
|
+
<file name="KanbanBoard.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/KanbanBoard.tsx">
|
|
633
|
+
<metrics statements="91" coveredstatements="24" conditionals="70" coveredconditionals="11" methods="28" coveredmethods="10"/>
|
|
634
|
+
<line num="3" count="1" type="stmt"/>
|
|
635
|
+
<line num="14" count="1" type="stmt"/>
|
|
636
|
+
<line num="19" count="1" type="stmt"/>
|
|
637
|
+
<line num="21" count="1" type="stmt"/>
|
|
638
|
+
<line num="22" count="1" type="stmt"/>
|
|
639
|
+
<line num="25" count="14" type="stmt"/>
|
|
640
|
+
<line num="39" count="1" type="stmt"/>
|
|
641
|
+
<line num="53" count="17" type="stmt"/>
|
|
642
|
+
<line num="54" count="153" type="stmt"/>
|
|
643
|
+
<line num="55" count="711" type="stmt"/>
|
|
644
|
+
<line num="56" count="14" type="cond" truecount="4" falsecount="0"/>
|
|
645
|
+
<line num="57" count="153" type="stmt"/>
|
|
646
|
+
<line num="63" count="0" type="stmt"/>
|
|
647
|
+
<line num="64" count="0" type="stmt"/>
|
|
648
|
+
<line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
649
|
+
<line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
650
|
+
<line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
651
|
+
<line num="75" count="0" type="stmt"/>
|
|
652
|
+
<line num="85" count="16" type="stmt"/>
|
|
653
|
+
<line num="91" count="17" type="stmt"/>
|
|
654
|
+
<line num="92" count="17" type="stmt"/>
|
|
655
|
+
<line num="95" count="17" type="cond" truecount="4" falsecount="0"/>
|
|
656
|
+
<line num="96" count="1" type="stmt"/>
|
|
657
|
+
<line num="99" count="17" type="stmt"/>
|
|
658
|
+
<line num="101" count="17" type="stmt"/>
|
|
659
|
+
<line num="110" count="0" type="stmt"/>
|
|
660
|
+
<line num="111" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
661
|
+
<line num="115" count="0" type="stmt"/>
|
|
662
|
+
<line num="116" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
663
|
+
<line num="118" count="0" type="stmt"/>
|
|
664
|
+
<line num="119" count="0" type="stmt"/>
|
|
665
|
+
<line num="122" count="0" type="stmt"/>
|
|
666
|
+
<line num="123" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
667
|
+
<line num="129" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
668
|
+
<line num="130" count="0" type="stmt"/>
|
|
669
|
+
<line num="133" count="0" type="stmt"/>
|
|
670
|
+
<line num="134" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
671
|
+
<line num="135" count="0" type="stmt"/>
|
|
672
|
+
<line num="139" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
673
|
+
<line num="141" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
674
|
+
<line num="142" count="0" type="stmt"/>
|
|
675
|
+
<line num="145" count="0" type="stmt"/>
|
|
676
|
+
<line num="146" count="0" type="stmt"/>
|
|
677
|
+
<line num="147" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
678
|
+
<line num="154" count="0" type="stmt"/>
|
|
679
|
+
<line num="155" count="0" type="stmt"/>
|
|
680
|
+
<line num="157" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
681
|
+
<line num="159" count="0" type="stmt"/>
|
|
682
|
+
<line num="160" count="0" type="stmt"/>
|
|
683
|
+
<line num="163" count="0" type="stmt"/>
|
|
684
|
+
<line num="164" count="0" type="stmt"/>
|
|
685
|
+
<line num="166" count="0" type="stmt"/>
|
|
686
|
+
<line num="167" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
687
|
+
<line num="170" count="0" type="stmt"/>
|
|
688
|
+
<line num="171" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
689
|
+
<line num="173" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
690
|
+
<line num="175" count="0" type="stmt"/>
|
|
691
|
+
<line num="177" count="0" type="stmt"/>
|
|
692
|
+
<line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
693
|
+
<line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
694
|
+
<line num="183" count="0" type="stmt"/>
|
|
695
|
+
<line num="184" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
696
|
+
<line num="185" count="0" type="stmt"/>
|
|
697
|
+
<line num="188" count="0" type="stmt"/>
|
|
698
|
+
<line num="189" count="0" type="stmt"/>
|
|
699
|
+
<line num="190" count="0" type="stmt"/>
|
|
700
|
+
<line num="192" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
701
|
+
<line num="193" count="0" type="stmt"/>
|
|
702
|
+
<line num="195" count="0" type="stmt"/>
|
|
703
|
+
<line num="196" count="0" type="stmt"/>
|
|
704
|
+
<line num="197" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
705
|
+
<line num="198" count="0" type="stmt"/>
|
|
706
|
+
<line num="200" count="0" type="stmt"/>
|
|
707
|
+
<line num="202" count="0" type="stmt"/>
|
|
708
|
+
<line num="203" count="0" type="stmt"/>
|
|
709
|
+
<line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
710
|
+
<line num="211" count="0" type="stmt"/>
|
|
711
|
+
<line num="212" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
712
|
+
<line num="214" count="0" type="stmt"/>
|
|
713
|
+
<line num="215" count="0" type="stmt"/>
|
|
714
|
+
<line num="219" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
715
|
+
<line num="220" count="0" type="stmt"/>
|
|
716
|
+
<line num="221" count="0" type="stmt"/>
|
|
717
|
+
<line num="228" count="0" type="stmt"/>
|
|
718
|
+
<line num="230" count="0" type="stmt"/>
|
|
719
|
+
<line num="232" count="0" type="stmt"/>
|
|
720
|
+
<line num="247" count="153" type="stmt"/>
|
|
721
|
+
<line num="270" count="144" type="stmt"/>
|
|
722
|
+
<line num="290" count="73" type="stmt"/>
|
|
723
|
+
<line num="302" count="73" type="stmt"/>
|
|
724
|
+
<line num="305" count="2" type="stmt"/>
|
|
725
|
+
</file>
|
|
726
|
+
<file name="Layout.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/Layout.tsx">
|
|
727
|
+
<metrics statements="6" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
728
|
+
<line num="3" count="0" type="stmt"/>
|
|
729
|
+
<line num="4" count="0" type="stmt"/>
|
|
730
|
+
<line num="6" count="0" type="stmt"/>
|
|
731
|
+
<line num="7" count="0" type="stmt"/>
|
|
732
|
+
<line num="9" count="0" type="stmt"/>
|
|
733
|
+
<line num="24" count="0" type="stmt"/>
|
|
734
|
+
</file>
|
|
735
|
+
<file name="LearningsPanel.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/LearningsPanel.tsx">
|
|
736
|
+
<metrics statements="24" coveredstatements="0" conditionals="16" coveredconditionals="0" methods="11" coveredmethods="0"/>
|
|
737
|
+
<line num="3" count="0" type="stmt"/>
|
|
738
|
+
<line num="22" count="0" type="stmt"/>
|
|
739
|
+
<line num="28" count="0" type="stmt"/>
|
|
740
|
+
<line num="34" count="0" type="stmt"/>
|
|
741
|
+
<line num="35" count="0" type="stmt"/>
|
|
742
|
+
<line num="36" count="0" type="stmt"/>
|
|
743
|
+
<line num="38" count="0" type="stmt"/>
|
|
744
|
+
<line num="39" count="0" type="stmt"/>
|
|
745
|
+
<line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
746
|
+
<line num="41" count="0" type="stmt"/>
|
|
747
|
+
<line num="42" count="0" type="stmt"/>
|
|
748
|
+
<line num="43" count="0" type="stmt"/>
|
|
749
|
+
<line num="47" count="0" type="stmt"/>
|
|
750
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
751
|
+
<line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
752
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
753
|
+
<line num="53" count="0" type="stmt"/>
|
|
754
|
+
<line num="70" count="0" type="stmt"/>
|
|
755
|
+
<line num="89" count="0" type="stmt"/>
|
|
756
|
+
<line num="98" count="0" type="stmt"/>
|
|
757
|
+
<line num="106" count="0" type="stmt"/>
|
|
758
|
+
<line num="109" count="0" type="stmt"/>
|
|
759
|
+
<line num="132" count="0" type="stmt"/>
|
|
760
|
+
<line num="133" count="0" type="stmt"/>
|
|
761
|
+
</file>
|
|
762
|
+
<file name="LogTimeline.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/LogTimeline.tsx">
|
|
763
|
+
<metrics statements="18" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
764
|
+
<line num="3" count="0" type="stmt"/>
|
|
765
|
+
<line num="17" count="0" type="stmt"/>
|
|
766
|
+
<line num="18" count="0" type="stmt"/>
|
|
767
|
+
<line num="19" count="0" type="stmt"/>
|
|
768
|
+
<line num="21" count="0" type="stmt"/>
|
|
769
|
+
<line num="22" count="0" type="stmt"/>
|
|
770
|
+
<line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
771
|
+
<line num="24" count="0" type="stmt"/>
|
|
772
|
+
<line num="25" count="0" type="stmt"/>
|
|
773
|
+
<line num="26" count="0" type="stmt"/>
|
|
774
|
+
<line num="29" count="0" type="stmt"/>
|
|
775
|
+
<line num="30" count="0" type="stmt"/>
|
|
776
|
+
<line num="31" count="0" type="stmt"/>
|
|
777
|
+
<line num="44" count="0" type="stmt"/>
|
|
778
|
+
<line num="53" count="0" type="stmt"/>
|
|
779
|
+
<line num="70" count="0" type="stmt"/>
|
|
780
|
+
<line num="71" count="0" type="stmt"/>
|
|
781
|
+
<line num="93" count="0" type="stmt"/>
|
|
782
|
+
</file>
|
|
783
|
+
<file name="SortableTaskCard.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/SortableTaskCard.tsx">
|
|
784
|
+
<metrics statements="6" coveredstatements="0" conditionals="19" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
785
|
+
<line num="3" count="0" type="stmt"/>
|
|
786
|
+
<line num="4" count="0" type="stmt"/>
|
|
787
|
+
<line num="7" count="0" type="stmt"/>
|
|
788
|
+
<line num="21" count="0" type="stmt"/>
|
|
789
|
+
<line num="29" count="0" type="stmt"/>
|
|
790
|
+
<line num="31" count="0" type="stmt"/>
|
|
791
|
+
</file>
|
|
792
|
+
<file name="StagePills.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/StagePills.tsx">
|
|
793
|
+
<metrics statements="16" coveredstatements="8" conditionals="20" coveredconditionals="16" methods="8" coveredmethods="4"/>
|
|
794
|
+
<line num="5" count="1" type="stmt"/>
|
|
795
|
+
<line num="68" count="10" type="stmt"/>
|
|
796
|
+
<line num="69" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
797
|
+
<line num="74" count="90" type="stmt"/>
|
|
798
|
+
<line num="75" count="90" type="stmt"/>
|
|
799
|
+
<line num="76" count="90" type="cond" truecount="2" falsecount="0"/>
|
|
800
|
+
<line num="78" count="90" type="stmt"/>
|
|
801
|
+
<line num="81" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
802
|
+
<line num="106" count="0" type="stmt"/>
|
|
803
|
+
<line num="107" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
804
|
+
<line num="110" count="0" type="stmt"/>
|
|
805
|
+
<line num="111" count="0" type="stmt"/>
|
|
806
|
+
<line num="112" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
807
|
+
<line num="113" count="0" type="stmt"/>
|
|
808
|
+
<line num="115" count="0" type="stmt"/>
|
|
809
|
+
<line num="118" count="0" type="stmt"/>
|
|
810
|
+
</file>
|
|
811
|
+
<file name="TaskCard.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/TaskCard.tsx">
|
|
812
|
+
<metrics statements="13" coveredstatements="10" conditionals="16" coveredconditionals="11" methods="2" coveredmethods="2"/>
|
|
813
|
+
<line num="19" count="1" type="stmt"/>
|
|
814
|
+
<line num="27" count="1" type="stmt"/>
|
|
815
|
+
<line num="80" count="28" type="stmt"/>
|
|
816
|
+
<line num="81" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
817
|
+
<line num="82" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
818
|
+
<line num="83" count="28" type="stmt"/>
|
|
819
|
+
<line num="135" count="28" type="stmt"/>
|
|
820
|
+
<line num="136" count="28" type="stmt"/>
|
|
821
|
+
<line num="137" count="28" type="stmt"/>
|
|
822
|
+
<line num="139" count="28" type="cond" truecount="1" falsecount="1"/>
|
|
823
|
+
<line num="140" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
824
|
+
<line num="141" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
825
|
+
<line num="142" count="0" type="stmt"/>
|
|
826
|
+
</file>
|
|
827
|
+
<file name="TaskCardOverlay.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/TaskCardOverlay.tsx">
|
|
828
|
+
<metrics statements="2" coveredstatements="0" conditionals="7" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
829
|
+
<line num="5" count="0" type="stmt"/>
|
|
830
|
+
<line num="18" count="0" type="stmt"/>
|
|
831
|
+
</file>
|
|
832
|
+
<file name="TaskDetail.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/TaskDetail.tsx">
|
|
833
|
+
<metrics statements="16" coveredstatements="0" conditionals="15" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
834
|
+
<line num="3" count="0" type="stmt"/>
|
|
835
|
+
<line num="5" count="0" type="stmt"/>
|
|
836
|
+
<line num="6" count="0" type="stmt"/>
|
|
837
|
+
<line num="7" count="0" type="stmt"/>
|
|
838
|
+
<line num="34" count="0" type="stmt"/>
|
|
839
|
+
<line num="43" count="0" type="stmt"/>
|
|
840
|
+
<line num="44" count="0" type="stmt"/>
|
|
841
|
+
<line num="47" count="0" type="stmt"/>
|
|
842
|
+
<line num="48" count="0" type="stmt"/>
|
|
843
|
+
<line num="49" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
844
|
+
<line num="52" count="0" type="stmt"/>
|
|
845
|
+
<line num="62" count="0" type="stmt"/>
|
|
846
|
+
<line num="73" count="0" type="stmt"/>
|
|
847
|
+
<line num="98" count="0" type="stmt"/>
|
|
848
|
+
<line num="105" count="0" type="stmt"/>
|
|
849
|
+
<line num="106" count="0" type="stmt"/>
|
|
850
|
+
</file>
|
|
851
|
+
<file name="TaskList.tsx" path="/Users/mendrika/Projects/Agents/agx-cloud/components/TaskList.tsx">
|
|
852
|
+
<metrics statements="11" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
853
|
+
<line num="3" count="0" type="stmt"/>
|
|
854
|
+
<line num="10" count="0" type="stmt"/>
|
|
855
|
+
<line num="11" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
856
|
+
<line num="23" count="0" type="stmt"/>
|
|
857
|
+
<line num="24" count="0" type="stmt"/>
|
|
858
|
+
<line num="25" count="0" type="stmt"/>
|
|
859
|
+
<line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
860
|
+
<line num="28" count="0" type="stmt"/>
|
|
861
|
+
<line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
862
|
+
<line num="37" count="0" type="stmt"/>
|
|
863
|
+
<line num="40" count="0" type="stmt"/>
|
|
864
|
+
</file>
|
|
865
|
+
</package>
|
|
866
|
+
<package name="hooks">
|
|
867
|
+
<metrics statements="125" coveredstatements="114" conditionals="67" coveredconditionals="39" methods="38" coveredmethods="28"/>
|
|
868
|
+
<file name="useTasks.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/hooks/useTasks.ts">
|
|
869
|
+
<metrics statements="125" coveredstatements="114" conditionals="67" coveredconditionals="39" methods="38" coveredmethods="28"/>
|
|
870
|
+
<line num="3" count="1" type="stmt"/>
|
|
871
|
+
<line num="4" count="1" type="stmt"/>
|
|
872
|
+
<line num="13" count="38" type="cond" truecount="1" falsecount="0"/>
|
|
873
|
+
<line num="14" count="38" type="stmt"/>
|
|
874
|
+
<line num="15" count="38" type="stmt"/>
|
|
875
|
+
<line num="16" count="38" type="stmt"/>
|
|
876
|
+
<line num="18" count="38" type="stmt"/>
|
|
877
|
+
<line num="19" count="18" type="stmt"/>
|
|
878
|
+
<line num="20" count="18" type="stmt"/>
|
|
879
|
+
<line num="21" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
880
|
+
<line num="22" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
881
|
+
<line num="24" count="18" type="stmt"/>
|
|
882
|
+
<line num="25" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
883
|
+
<line num="26" count="1" type="stmt"/>
|
|
884
|
+
<line num="29" count="17" type="stmt"/>
|
|
885
|
+
<line num="30" count="17" type="cond" truecount="1" falsecount="1"/>
|
|
886
|
+
<line num="31" count="17" type="stmt"/>
|
|
887
|
+
<line num="33" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
888
|
+
<line num="35" count="18" type="stmt"/>
|
|
889
|
+
<line num="40" count="38" type="stmt"/>
|
|
890
|
+
<line num="41" count="17" type="stmt"/>
|
|
891
|
+
<line num="45" count="38" type="stmt"/>
|
|
892
|
+
<line num="46" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
893
|
+
<line num="48" count="2" type="stmt"/>
|
|
894
|
+
<line num="50" count="2" type="stmt"/>
|
|
895
|
+
<line num="60" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
896
|
+
<line num="61" count="0" type="stmt"/>
|
|
897
|
+
<line num="62" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
898
|
+
<line num="63" count="0" type="stmt"/>
|
|
899
|
+
<line num="64" count="0" type="stmt"/>
|
|
900
|
+
<line num="65" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
901
|
+
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
902
|
+
<line num="69" count="0" type="stmt"/>
|
|
903
|
+
<line num="70" count="0" type="stmt"/>
|
|
904
|
+
<line num="77" count="2" type="stmt"/>
|
|
905
|
+
<line num="78" count="2" type="stmt"/>
|
|
906
|
+
<line num="82" count="38" type="stmt"/>
|
|
907
|
+
<line num="83" count="2" type="stmt"/>
|
|
908
|
+
<line num="89" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
909
|
+
<line num="90" count="1" type="stmt"/>
|
|
910
|
+
<line num="91" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
911
|
+
<line num="94" count="1" type="stmt"/>
|
|
912
|
+
<line num="96" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
913
|
+
<line num="97" count="1" type="stmt"/>
|
|
914
|
+
<line num="99" count="1" type="stmt"/>
|
|
915
|
+
<line num="102" count="38" type="stmt"/>
|
|
916
|
+
<line num="106" count="2" type="stmt"/>
|
|
917
|
+
<line num="112" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
918
|
+
<line num="113" count="1" type="stmt"/>
|
|
919
|
+
<line num="116" count="1" type="stmt"/>
|
|
920
|
+
<line num="118" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
921
|
+
<line num="119" count="1" type="stmt"/>
|
|
922
|
+
<line num="120" count="1" type="cond" truecount="0" falsecount="2"/>
|
|
923
|
+
<line num="123" count="1" type="stmt"/>
|
|
924
|
+
<line num="126" count="38" type="stmt"/>
|
|
925
|
+
<line num="127" count="2" type="stmt"/>
|
|
926
|
+
<line num="131" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
927
|
+
<line num="132" count="1" type="stmt"/>
|
|
928
|
+
<line num="136" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
929
|
+
<line num="137" count="1" type="stmt"/>
|
|
930
|
+
<line num="141" count="38" type="stmt"/>
|
|
931
|
+
<line num="145" count="2" type="stmt"/>
|
|
932
|
+
<line num="151" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
933
|
+
<line num="152" count="0" type="stmt"/>
|
|
934
|
+
<line num="155" count="2" type="stmt"/>
|
|
935
|
+
<line num="156" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
936
|
+
<line num="157" count="2" type="stmt"/>
|
|
937
|
+
<line num="158" count="2" type="cond" truecount="0" falsecount="2"/>
|
|
938
|
+
<line num="161" count="2" type="stmt"/>
|
|
939
|
+
<line num="164" count="38" type="stmt"/>
|
|
940
|
+
<line num="177" count="7" type="stmt"/>
|
|
941
|
+
<line num="178" count="7" type="stmt"/>
|
|
942
|
+
<line num="184" count="7" type="stmt"/>
|
|
943
|
+
<line num="186" count="7" type="stmt"/>
|
|
944
|
+
<line num="187" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
945
|
+
<line num="189" count="2" type="stmt"/>
|
|
946
|
+
<line num="190" count="2" type="stmt"/>
|
|
947
|
+
<line num="191" count="2" type="stmt"/>
|
|
948
|
+
<line num="192" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
949
|
+
<line num="193" count="2" type="stmt"/>
|
|
950
|
+
<line num="194" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
951
|
+
<line num="197" count="2" type="stmt"/>
|
|
952
|
+
<line num="201" count="7" type="stmt"/>
|
|
953
|
+
<line num="202" count="3" type="stmt"/>
|
|
954
|
+
<line num="206" count="7" type="stmt"/>
|
|
955
|
+
<line num="207" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
956
|
+
<line num="209" count="2" type="stmt"/>
|
|
957
|
+
<line num="211" count="2" type="stmt"/>
|
|
958
|
+
<line num="222" count="0" type="stmt"/>
|
|
959
|
+
<line num="227" count="2" type="stmt"/>
|
|
960
|
+
<line num="228" count="2" type="stmt"/>
|
|
961
|
+
<line num="232" count="7" type="stmt"/>
|
|
962
|
+
<line num="233" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
963
|
+
<line num="235" count="1" type="stmt"/>
|
|
964
|
+
<line num="241" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
965
|
+
<line num="242" count="1" type="stmt"/>
|
|
966
|
+
<line num="244" count="1" type="stmt"/>
|
|
967
|
+
<line num="248" count="7" type="stmt"/>
|
|
968
|
+
<line num="261" count="11" type="stmt"/>
|
|
969
|
+
<line num="262" count="11" type="stmt"/>
|
|
970
|
+
<line num="263" count="11" type="stmt"/>
|
|
971
|
+
<line num="265" count="11" type="stmt"/>
|
|
972
|
+
<line num="266" count="3" type="stmt"/>
|
|
973
|
+
<line num="267" count="3" type="stmt"/>
|
|
974
|
+
<line num="268" count="3" type="stmt"/>
|
|
975
|
+
<line num="269" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
976
|
+
<line num="270" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
977
|
+
<line num="272" count="3" type="stmt"/>
|
|
978
|
+
<line num="273" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
979
|
+
<line num="274" count="3" type="stmt"/>
|
|
980
|
+
<line num="275" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
981
|
+
<line num="278" count="3" type="stmt"/>
|
|
982
|
+
<line num="282" count="11" type="stmt"/>
|
|
983
|
+
<line num="283" count="3" type="stmt"/>
|
|
984
|
+
<line num="286" count="11" type="stmt"/>
|
|
985
|
+
<line num="291" count="1" type="stmt"/>
|
|
986
|
+
<line num="301" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
987
|
+
<line num="302" count="1" type="stmt"/>
|
|
988
|
+
<line num="303" count="1" type="stmt"/>
|
|
989
|
+
<line num="304" count="1" type="stmt"/>
|
|
990
|
+
<line num="308" count="11" type="stmt"/>
|
|
991
|
+
<line num="309" count="1" type="stmt"/>
|
|
992
|
+
<line num="313" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
993
|
+
<line num="314" count="1" type="stmt"/>
|
|
994
|
+
<line num="318" count="11" type="stmt"/>
|
|
995
|
+
</file>
|
|
996
|
+
</package>
|
|
997
|
+
<package name="lib">
|
|
998
|
+
<metrics statements="201" coveredstatements="96" conditionals="123" coveredconditionals="44" methods="29" coveredmethods="14"/>
|
|
999
|
+
<file name="db.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/lib/db.ts">
|
|
1000
|
+
<metrics statements="117" coveredstatements="22" conditionals="79" coveredconditionals="11" methods="17" coveredmethods="2"/>
|
|
1001
|
+
<line num="1" count="1" type="stmt"/>
|
|
1002
|
+
<line num="42" count="10" type="stmt"/>
|
|
1003
|
+
<line num="43" count="16" type="stmt"/>
|
|
1004
|
+
<line num="44" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
1005
|
+
<line num="45" count="8" type="stmt"/>
|
|
1006
|
+
<line num="48" count="8" type="stmt"/>
|
|
1007
|
+
<line num="49" count="8" type="stmt"/>
|
|
1008
|
+
<line num="50" count="8" type="stmt"/>
|
|
1009
|
+
<line num="51" count="15" type="stmt"/>
|
|
1010
|
+
<line num="52" count="15" type="cond" truecount="1" falsecount="1"/>
|
|
1011
|
+
<line num="53" count="15" type="stmt"/>
|
|
1012
|
+
<line num="54" count="15" type="stmt"/>
|
|
1013
|
+
<line num="56" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
1014
|
+
<line num="57" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
1015
|
+
<line num="58" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1016
|
+
<line num="59" count="10" type="stmt"/>
|
|
1017
|
+
<line num="63" count="8" type="stmt"/>
|
|
1018
|
+
<line num="67" count="6" type="stmt"/>
|
|
1019
|
+
<line num="68" count="6" type="stmt"/>
|
|
1020
|
+
<line num="69" count="6" type="stmt"/>
|
|
1021
|
+
<line num="70" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1022
|
+
<line num="75" count="0" type="stmt"/>
|
|
1023
|
+
<line num="76" count="0" type="stmt"/>
|
|
1024
|
+
<line num="78" count="0" type="stmt"/>
|
|
1025
|
+
<line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1026
|
+
<line num="85" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1027
|
+
<line num="86" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1028
|
+
<line num="88" count="0" type="stmt"/>
|
|
1029
|
+
<line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1030
|
+
<line num="90" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1031
|
+
<line num="93" count="0" type="stmt"/>
|
|
1032
|
+
<line num="94" count="0" type="stmt"/>
|
|
1033
|
+
<line num="96" count="0" type="stmt"/>
|
|
1034
|
+
<line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1035
|
+
<line num="103" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1036
|
+
<line num="104" count="0" type="stmt"/>
|
|
1037
|
+
<line num="106" count="0" type="stmt"/>
|
|
1038
|
+
<line num="109" count="0" type="stmt"/>
|
|
1039
|
+
<line num="110" count="0" type="stmt"/>
|
|
1040
|
+
<line num="112" count="0" type="stmt"/>
|
|
1041
|
+
<line num="113" count="0" type="stmt"/>
|
|
1042
|
+
<line num="115" count="0" type="stmt"/>
|
|
1043
|
+
<line num="130" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1044
|
+
<line num="131" count="0" type="stmt"/>
|
|
1045
|
+
<line num="134" count="0" type="stmt"/>
|
|
1046
|
+
<line num="135" count="0" type="stmt"/>
|
|
1047
|
+
<line num="137" count="0" type="stmt"/>
|
|
1048
|
+
<line num="138" count="0" type="stmt"/>
|
|
1049
|
+
<line num="140" count="0" type="stmt"/>
|
|
1050
|
+
<line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1051
|
+
<line num="157" count="0" type="stmt"/>
|
|
1052
|
+
<line num="160" count="0" type="stmt"/>
|
|
1053
|
+
<line num="161" count="0" type="stmt"/>
|
|
1054
|
+
<line num="162" count="0" type="stmt"/>
|
|
1055
|
+
<line num="163" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1056
|
+
<line num="166" count="0" type="stmt"/>
|
|
1057
|
+
<line num="167" count="0" type="stmt"/>
|
|
1058
|
+
<line num="169" count="0" type="stmt"/>
|
|
1059
|
+
<line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1060
|
+
<line num="179" count="0" type="stmt"/>
|
|
1061
|
+
<line num="180" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1062
|
+
<line num="181" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1063
|
+
<line num="182" count="0" type="stmt"/>
|
|
1064
|
+
<line num="184" count="0" type="stmt"/>
|
|
1065
|
+
<line num="189" count="0" type="stmt"/>
|
|
1066
|
+
<line num="190" count="0" type="stmt"/>
|
|
1067
|
+
<line num="192" count="0" type="stmt"/>
|
|
1068
|
+
<line num="198" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1069
|
+
<line num="199" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1070
|
+
<line num="202" count="0" type="stmt"/>
|
|
1071
|
+
<line num="203" count="0" type="stmt"/>
|
|
1072
|
+
<line num="205" count="0" type="stmt"/>
|
|
1073
|
+
<line num="211" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1074
|
+
<line num="212" count="0" type="stmt"/>
|
|
1075
|
+
<line num="217" count="0" type="stmt"/>
|
|
1076
|
+
<line num="222" count="0" type="stmt"/>
|
|
1077
|
+
<line num="224" count="0" type="stmt"/>
|
|
1078
|
+
<line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1079
|
+
<line num="231" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1080
|
+
<line num="233" count="0" type="stmt"/>
|
|
1081
|
+
<line num="234" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1082
|
+
<line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1083
|
+
<line num="238" count="0" type="stmt"/>
|
|
1084
|
+
<line num="244" count="0" type="stmt"/>
|
|
1085
|
+
<line num="246" count="0" type="stmt"/>
|
|
1086
|
+
<line num="252" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1087
|
+
<line num="253" count="0" type="stmt"/>
|
|
1088
|
+
<line num="256" count="0" type="stmt"/>
|
|
1089
|
+
<line num="257" count="0" type="stmt"/>
|
|
1090
|
+
<line num="258" count="0" type="stmt"/>
|
|
1091
|
+
<line num="259" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1092
|
+
<line num="275" count="62" type="stmt"/>
|
|
1093
|
+
<line num="314" count="0" type="stmt"/>
|
|
1094
|
+
<line num="315" count="0" type="stmt"/>
|
|
1095
|
+
<line num="317" count="0" type="stmt"/>
|
|
1096
|
+
<line num="322" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1097
|
+
<line num="323" count="0" type="stmt"/>
|
|
1098
|
+
<line num="325" count="0" type="stmt"/>
|
|
1099
|
+
<line num="328" count="0" type="stmt"/>
|
|
1100
|
+
<line num="329" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1101
|
+
<line num="330" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1102
|
+
<line num="333" count="0" type="stmt"/>
|
|
1103
|
+
<line num="334" count="0" type="stmt"/>
|
|
1104
|
+
<line num="337" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1105
|
+
<line num="338" count="0" type="stmt"/>
|
|
1106
|
+
<line num="345" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1107
|
+
<line num="349" count="0" type="stmt"/>
|
|
1108
|
+
<line num="356" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1109
|
+
<line num="359" count="0" type="stmt"/>
|
|
1110
|
+
<line num="365" count="0" type="stmt"/>
|
|
1111
|
+
<line num="367" count="0" type="stmt"/>
|
|
1112
|
+
<line num="381" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1113
|
+
<line num="382" count="0" type="stmt"/>
|
|
1114
|
+
<line num="385" count="0" type="stmt"/>
|
|
1115
|
+
<line num="386" count="0" type="stmt"/>
|
|
1116
|
+
<line num="387" count="0" type="stmt"/>
|
|
1117
|
+
<line num="388" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1118
|
+
</file>
|
|
1119
|
+
<file name="security.ts" path="/Users/mendrika/Projects/Agents/agx-cloud/lib/security.ts">
|
|
1120
|
+
<metrics statements="84" coveredstatements="74" conditionals="44" coveredconditionals="33" methods="12" coveredmethods="12"/>
|
|
1121
|
+
<line num="1" count="1" type="stmt"/>
|
|
1122
|
+
<line num="2" count="1" type="stmt"/>
|
|
1123
|
+
<line num="19" count="9" type="stmt"/>
|
|
1124
|
+
<line num="20" count="16" type="stmt"/>
|
|
1125
|
+
<line num="29" count="16" type="stmt"/>
|
|
1126
|
+
<line num="38" count="7" type="stmt"/>
|
|
1127
|
+
<line num="43" count="7" type="stmt"/>
|
|
1128
|
+
<line num="45" count="7" type="stmt"/>
|
|
1129
|
+
<line num="46" count="7" type="stmt"/>
|
|
1130
|
+
<line num="51" count="4" type="stmt"/>
|
|
1131
|
+
<line num="60" count="103" type="stmt"/>
|
|
1132
|
+
<line num="61" count="103" type="stmt"/>
|
|
1133
|
+
<line num="68" count="6" type="stmt"/>
|
|
1134
|
+
<line num="69" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
1135
|
+
<line num="77" count="5" type="stmt"/>
|
|
1136
|
+
<line num="78" count="5" type="stmt"/>
|
|
1137
|
+
<line num="80" count="5" type="stmt"/>
|
|
1138
|
+
<line num="81" count="5" type="stmt"/>
|
|
1139
|
+
<line num="86" count="3" type="stmt"/>
|
|
1140
|
+
<line num="92" count="1" type="stmt"/>
|
|
1141
|
+
<line num="141" count="45" type="stmt"/>
|
|
1142
|
+
<line num="142" count="45" type="stmt"/>
|
|
1143
|
+
<line num="144" count="45" type="stmt"/>
|
|
1144
|
+
<line num="145" count="1170" type="cond" truecount="2" falsecount="0"/>
|
|
1145
|
+
<line num="146" count="40" type="stmt"/>
|
|
1146
|
+
<line num="151" count="45" type="stmt"/>
|
|
1147
|
+
<line num="154" count="45" type="cond" truecount="2" falsecount="0"/>
|
|
1148
|
+
<line num="155" count="10" type="stmt"/>
|
|
1149
|
+
<line num="157" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
1150
|
+
<line num="158" count="7" type="stmt"/>
|
|
1151
|
+
<line num="160" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
1152
|
+
<line num="161" count="11" type="stmt"/>
|
|
1153
|
+
<line num="164" count="45" type="stmt"/>
|
|
1154
|
+
<line num="188" count="1" type="stmt"/>
|
|
1155
|
+
<line num="189" count="1" type="stmt"/>
|
|
1156
|
+
<line num="191" count="1" type="stmt"/>
|
|
1157
|
+
<line num="206" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1158
|
+
<line num="207" count="0" type="stmt"/>
|
|
1159
|
+
<line num="208" count="0" type="stmt"/>
|
|
1160
|
+
<line num="211" count="1" type="stmt"/>
|
|
1161
|
+
<line num="217" count="4" type="stmt"/>
|
|
1162
|
+
<line num="222" count="4" type="stmt"/>
|
|
1163
|
+
<line num="224" count="4" type="stmt"/>
|
|
1164
|
+
<line num="232" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1165
|
+
<line num="233" count="0" type="stmt"/>
|
|
1166
|
+
<line num="234" count="0" type="stmt"/>
|
|
1167
|
+
<line num="241" count="2" type="stmt"/>
|
|
1168
|
+
<line num="245" count="2" type="stmt"/>
|
|
1169
|
+
<line num="247" count="2" type="stmt"/>
|
|
1170
|
+
<line num="253" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1171
|
+
<line num="254" count="1" type="stmt"/>
|
|
1172
|
+
<line num="256" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1173
|
+
<line num="257" count="1" type="stmt"/>
|
|
1174
|
+
<line num="259" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1175
|
+
<line num="260" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1176
|
+
<line num="263" count="2" type="stmt"/>
|
|
1177
|
+
<line num="265" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1178
|
+
<line num="266" count="0" type="stmt"/>
|
|
1179
|
+
<line num="267" count="0" type="stmt"/>
|
|
1180
|
+
<line num="270" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1181
|
+
<line num="282" count="5" type="stmt"/>
|
|
1182
|
+
<line num="293" count="2" type="stmt"/>
|
|
1183
|
+
<line num="297" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1184
|
+
<line num="298" count="2" type="stmt"/>
|
|
1185
|
+
<line num="301" count="2" type="stmt"/>
|
|
1186
|
+
<line num="308" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1187
|
+
<line num="309" count="0" type="stmt"/>
|
|
1188
|
+
<line num="311" count="0" type="stmt"/>
|
|
1189
|
+
<line num="314" count="2" type="stmt"/>
|
|
1190
|
+
<line num="315" count="2" type="stmt"/>
|
|
1191
|
+
<line num="317" count="2" type="stmt"/>
|
|
1192
|
+
<line num="326" count="1" type="stmt"/>
|
|
1193
|
+
<line num="335" count="8" type="stmt"/>
|
|
1194
|
+
<line num="336" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1195
|
+
<line num="337" count="6" type="stmt"/>
|
|
1196
|
+
<line num="343" count="4" type="stmt"/>
|
|
1197
|
+
<line num="346" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1198
|
+
<line num="347" count="3" type="stmt"/>
|
|
1199
|
+
<line num="350" count="1" type="stmt"/>
|
|
1200
|
+
<line num="351" count="1" type="stmt"/>
|
|
1201
|
+
<line num="353" count="1" type="stmt"/>
|
|
1202
|
+
<line num="355" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
1203
|
+
<line num="356" count="0" type="stmt"/>
|
|
1204
|
+
<line num="359" count="1" type="stmt"/>
|
|
1205
|
+
</file>
|
|
1206
|
+
</package>
|
|
1207
|
+
</project>
|
|
1208
|
+
</coverage>
|