wegho-agentes 7.0.4 → 7.0.6
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/.agent/agents/documentation-writer.md +1 -1
- package/.agent/agents/orchestrator.md +1 -1
- package/.agent/mcp_config.md +30 -0
- package/.agent/skills/database-design/SKILL.md +52 -1
- package/.agent/skills/database-design/github-benchmarks.md +35 -0
- package/.agent/skills/database-design/supabase-security-egress.md +42 -0
- package/.agent/skills/file-doc-sync/SKILL.md +44 -0
- package/.agent/skills/file-doc-sync/references/document-structure.md +20 -0
- package/.agent/skills/file-doc-sync/scripts/sync-file-docs.md +45 -0
- package/.agent/skills/file-doc-sync/scripts/sync-file-docs.ts +349 -0
- package/.agent/skills/vulnerability-scanner/SKILL.md +48 -2
- package/.agent/skills/vulnerability-scanner/github-benchmarks.md +32 -0
- package/.agent/skills/wegho-global-rules/SKILL.md +11 -9
- package/.agent/workflows/PROMPT_GUIDE.md +21 -220
- package/.agent/workflows/auto-run-orchestrator.md +3 -3
- package/.agent/workflows/run-agents-workflow.md +15 -198
- package/.agents/AGENT_WORKFLOW.md +36 -528
- package/.agents/CLI.md +42 -222
- package/.agents/README.md +18 -130
- package/.agents/antigravity-preflight.md +36 -0
- package/.agents/antigravity-preflight.ts +9 -108
- package/.agents/auto-runner.md +36 -0
- package/.agents/auto-runner.ts +2 -2
- package/.agents/cli.ts +2 -2
- package/.agents/code-auditor-agent.md +38 -0
- package/.agents/config.md +34 -0
- package/.agents/config.ts +15 -29
- package/.agents/context-loader.md +37 -0
- package/.agents/core/agent-parallelizer.md +33 -0
- package/.agents/core/ai-agents-agent.md +35 -0
- package/.agents/core/architecture-agent.md +39 -0
- package/.agents/core/architecture-agent.ts +1 -1
- package/.agents/core/automation-agent.md +33 -0
- package/.agents/core/backend-agent.md +35 -0
- package/.agents/core/base-agent.md +36 -0
- package/.agents/core/base-agent.ts +132 -337
- package/.agents/core/build-manager.md +35 -0
- package/.agents/core/cache-manager.md +32 -0
- package/.agents/core/checkpoint-manager.md +36 -0
- package/.agents/core/cloud-agent.md +33 -0
- package/.agents/core/cro-agent.md +33 -0
- package/.agents/core/database-agent.md +35 -0
- package/.agents/core/devops-agent.md +33 -0
- package/.agents/core/documentation-agent.md +36 -0
- package/.agents/core/documentation-agent.ts +1 -1
- package/.agents/core/file-generator.md +42 -0
- package/.agents/core/frontend-agent.md +36 -0
- package/.agents/core/frontend-agent.ts +1 -1
- package/.agents/core/nextjs-agent.md +35 -0
- package/.agents/core/pentest-agent.md +35 -0
- package/.agents/core/performance-tracker.md +33 -0
- package/.agents/core/planning-agent.md +33 -0
- package/.agents/core/planning-agent.ts +77 -388
- package/.agents/core/quality-agent.md +36 -0
- package/.agents/core/quality-agent.ts +1 -1
- package/.agents/core/rag-agent.md +36 -0
- package/.agents/core/report-generator.md +35 -0
- package/.agents/core/retry-utility.md +34 -0
- package/.agents/core/security-agent.md +39 -0
- package/.agents/core/security-agent.ts +1 -1
- package/.agents/core/skill-manager.md +36 -0
- package/.agents/core/stack-boundary-agent.md +38 -0
- package/.agents/core/testing-agent.md +33 -0
- package/.agents/core/ui-data-map-agent.md +38 -0
- package/.agents/core/uiux-agent.md +35 -0
- package/.agents/core/workflow-validator.md +33 -0
- package/.agents/core/workflow-validator.ts +98 -158
- package/.agents/domains/README.md +10 -53
- package/.agents/domains/logistics/route-agent.md +34 -0
- package/.agents/domains/logistics/route-agent.ts +1 -1
- package/.agents/domains/news/cms-agent.md +35 -0
- package/.agents/domains/news/cms-agent.ts +1 -1
- package/.agents/domains/news/seo-agent.md +34 -0
- package/.agents/domains/news/seo-agent.ts +1 -1
- package/.agents/domains/production/production-control-agent.md +34 -0
- package/.agents/domains/production/production-control-agent.ts +1 -1
- package/.agents/init.md +40 -0
- package/.agents/init.ts +81 -168
- package/.agents/install.md +34 -0
- package/.agents/install.ts +115 -138
- package/.agents/orchestrator.md +43 -0
- package/.agents/orchestrator.ts +322 -764
- package/.agents/project-discovery-agent.md +40 -0
- package/.agents/reference-repositories.json +5 -0
- package/.agents/reference-repositories.md +30 -0
- package/.agents/security/vulnerability-db.md +42 -0
- package/.agents/sync-docs.md +32 -0
- package/.agents/sync-docs.ts +15 -0
- package/.agents/task-analyzer-agent.md +36 -0
- package/.agents/task-analyzer-agent.ts +122 -478
- package/.agents/validate.md +36 -0
- package/.agents/validate.ts +1 -1
- package/INSTALL.md +18 -300
- package/README.md +20 -332
- package/package.json +16 -4
- package/skills/algorithmic-art/templates/generator_template.md +31 -0
- package/skills/algorithmic-art/templates/viewer.md +31 -0
- package/skills/app-store-optimization/expected_output.md +30 -0
- package/skills/app-store-optimization/sample_input.md +30 -0
- package/skills/cc-skill-continuous-learning/config.md +30 -0
- package/skills/claude-d3js-skill/assets/chart-template.md +32 -0
- package/skills/claude-d3js-skill/assets/interactive-template.md +32 -0
- package/skills/claude-d3js-skill/assets/sample-data.md +30 -0
- package/skills/loki-mode/scripts/take-screenshots.md +33 -0
- package/skills/playwright-skill/lib/helpers.md +34 -0
- package/skills/playwright-skill/package.md +30 -0
- package/skills/playwright-skill/run.md +36 -0
- package/skills/postgres-best-practices/metadata.md +31 -0
- package/skills/pptx-official/scripts/html2pptx.md +38 -0
- package/skills/react-best-practices/metadata.md +30 -0
- package/skills/remotion-best-practices/rules/assets/charts-bar-chart.md +33 -0
- package/skills/remotion-best-practices/rules/assets/text-animations-typewriter.md +32 -0
- package/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.md +34 -0
- package/skills/systematic-debugging/condition-based-waiting-example.md +34 -0
- package/skills/typescript-expert/references/tsconfig-strict.md +30 -0
- package/skills/typescript-expert/references/utility-types.md +32 -0
- package/skills/writing-skills/render-graphs.md +32 -0
- package/.agents/AI_COMPATIBILITY.md +0 -333
- package/.agents/core/feedback-collector.ts +0 -207
- package/.agents/core/inventory-agent.ts +0 -757
- package/.agents/core/memory-system.ts +0 -429
- package/docs/LEARNING_SYSTEM.md +0 -326
- package/docs/SYSTEM_FLOW_AUDIT.md +0 -115
- package/skills/loki-mode/.github/workflows/claude-code-review.yml +0 -57
- package/skills/loki-mode/.github/workflows/claude.yml +0 -50
- package/skills/loki-mode/.github/workflows/release.yml +0 -128
- package/skills/loki-mode/autonomy/.loki/dashboard/index.html +0 -497
- package/skills/loki-mode/benchmarks/datasets/humaneval.jsonl +0 -164
- package/skills/loki-mode/benchmarks/datasets/swebench-lite.json +0 -10
- package/skills/loki-mode/benchmarks/prepare-submission.sh +0 -215
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/SUMMARY.md +0 -48
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/humaneval-results.json +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/swebench-results.json +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/SUMMARY.md +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-results.json +0 -1000
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/0.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/1.py +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/10.py +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/100.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/101.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/102.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/103.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/104.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/105.py +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/106.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/107.py +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/108.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/109.py +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/11.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/110.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/111.py +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/112.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/113.py +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/114.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/115.py +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/116.py +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/117.py +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/118.py +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/119.py +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/12.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/120.py +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/121.py +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/122.py +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/123.py +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/124.py +0 -56
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/125.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/126.py +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/127.py +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/128.py +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/129.py +0 -61
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/13.py +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/130.py +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/131.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/132.py +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/133.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/134.py +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/135.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/136.py +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/137.py +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/138.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/139.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/14.py +0 -9
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/140.py +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/141.py +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/142.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/143.py +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/144.py +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/145.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/146.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/147.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/148.py +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/149.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/15.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/150.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/151.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/152.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/153.py +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/154.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/155.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/156.py +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/157.py +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/158.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/159.py +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/16.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/160.py +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/161.py +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/162.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/163.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/17.py +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/18.py +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/19.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/2.py +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/20.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/21.py +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/22.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/23.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/24.py +0 -9
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/25.py +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/26.py +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/27.py +0 -6
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/28.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/29.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/3.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/30.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/31.py +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/32.py +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/33.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/34.py +0 -6
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/35.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/36.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/37.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/38.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/39.py +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/4.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/40.py +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/41.py +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/42.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/43.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/44.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/45.py +0 -6
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/46.py +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/47.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/48.py +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/49.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/5.py +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/50.py +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/51.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/52.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/53.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/54.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/55.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/56.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/57.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/58.py +0 -9
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/59.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/6.py +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/60.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/61.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/62.py +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/63.py +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/64.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/65.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/66.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/67.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/68.py +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/69.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/7.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/70.py +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/71.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/72.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/73.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/74.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/75.py +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/76.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/77.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/78.py +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/79.py +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/8.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/80.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/81.py +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/82.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/83.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/84.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/85.py +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/86.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/87.py +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/88.py +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/89.py +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/9.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/90.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/91.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/92.py +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/93.py +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/94.py +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/95.py +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/96.py +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/97.py +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/98.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/99.py +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/SUMMARY.md +0 -48
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-12907.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14182.patch +0 -59
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14365.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14995.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-6938.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-7746.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10914.patch +0 -72
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10924.patch +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11001.patch +0 -80
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11019.patch +0 -489
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11039.patch +0 -87
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11049.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11099.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11133.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11179.patch +0 -49
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11283.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11422.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11564.patch +0 -285
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11583.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11620.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11630.patch +0 -45
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11742.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11797.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11815.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11848.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11905.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11910.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11964.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11999.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12113.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12125.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12184.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12284.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12286.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12308.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12453.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12470.patch +0 -53
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12497.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12589.patch +0 -157
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12700.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12708.patch +0 -64
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12747.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12856.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12908.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12915.patch +0 -82
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12983.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13028.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13033.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13158.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13220.patch +0 -57
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13230.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13265.patch +0 -44
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13315.patch +0 -53
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13321.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13401.patch +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13447.patch +0 -40
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13448.patch +0 -203
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13551.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13590.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13658.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13660.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13710.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13757.patch +0 -51
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13768.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13925.patch +0 -116
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13933.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13964.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14016.patch +0 -138
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14017.patch +0 -88
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14155.patch +0 -74
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14238.patch +0 -132
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14382.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14411.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14534.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14580.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14608.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14667.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14672.patch +0 -59
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14730.patch +0 -80
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14752.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14787.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14855.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14915.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14997.patch +0 -40
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14999.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15061.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15202.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15213.patch +0 -70
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15252.patch +0 -63
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15320.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15347.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15388.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15400.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15498.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15695.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15738.patch +0 -251
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15781.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15789.patch +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15790.patch +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15814.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15819.patch +0 -127
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15851.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15902.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15996.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16041.patch +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16046.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16139.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16229.patch +0 -142
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16255.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16379.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16400.patch +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16408.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16527.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16595.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16816.patch +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16820.patch +0 -188
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16873.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17051.patch +0 -51
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17087.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-18869.patch +0 -75
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22711.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22835.patch +0 -58
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23299.patch +0 -92
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23314.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23476.patch +0 -73
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23562.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23563.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23913.patch +0 -207
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23964.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23987.patch +0 -43
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24149.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24265.patch +0 -76
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24334.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24970.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25079.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25311.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25332.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25433.patch +0 -240
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25442.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25498.patch +0 -79
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26011.patch +0 -90
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26020.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-2848.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3010.patch +0 -60
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3190.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3407.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4045.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4992.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-5063.patch +0 -99
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-1963.patch +0 -117
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2148.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2317.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2674.patch +0 -157
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-3362.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-863.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-3364.patch +0 -392
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4094.patch +0 -40
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4248.patch +0 -124
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4493.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-5131.patch +0 -45
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-5859.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-6506.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7080.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7114.patch +0 -161
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7228.patch +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7993.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11143.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11148.patch +0 -57
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5103.patch +0 -345
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5221.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5227.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5413.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5495.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5692.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-6116.patch +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7168.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7220.patch +0 -535
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7373.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7432.patch +0 -76
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7490.patch +0 -61
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8365.patch +0 -123
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8906.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-9359.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10297.patch +0 -53
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10508.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10949.patch +0 -94
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11040.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11281.patch +0 -65
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-12471.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13142.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13241.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13439.patch +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13496.patch +0 -59
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13497.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13584.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13779.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14087.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14092.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14894.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14983.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15512.patch +0 -77
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15535.patch +0 -44
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25500.patch +0 -64
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25570.patch +0 -96
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25638.patch +0 -52
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25747.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10325.patch +0 -185
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10451.patch +0 -129
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-11445.patch +0 -119
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7686.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7738.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7975.patch +0 -89
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8273.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8282.patch +0 -95
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8435.patch +0 -104
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8474.patch +0 -73
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8506.patch +0 -49
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8595.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8627.patch +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8713.patch +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8721.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8801.patch +0 -73
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11400.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11870.patch +0 -96
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11897.patch +0 -134
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12171.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12236.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12419.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12454.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12481.patch +0 -68
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13031.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13043.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13146.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13177.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13437.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13471.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13480.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13647.patch +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13773.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13895.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13915.patch +0 -97
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13971.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14024.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14308.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14317.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14396.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14774.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14817.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15011.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15308.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15345.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15346.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15609.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15678.patch +0 -92
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16106.patch +0 -78
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16281.patch +0 -141
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16503.patch +0 -69
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16792.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16988.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17022.patch +0 -65
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17139.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17630.patch +0 -90
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17655.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18057.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18087.patch +0 -81
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18189.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18199.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18532.patch +0 -130
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18621.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18698.patch +0 -105
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18835.patch +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19007.patch +0 -66
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19254.patch +0 -72
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19487.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20049.patch +0 -125
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20154.patch +0 -46
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20212.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20322.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20442.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20590.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20639.patch +0 -66
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21055.patch +0 -56
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21171.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21379.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21612.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21614.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21627.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21847.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22005.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22714.patch +0 -486
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22840.patch +0 -76
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23117.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23191.patch +0 -302
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23262.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24066.patch +0 -66
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24102.patch +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24152.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24213.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24909.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-predictions.json +0 -1502
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-results.json +0 -1516
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/SUMMARY.md +0 -48
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-12907.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14182.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14365.patch +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14995.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-6938.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-7746.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10914.patch +0 -76
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10924.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11001.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11019.patch +0 -90
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11039.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11049.patch +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11099.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11133.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11179.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11283.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11422.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11564.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11583.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11620.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11630.patch +0 -79
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11742.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11797.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11815.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11848.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11905.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11910.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11964.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11999.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12113.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12125.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12184.patch +0 -83
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12284.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12286.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12308.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12453.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12470.patch +0 -137
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12497.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12589.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12700.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12708.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12747.patch +0 -43
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12856.patch +0 -61
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12908.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12915.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12983.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13028.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13033.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13158.patch +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13220.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-predictions.json +0 -252
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-results.json +0 -266
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/SUMMARY.md +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-12907.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14182.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14365.patch +0 -44
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14995.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-6938.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-7746.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10914.patch +0 -76
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10924.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11001.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11019.patch +0 -158
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11039.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11049.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11099.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11133.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11179.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11283.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11422.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11564.patch +0 -140
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11583.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11620.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11630.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11742.patch +0 -49
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11797.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11815.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11848.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11905.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11910.patch +0 -100
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11964.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11999.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12113.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12125.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12184.patch +0 -82
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12284.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12286.patch +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12308.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12453.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12470.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12497.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12589.patch +0 -56
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12700.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12708.patch +0 -61
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12747.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12856.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12908.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12915.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12983.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13028.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13033.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13158.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13220.patch +0 -126
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13230.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13265.patch +0 -87
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13315.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13321.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13401.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13447.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13448.patch +0 -94
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13551.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13590.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13658.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13660.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13710.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13757.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13768.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13925.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13933.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13964.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14016.patch +0 -103
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14017.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14155.patch +0 -121
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14238.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14382.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14411.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14534.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14580.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14608.patch +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14667.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14672.patch +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14730.patch +0 -43
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14752.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14787.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14855.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14915.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14997.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14999.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15061.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15202.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15213.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15252.patch +0 -59
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15320.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15347.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15388.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15400.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15498.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15695.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15738.patch +0 -185
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15781.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15789.patch +0 -69
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15790.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15814.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15819.patch +0 -101
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15851.patch +0 -40
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15902.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15996.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16041.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16046.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16139.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16229.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16255.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16379.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16400.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16408.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16527.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16595.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16816.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16820.patch +0 -98
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16873.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16910.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17051.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17087.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-18869.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22711.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22835.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23299.patch +0 -65
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23314.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23476.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23562.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23563.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23913.patch +0 -95
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23964.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23987.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24149.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24265.patch +0 -52
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24334.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24970.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25079.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25311.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25332.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25433.patch +0 -126
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25442.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25498.patch +0 -67
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26011.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26020.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-2848.patch +0 -95
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3010.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3190.patch +0 -73
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3407.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4045.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4992.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-5063.patch +0 -90
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-1963.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2148.patch +0 -79
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2317.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2674.patch +0 -58
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-3362.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-863.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-3364.patch +0 -159
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4094.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4248.patch +0 -134
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4493.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-5131.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-5859.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-6506.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7080.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7114.patch +0 -51
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7228.patch +0 -80
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7993.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11143.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11148.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5103.patch +0 -350
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5221.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5227.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5413.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5495.patch +0 -44
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5692.patch +0 -69
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-6116.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7168.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7220.patch +0 -391
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7373.patch +0 -48
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7432.patch +0 -99
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7490.patch +0 -4
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8365.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8906.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-9359.patch +0 -89
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10297.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10508.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10949.patch +0 -66
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11040.patch +0 -147
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11281.patch +0 -107
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-12471.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13142.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13241.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13439.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13496.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13497.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13584.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13779.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14087.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14092.patch +0 -61
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14894.patch +0 -45
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14983.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15512.patch +0 -143
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15535.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25500.patch +0 -79
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25570.patch +0 -71
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25638.patch +0 -70
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25747.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10325.patch +0 -153
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10451.patch +0 -99
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-11445.patch +0 -67
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7686.patch +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7738.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7975.patch +0 -92
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8273.patch +0 -103
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8282.patch +0 -45
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8435.patch +0 -56
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8474.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8506.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8595.patch +0 -45
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8627.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8713.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8721.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8801.patch +0 -101
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11400.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11870.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11897.patch +0 -152
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12171.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12236.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12419.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12454.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12481.patch +0 -44
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13031.patch +0 -71
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13043.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13146.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13177.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13437.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13471.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13480.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13647.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13773.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13895.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13915.patch +0 -70
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13971.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14024.patch +0 -56
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14308.patch +0 -189
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14317.patch +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14396.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14774.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14817.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15011.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15308.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15345.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15346.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15609.patch +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15678.patch +0 -87
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16106.patch +0 -66
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16281.patch +0 -88
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16503.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16792.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16988.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17022.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17139.patch +0 -48
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17630.patch +0 -116
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17655.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18057.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18087.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18189.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18199.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18532.patch +0 -84
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18621.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18698.patch +0 -60
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18835.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19007.patch +0 -143
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19254.patch +0 -79
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19487.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20049.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20154.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20212.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20322.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20442.patch +0 -73
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20590.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20639.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21055.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21171.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21379.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21612.patch +0 -46
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21614.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21627.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21847.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22005.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22714.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22840.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23117.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23191.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23262.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24066.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24102.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24152.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24213.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24909.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-predictions.json +0 -1802
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-results.json +0 -1816
- package/skills/loki-mode/benchmarks/results/SUMMARY.md +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-results.json +0 -1001
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/0.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/1.py +0 -36
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/10.py +0 -30
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/100.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/101.py +0 -17
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/102.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/103.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/104.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/105.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/106.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/107.py +0 -40
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/108.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/109.py +0 -53
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/11.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/110.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/111.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/112.py +0 -20
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/113.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/114.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/115.py +0 -41
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/116.py +0 -17
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/117.py +0 -30
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/118.py +0 -31
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/119.py +0 -35
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/12.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/120.py +0 -33
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/121.py +0 -15
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/122.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/123.py +0 -35
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/124.py +0 -58
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/125.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/126.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/127.py +0 -41
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/128.py +0 -31
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/129.py +0 -62
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/13.py +0 -17
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/130.py +0 -35
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/131.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/132.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/133.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/134.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/135.py +0 -20
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/136.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/137.py +0 -31
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/138.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/139.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/14.py +0 -14
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/140.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/141.py +0 -42
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/142.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/143.py +0 -40
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/144.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/145.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/146.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/147.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/148.py +0 -33
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/149.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/15.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/150.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/151.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/152.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/153.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/154.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/155.py +0 -20
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/156.py +0 -39
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/157.py +0 -28
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/158.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/159.py +0 -36
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/16.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/160.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/161.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/162.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/163.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/17.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/18.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/19.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/2.py +0 -15
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/20.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/21.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/22.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/23.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/24.py +0 -14
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/25.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/26.py +0 -17
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/27.py +0 -11
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/28.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/29.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/3.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/30.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/31.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/32.py +0 -37
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/33.py +0 -19
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/34.py +0 -11
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/35.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/36.py +0 -19
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/37.py +0 -19
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/38.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/39.py +0 -40
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/4.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/40.py +0 -43
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/41.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/42.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/43.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/44.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/45.py +0 -11
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/46.py +0 -35
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/47.py +0 -19
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/48.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/49.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/5.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/50.py +0 -10
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/51.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/52.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/53.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/54.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/55.py +0 -20
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/56.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/57.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/58.py +0 -14
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/59.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/6.py +0 -33
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/60.py +0 -19
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/61.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/62.py +0 -15
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/63.py +0 -30
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/64.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/65.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/66.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/67.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/68.py +0 -55
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/69.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/7.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/70.py +0 -35
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/71.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/72.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/73.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/74.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/75.py +0 -42
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/76.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/77.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/78.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/79.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/8.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/80.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/81.py +0 -61
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/82.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/83.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/84.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/85.py +0 -17
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/86.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/87.py +0 -31
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/88.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/89.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/9.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/90.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/91.py +0 -31
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/92.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/93.py +0 -30
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/94.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/95.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/96.py +0 -38
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/97.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/98.py +0 -20
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/99.py +0 -36
- package/skills/loki-mode/benchmarks/run-benchmarks.sh +0 -1948
- package/skills/loki-mode/benchmarks/submission-template/README.md +0 -111
- package/skills/loki-mode/benchmarks/submission-template/metadata.yaml +0 -76
- package/skills/loki-mode/demo/README.md +0 -137
- package/skills/loki-mode/demo/loki-demo.gif +0 -0
- package/skills/loki-mode/demo/record-demo.sh +0 -69
- package/skills/loki-mode/demo/record-full-demo.sh +0 -208
- package/skills/loki-mode/demo/recordings/loki-demo.cast +0 -93
- package/skills/loki-mode/demo/run-demo-auto.sh +0 -293
- package/skills/loki-mode/demo/run-demo.sh +0 -323
- package/skills/loki-mode/demo/vhs-tape.tape +0 -223
- package/skills/loki-mode/demo/voice-over-script.md +0 -246
- package/skills/loki-mode/examples/api-only.md +0 -79
- package/skills/loki-mode/examples/full-stack-demo.md +0 -123
- package/skills/loki-mode/examples/simple-todo-app.md +0 -60
- package/skills/loki-mode/examples/static-landing-page.md +0 -73
- package/skills/loki-mode/examples/todo-app-generated/.loki/CONTINUITY.md +0 -59
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/completed.json +0 -1
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/dead-letter.json +0 -1
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/failed.json +0 -1
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/in-progress.json +0 -1
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/pending.json +0 -382
- package/skills/loki-mode/examples/todo-app-generated/.loki/state/orchestrator.json +0 -41
- package/skills/loki-mode/examples/todo-app-generated/E2E_VERIFICATION_REPORT.md +0 -668
- package/skills/loki-mode/examples/todo-app-generated/PRD.md +0 -60
- package/skills/loki-mode/examples/todo-app-generated/TASK_018_COMPLETION.md +0 -229
- package/skills/loki-mode/examples/todo-app-generated/TESTING_DOCUMENTATION.md +0 -327
- package/skills/loki-mode/examples/todo-app-generated/TEST_REPORT.md +0 -201
- package/skills/loki-mode/examples/todo-app-generated/VERIFICATION_SUMMARY.txt +0 -362
- package/skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +0 -2698
- package/skills/loki-mode/examples/todo-app-generated/backend/package.json +0 -26
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/database.ts +0 -24
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/db.ts +0 -35
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/index.ts +0 -2
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/migrations.ts +0 -31
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/schema.sql +0 -8
- package/skills/loki-mode/examples/todo-app-generated/backend/src/index.ts +0 -44
- package/skills/loki-mode/examples/todo-app-generated/backend/src/routes/todos.ts +0 -155
- package/skills/loki-mode/examples/todo-app-generated/backend/src/types/index.ts +0 -35
- package/skills/loki-mode/examples/todo-app-generated/backend/todos.db-shm +0 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/todos.db-wal +0 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/tsconfig.json +0 -30
- package/skills/loki-mode/examples/todo-app-generated/frontend/index.html +0 -13
- package/skills/loki-mode/examples/todo-app-generated/frontend/package-lock.json +0 -2014
- package/skills/loki-mode/examples/todo-app-generated/frontend/package.json +0 -26
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/App.css +0 -384
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/App.tsx +0 -81
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/api/todos.ts +0 -57
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/ConfirmDialog.tsx +0 -26
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/EmptyState.tsx +0 -8
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoForm.tsx +0 -43
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoItem.tsx +0 -36
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoList.tsx +0 -27
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/hooks/useTodos.ts +0 -81
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/index.css +0 -48
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/main.tsx +0 -10
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/vite-env.d.ts +0 -1
- package/skills/loki-mode/examples/todo-app-generated/frontend/tsconfig.json +0 -23
- package/skills/loki-mode/examples/todo-app-generated/frontend/tsconfig.node.json +0 -10
- package/skills/loki-mode/examples/todo-app-generated/frontend/vite.config.ts +0 -15
- package/skills/theme-factory/theme-showcase.pdf +0 -0
- package/skills/web-artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
|
@@ -3,7 +3,7 @@ name: documentation-writer
|
|
|
3
3
|
description: Expert in technical documentation. Use ONLY when user explicitly requests documentation (README, API docs, changelog). DO NOT auto-invoke during normal development.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Edit, Write
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: wegho-global-rules, clean-code, documentation-templates
|
|
6
|
+
skills: wegho-global-rules, clean-code, documentation-templates, file-doc-sync
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Documentation Writer
|
|
@@ -3,7 +3,7 @@ name: orchestrator
|
|
|
3
3
|
description: Multi-agent coordination and task orchestration. Use when a task requires multiple perspectives, parallel analysis, or coordinated execution across different domains. Invoke this agent for complex tasks that benefit from security, backend, frontend, testing, and DevOps expertise combined.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Write, Edit, Agent
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: wegho-global-rules, clean-code, parallel-agents, behavioral-modes, plan-writing, brainstorming, architecture, lint-and-validate, powershell-windows, bash-linux
|
|
6
|
+
skills: wegho-global-rules, clean-code, parallel-agents, behavioral-modes, plan-writing, brainstorming, architecture, lint-and-validate, powershell-windows, bash-linux, file-doc-sync
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Orchestrator - Native Multi-Agent Coordination
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# mcp_config.json
|
|
2
|
+
|
|
3
|
+
> Arquivo fonte: `.agent/mcp_config.json`
|
|
4
|
+
|
|
5
|
+
## O que este arquivo faz
|
|
6
|
+
Este arquivo concentra configuração ou metadados usados pelo sistema para definir comportamento, integração ou execução.
|
|
7
|
+
|
|
8
|
+
## Principais Responsabilidades
|
|
9
|
+
- Declarar dados ou configuração consumidos em tempo de execução.
|
|
10
|
+
- Servir como ponto de manutenção para esta parte da funcionalidade.
|
|
11
|
+
|
|
12
|
+
## Como funciona
|
|
13
|
+
1. Carrega definições locais e dependências necessárias.
|
|
14
|
+
2. Fornece valores de configuração para leitura por outros módulos ou ferramentas.
|
|
15
|
+
3. Entrega a saída esperada para os consumidores diretos deste arquivo.
|
|
16
|
+
|
|
17
|
+
## Dependências
|
|
18
|
+
- Nenhuma dependência explícita identificada pelo gerador.
|
|
19
|
+
|
|
20
|
+
## Integrações
|
|
21
|
+
- Não há integração externa explícita identificada neste arquivo.
|
|
22
|
+
|
|
23
|
+
## Segurança
|
|
24
|
+
- Não há controle de segurança explícito neste arquivo; a proteção depende das camadas consumidoras e das regras globais do sistema.
|
|
25
|
+
|
|
26
|
+
## Impacto da Remoção
|
|
27
|
+
Sem este arquivo, o sistema perde configuração necessária e pode falhar na inicialização, na integração ou na execução esperada.
|
|
28
|
+
|
|
29
|
+
## Resumo Técnico
|
|
30
|
+
Arquivo técnico de configuração, usado para controlar o comportamento do sistema e suas integrações.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: database-design
|
|
3
|
-
description: Database design
|
|
3
|
+
description: Database design, data modeling, governance, and query-organization skill. Use for schema design, indexing, migrations, relational modeling, SQL quality, metadata organization, data lineage thinking, dbt-style modeling, and governance-oriented data structure decisions.
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -20,6 +20,19 @@ allowed-tools: Read, Write, Edit, Glob, Grep
|
|
|
20
20
|
| `indexing.md` | Index types, composite indexes | Performance tuning |
|
|
21
21
|
| `optimization.md` | N+1, EXPLAIN ANALYZE | Query optimization |
|
|
22
22
|
| `migrations.md` | Safe migrations, serverless DBs | Schema changes |
|
|
23
|
+
| `github-benchmarks.md` | Current GitHub-aligned references for data organization | Governance, metadata, SQL quality |
|
|
24
|
+
| `supabase-security-egress.md` | Supabase security, egress, and cost controls | Supabase/PostgreSQL systems |
|
|
25
|
+
|
|
26
|
+
## GitHub benchmark sources
|
|
27
|
+
|
|
28
|
+
Use these repositories as the main external benchmark for modern data organization:
|
|
29
|
+
- `supabase/supabase`
|
|
30
|
+
- `supabase/agent-skills`
|
|
31
|
+
- `datahub-project/datahub`
|
|
32
|
+
- `open-metadata/OpenMetadata`
|
|
33
|
+
- `open-metadata/OpenMetadataStandards`
|
|
34
|
+
- `dbt-labs/dbt-core`
|
|
35
|
+
- `sqlfluff/sqlfluff`
|
|
23
36
|
|
|
24
37
|
---
|
|
25
38
|
|
|
@@ -28,6 +41,8 @@ allowed-tools: Read, Write, Edit, Glob, Grep
|
|
|
28
41
|
- ASK user for database preferences when unclear
|
|
29
42
|
- Choose database/ORM based on CONTEXT
|
|
30
43
|
- Don't default to PostgreSQL for everything
|
|
44
|
+
- Model data ownership, discoverability, and governance early
|
|
45
|
+
- Treat metadata, lineage, and naming consistency as first-class design concerns
|
|
31
46
|
|
|
32
47
|
---
|
|
33
48
|
|
|
@@ -40,6 +55,9 @@ Before designing schema:
|
|
|
40
55
|
- [ ] Considered deployment environment?
|
|
41
56
|
- [ ] Planned index strategy?
|
|
42
57
|
- [ ] Defined relationship types?
|
|
58
|
+
- [ ] Defined ownership and naming conventions?
|
|
59
|
+
- [ ] Considered lineage / downstream consumers?
|
|
60
|
+
- [ ] Considered retention, privacy, and minimization rules?
|
|
43
61
|
|
|
44
62
|
---
|
|
45
63
|
|
|
@@ -50,3 +68,36 @@ Before designing schema:
|
|
|
50
68
|
❌ Use SELECT * in production
|
|
51
69
|
❌ Store JSON when structured data is better
|
|
52
70
|
❌ Ignore N+1 queries
|
|
71
|
+
❌ Model tables without ownership, lifecycle, or retention thinking
|
|
72
|
+
❌ Treat analytics/data-governance layers as an afterthought
|
|
73
|
+
|
|
74
|
+
## Modern organization baseline
|
|
75
|
+
|
|
76
|
+
When the task touches data organization, cover these layers:
|
|
77
|
+
1. Operational schema quality
|
|
78
|
+
2. Naming and ownership clarity
|
|
79
|
+
3. Lineage and downstream impact
|
|
80
|
+
4. Query linting and maintainability
|
|
81
|
+
5. Governance, retention, and sensitive-data handling
|
|
82
|
+
|
|
83
|
+
This aligns better with the direction seen in DataHub, OpenMetadata, dbt, and SQLFluff.
|
|
84
|
+
|
|
85
|
+
## Repository-specific expectations
|
|
86
|
+
|
|
87
|
+
For `wegho-agentes` and similar PHP + TS/TSX + Supabase/PostgreSQL systems:
|
|
88
|
+
- Prefer explicit relational structure over unbounded JSON
|
|
89
|
+
- Document RLS assumptions alongside table design
|
|
90
|
+
- Minimize sensitive data storage and define retention clearly
|
|
91
|
+
- Keep file/blob payloads out of Supabase when rules require external storage
|
|
92
|
+
- Treat SQL readability and predictable naming as review criteria, not polish
|
|
93
|
+
|
|
94
|
+
## Supabase security and traffic baseline
|
|
95
|
+
|
|
96
|
+
When the task uses Supabase, treat these as default architecture rules:
|
|
97
|
+
1. Enable RLS on every exposed table and review policy cost
|
|
98
|
+
2. Keep `service_role` strictly server-side
|
|
99
|
+
3. Select only needed columns and always paginate large lists
|
|
100
|
+
4. Index filter columns, join keys, and columns referenced by RLS
|
|
101
|
+
5. Prefer metadata + external file hosting over storing large files in Supabase
|
|
102
|
+
6. Use CDN-friendly public delivery only for non-sensitive assets
|
|
103
|
+
7. Monitor egress, top paths, and query volume before scaling compute
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# GitHub Benchmarks for Data Organization Skill
|
|
2
|
+
|
|
3
|
+
Use these repositories as the benchmark for what strong data organization looks like today:
|
|
4
|
+
|
|
5
|
+
## `supabase/supabase`
|
|
6
|
+
- Official reference for RLS-first browser access, storage delivery, Edge Functions, and platform usage controls
|
|
7
|
+
- Important benchmark when data modeling decisions affect egress, auth, storage, and operational cost
|
|
8
|
+
|
|
9
|
+
## `supabase/agent-skills`
|
|
10
|
+
- Good benchmark for Supabase-specific agent guidance around schema quality, RLS performance, and safe platform usage
|
|
11
|
+
|
|
12
|
+
## `datahub-project/datahub`
|
|
13
|
+
- Reference for metadata-driven discovery, governance, and observability
|
|
14
|
+
- Strong mental model for ownership, lineage, and searchable context
|
|
15
|
+
|
|
16
|
+
## `open-metadata/OpenMetadata`
|
|
17
|
+
- Reference for trusted data context, cataloging, profiling, lineage, and governance
|
|
18
|
+
- Useful when designing systems that need clearer metadata and business semantics
|
|
19
|
+
|
|
20
|
+
## `open-metadata/OpenMetadataStandards`
|
|
21
|
+
- Good benchmark for structured metadata contracts and interoperability
|
|
22
|
+
|
|
23
|
+
## `dbt-labs/dbt-core`
|
|
24
|
+
- Strong reference for model layering, testing culture, transformation discipline, and SQL-as-code workflow
|
|
25
|
+
|
|
26
|
+
## `sqlfluff/sqlfluff`
|
|
27
|
+
- Strong reference for SQL quality, style, linting, and maintainability
|
|
28
|
+
|
|
29
|
+
Translate lessons from these projects into:
|
|
30
|
+
- clearer schema boundaries
|
|
31
|
+
- naming standards
|
|
32
|
+
- ownership and lineage
|
|
33
|
+
- maintainable SQL
|
|
34
|
+
- governance-aware data structures
|
|
35
|
+
- Supabase-aware egress and storage discipline
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Supabase Security and Egress Baseline
|
|
2
|
+
|
|
3
|
+
Use this reference when the system depends on Supabase and the goal includes security, traffic reduction, or storage economy.
|
|
4
|
+
|
|
5
|
+
## Security defaults
|
|
6
|
+
|
|
7
|
+
- Enable RLS on every table in exposed schemas such as `public`
|
|
8
|
+
- Grant only the minimum role privileges required for `anon`, `authenticated`, and `service_role`
|
|
9
|
+
- Never expose `service_role` in frontend code or `NEXT_PUBLIC_*`
|
|
10
|
+
- Keep sensitive logic in server code, RPCs, or Edge Functions with strict auth checks
|
|
11
|
+
- If using `SECURITY DEFINER`, keep it in a non-exposed schema, lock `search_path`, and restrict `EXECUTE`
|
|
12
|
+
|
|
13
|
+
## Query and egress reduction
|
|
14
|
+
|
|
15
|
+
- Avoid `SELECT *`; return only required columns
|
|
16
|
+
- Always paginate list endpoints and apply `LIMIT`
|
|
17
|
+
- Index columns used by filters, joins, sorting, and RLS predicates
|
|
18
|
+
- Review repeated expensive joins; consider RPCs or materialized views when the access pattern is stable
|
|
19
|
+
- For RLS policies using `auth.uid()` or similar helpers, prefer the cached `select auth.uid()` pattern when row-independent
|
|
20
|
+
|
|
21
|
+
## Storage economy
|
|
22
|
+
|
|
23
|
+
- Do not store large PDFs, videos, backups, archives, or heavy images in Supabase when project rules require external storage
|
|
24
|
+
- Store only the link, minimal metadata, checksum, and ownership reference in Supabase
|
|
25
|
+
- Use public buckets only for non-sensitive assets that benefit from CDN caching
|
|
26
|
+
- Prefer Smart CDN and image transformations for cacheable images
|
|
27
|
+
|
|
28
|
+
## Traffic control
|
|
29
|
+
|
|
30
|
+
- Check Billing Dashboard, project reports, Top Paths, and query performance before changing compute size
|
|
31
|
+
- Watch database egress, storage egress, auth egress, realtime usage, and edge function invocations separately
|
|
32
|
+
- Use rate limiting for auth flows and expensive Edge Functions
|
|
33
|
+
- For data-heavy Edge Functions, prefer running in the same region as the database
|
|
34
|
+
- Avoid Realtime subscriptions when polling or one-time reads are enough
|
|
35
|
+
|
|
36
|
+
## Review questions
|
|
37
|
+
|
|
38
|
+
1. Is the data sensitive enough to require private access only?
|
|
39
|
+
2. Can this response return fewer columns or fewer rows?
|
|
40
|
+
3. Can this file live outside Supabase with only metadata stored here?
|
|
41
|
+
4. Is egress coming from database rows, storage assets, auth churn, realtime, or functions?
|
|
42
|
+
5. Are we paying compute to compensate for inefficient queries or missing indexes?
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: file-doc-sync
|
|
3
|
+
description: Generate and keep technical `.md` documentation synchronized beside each supported source or configuration file in the project. Use when the system needs a first-pass documentation sweep, when code changes require updating sibling docs, or when every file must maintain an always-current technical `.md` in the same folder.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# File Doc Sync
|
|
7
|
+
|
|
8
|
+
Keep per-file technical documentation synchronized with the codebase.
|
|
9
|
+
|
|
10
|
+
This skill creates one sibling `.md` file for each supported file and refreshes that documentation whenever the original file changes. The generated docs must stay short, technical, objective, and focused on the real role of the file in the system.
|
|
11
|
+
|
|
12
|
+
## Workflow
|
|
13
|
+
|
|
14
|
+
1. Run `tsx .agents/sync-docs.ts`.
|
|
15
|
+
2. Scan the workspace recursively.
|
|
16
|
+
3. Ignore generated directories, markdown files, and binaries.
|
|
17
|
+
4. Create or update each sibling `.md`.
|
|
18
|
+
5. Rerun after every implementation change before finalizing work.
|
|
19
|
+
|
|
20
|
+
## Required sections
|
|
21
|
+
|
|
22
|
+
Every generated `.md` must contain, in this order:
|
|
23
|
+
- `## O que este arquivo faz`
|
|
24
|
+
- `## Principais Responsabilidades`
|
|
25
|
+
- `## Como funciona`
|
|
26
|
+
- `## Dependências`
|
|
27
|
+
- `## Integrações`
|
|
28
|
+
- `## Segurança`
|
|
29
|
+
- `## Impacto da Remoção`
|
|
30
|
+
- `## Resumo Técnico`
|
|
31
|
+
|
|
32
|
+
## Rules
|
|
33
|
+
|
|
34
|
+
- Explain the real function of the file in the system.
|
|
35
|
+
- Avoid line-by-line commentary.
|
|
36
|
+
- Prefer short paragraphs and 3-5 bullets when list-shaped.
|
|
37
|
+
- Mention only real dependencies, integrations, and security controls detected in the file.
|
|
38
|
+
- If no direct security rule exists, say that security depends on external layers.
|
|
39
|
+
- Keep the `.md` beside the original file.
|
|
40
|
+
|
|
41
|
+
## Resources
|
|
42
|
+
|
|
43
|
+
- Script: `scripts/sync-file-docs.ts`
|
|
44
|
+
- Reference: `references/document-structure.md`
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Estrutura da Documentação por Arquivo
|
|
2
|
+
|
|
3
|
+
Use sempre esta ordem:
|
|
4
|
+
|
|
5
|
+
1. `## O que este arquivo faz`
|
|
6
|
+
2. `## Principais Responsabilidades`
|
|
7
|
+
3. `## Como funciona`
|
|
8
|
+
4. `## Dependências`
|
|
9
|
+
5. `## Integrações`
|
|
10
|
+
6. `## Segurança`
|
|
11
|
+
7. `## Impacto da Remoção`
|
|
12
|
+
8. `## Resumo Técnico`
|
|
13
|
+
|
|
14
|
+
Regras:
|
|
15
|
+
- Texto curto, técnico e objetivo.
|
|
16
|
+
- Sem explicação linha por linha.
|
|
17
|
+
- Sem repetição desnecessária.
|
|
18
|
+
- Sempre gerar a documentação na mesma pasta do arquivo original.
|
|
19
|
+
- O nome do arquivo deve trocar apenas a extensão para `.md` quando possível.
|
|
20
|
+
- Para arquivos iniciados por ponto, manter o nome original e adicionar `.md` ao final.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# sync-file-docs.ts
|
|
2
|
+
|
|
3
|
+
> Arquivo fonte: `.agent/skills/file-doc-sync/scripts/sync-file-docs.ts`
|
|
4
|
+
|
|
5
|
+
## O que este arquivo faz
|
|
6
|
+
Este arquivo expõe lógica reutilizável para outras partes do sistema, centralizando comportamento, configuração ou execução especializada.
|
|
7
|
+
|
|
8
|
+
## Principais Responsabilidades
|
|
9
|
+
- Expor 2 item(ns) reutilizável(is) para outras partes do sistema.
|
|
10
|
+
- Definir classes ou estruturas centrais para encapsular comportamento.
|
|
11
|
+
- Concentrar funções que executam a lógica principal deste arquivo.
|
|
12
|
+
- Servir como ponto de manutenção para esta parte da funcionalidade.
|
|
13
|
+
|
|
14
|
+
## Como funciona
|
|
15
|
+
1. Carrega definições locais e dependências necessárias.
|
|
16
|
+
2. Expõe a interface pública consumida por outros arquivos do projeto.
|
|
17
|
+
3. Executa etapas assíncronas quando precisa consultar arquivos, serviços ou processos externos.
|
|
18
|
+
4. Processa a responsabilidade principal do arquivo e retorna ou aplica o resultado esperado.
|
|
19
|
+
5. Entrega a saída esperada para os consumidores diretos deste arquivo.
|
|
20
|
+
|
|
21
|
+
## Dependências
|
|
22
|
+
- fs
|
|
23
|
+
- path
|
|
24
|
+
- url
|
|
25
|
+
|
|
26
|
+
## Integrações
|
|
27
|
+
- Supabase
|
|
28
|
+
- PostgreSQL
|
|
29
|
+
- HostGator
|
|
30
|
+
- HTTP APIs externas
|
|
31
|
+
- Variáveis de ambiente
|
|
32
|
+
- Sistema de arquivos
|
|
33
|
+
|
|
34
|
+
## Segurança
|
|
35
|
+
- Aplica ou referencia regras de RLS.
|
|
36
|
+
- Inclui verificação ou dependência de autenticação/autorização.
|
|
37
|
+
- Manipula dados sensíveis e exige cuidado com exposição em logs e cliente.
|
|
38
|
+
- Utiliza mecanismos de proteção criptográfica ou hashing.
|
|
39
|
+
- Define ou consome regras de acesso baseadas em policy.
|
|
40
|
+
|
|
41
|
+
## Impacto da Remoção
|
|
42
|
+
Sem este arquivo, consumidores diretos perdem a lógica ou a configuração que ele centraliza, causando erro funcional ou regressão de comportamento.
|
|
43
|
+
|
|
44
|
+
## Resumo Técnico
|
|
45
|
+
Arquivo técnico de suporte ao sistema, responsável por fornecer lógica, configuração ou interface reutilizável para outros módulos.
|
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
import * as fs from 'fs';
|
|
2
|
+
import * as path from 'path';
|
|
3
|
+
import { fileURLToPath } from 'url';
|
|
4
|
+
|
|
5
|
+
const SUPPORTED_EXTENSIONS = new Set([
|
|
6
|
+
'.ts',
|
|
7
|
+
'.tsx',
|
|
8
|
+
'.js',
|
|
9
|
+
'.jsx',
|
|
10
|
+
'.php',
|
|
11
|
+
'.sql',
|
|
12
|
+
'.json',
|
|
13
|
+
'.css',
|
|
14
|
+
'.scss',
|
|
15
|
+
'.html',
|
|
16
|
+
'.yml',
|
|
17
|
+
'.yaml',
|
|
18
|
+
'.env',
|
|
19
|
+
]);
|
|
20
|
+
|
|
21
|
+
const IGNORED_DIRECTORIES = new Set([
|
|
22
|
+
'.git',
|
|
23
|
+
'node_modules',
|
|
24
|
+
'dist',
|
|
25
|
+
'build',
|
|
26
|
+
'coverage',
|
|
27
|
+
'.next',
|
|
28
|
+
]);
|
|
29
|
+
|
|
30
|
+
export interface SyncResult {
|
|
31
|
+
scanned: number;
|
|
32
|
+
created: number;
|
|
33
|
+
updated: number;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export function syncProjectFileDocs(projectRoot: string = process.cwd()): SyncResult {
|
|
37
|
+
const files = collectSupportedFiles(projectRoot, projectRoot);
|
|
38
|
+
let created = 0;
|
|
39
|
+
let updated = 0;
|
|
40
|
+
|
|
41
|
+
for (const filePath of files) {
|
|
42
|
+
const content = fs.readFileSync(filePath, 'utf-8');
|
|
43
|
+
const relativePath = normalizePath(path.relative(projectRoot, filePath));
|
|
44
|
+
const docPath = resolveDocPath(filePath);
|
|
45
|
+
const nextDoc = buildDocumentation(relativePath, path.basename(filePath), content);
|
|
46
|
+
const currentDoc = fs.existsSync(docPath) ? fs.readFileSync(docPath, 'utf-8') : null;
|
|
47
|
+
|
|
48
|
+
if (currentDoc === nextDoc) {
|
|
49
|
+
continue;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
fs.writeFileSync(docPath, nextDoc, 'utf-8');
|
|
53
|
+
|
|
54
|
+
if (currentDoc === null) {
|
|
55
|
+
created++;
|
|
56
|
+
} else {
|
|
57
|
+
updated++;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
return { scanned: files.length, created, updated };
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
function collectSupportedFiles(projectRoot: string, currentDir: string): string[] {
|
|
65
|
+
const entries = fs.readdirSync(currentDir, { withFileTypes: true });
|
|
66
|
+
const results: string[] = [];
|
|
67
|
+
|
|
68
|
+
for (const entry of entries) {
|
|
69
|
+
const absolutePath = path.join(currentDir, entry.name);
|
|
70
|
+
const relativePath = normalizePath(path.relative(projectRoot, absolutePath));
|
|
71
|
+
|
|
72
|
+
if (entry.isDirectory()) {
|
|
73
|
+
if (IGNORED_DIRECTORIES.has(entry.name)) {
|
|
74
|
+
continue;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
results.push(...collectSupportedFiles(projectRoot, absolutePath));
|
|
78
|
+
continue;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
if (shouldDocumentFile(entry.name, relativePath)) {
|
|
82
|
+
results.push(absolutePath);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
return results;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
function shouldDocumentFile(fileName: string, relativePath: string): boolean {
|
|
90
|
+
if (fileName.endsWith('.md')) {
|
|
91
|
+
return false;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
if (relativePath.includes('/node_modules/') || relativePath.includes('/coverage/')) {
|
|
95
|
+
return false;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
return SUPPORTED_EXTENSIONS.has(path.extname(fileName)) || fileName === '.env';
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
function resolveDocPath(filePath: string): string {
|
|
102
|
+
const directory = path.dirname(filePath);
|
|
103
|
+
const fileName = path.basename(filePath);
|
|
104
|
+
|
|
105
|
+
if (fileName.startsWith('.') && fileName.indexOf('.', 1) === -1) {
|
|
106
|
+
return path.join(directory, `${fileName}.md`);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
const extension = path.extname(fileName);
|
|
110
|
+
const baseName = extension ? fileName.slice(0, -extension.length) : fileName;
|
|
111
|
+
return path.join(directory, `${baseName}.md`);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
function buildDocumentation(relativePath: string, fileName: string, content: string): string {
|
|
115
|
+
const dependencies = extractDependencies(content);
|
|
116
|
+
const integrations = detectIntegrations(content);
|
|
117
|
+
const securityItems = detectSecurity(content);
|
|
118
|
+
const responsibilities = inferResponsibilities(fileName, content);
|
|
119
|
+
const flow = inferFlow(fileName, content);
|
|
120
|
+
|
|
121
|
+
return [
|
|
122
|
+
`# ${fileName}`,
|
|
123
|
+
'',
|
|
124
|
+
`> Arquivo fonte: \`${relativePath}\``,
|
|
125
|
+
'',
|
|
126
|
+
'## O que este arquivo faz',
|
|
127
|
+
inferPurpose(fileName, content),
|
|
128
|
+
'',
|
|
129
|
+
'## Principais Responsabilidades',
|
|
130
|
+
...toBulletLines(responsibilities),
|
|
131
|
+
'',
|
|
132
|
+
'## Como funciona',
|
|
133
|
+
...toNumberLines(flow),
|
|
134
|
+
'',
|
|
135
|
+
'## Dependências',
|
|
136
|
+
...toBulletLines(
|
|
137
|
+
dependencies.length > 0
|
|
138
|
+
? dependencies
|
|
139
|
+
: ['Nenhuma dependência explícita identificada pelo gerador.']
|
|
140
|
+
),
|
|
141
|
+
'',
|
|
142
|
+
'## Integrações',
|
|
143
|
+
...toBulletLines(
|
|
144
|
+
integrations.length > 0
|
|
145
|
+
? integrations
|
|
146
|
+
: ['Não há integração externa explícita identificada neste arquivo.']
|
|
147
|
+
),
|
|
148
|
+
'',
|
|
149
|
+
'## Segurança',
|
|
150
|
+
...toBulletLines(securityItems),
|
|
151
|
+
'',
|
|
152
|
+
'## Impacto da Remoção',
|
|
153
|
+
inferImpact(fileName, content),
|
|
154
|
+
'',
|
|
155
|
+
'## Resumo Técnico',
|
|
156
|
+
inferSummary(fileName, content),
|
|
157
|
+
'',
|
|
158
|
+
].join('\n');
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
function inferPurpose(fileName: string, content: string): string {
|
|
162
|
+
const extension = path.extname(fileName);
|
|
163
|
+
|
|
164
|
+
if (extension === '.json' || extension === '.yml' || extension === '.yaml' || fileName === '.env') {
|
|
165
|
+
return 'Este arquivo concentra configuração ou metadados usados pelo sistema para definir comportamento, integração ou execução.';
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
if (extension === '.sql') {
|
|
169
|
+
return 'Este arquivo define estrutura ou regras de banco de dados, incluindo comandos que afetam schema, políticas ou dados controlados.';
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
if (extension === '.css' || extension === '.scss') {
|
|
173
|
+
return 'Este arquivo define estilos visuais utilizados pela interface e controla aparência, layout e estados visuais.';
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
if (content.includes('export ') || content.includes('module.exports')) {
|
|
177
|
+
return 'Este arquivo expõe lógica reutilizável para outras partes do sistema, centralizando comportamento, configuração ou execução especializada.';
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
return 'Este arquivo contém lógica operacional usada pelo sistema para executar uma responsabilidade específica dentro do projeto.';
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
function inferResponsibilities(fileName: string, content: string): string[] {
|
|
184
|
+
const responsibilities = new Set<string>();
|
|
185
|
+
const exports = extractExports(content);
|
|
186
|
+
|
|
187
|
+
if (exports.length > 0) {
|
|
188
|
+
responsibilities.add(`Expor ${exports.length} item(ns) reutilizável(is) para outras partes do sistema.`);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
if (content.includes('class ')) {
|
|
192
|
+
responsibilities.add('Definir classes ou estruturas centrais para encapsular comportamento.');
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
if (content.includes('function ') || content.includes('=>')) {
|
|
196
|
+
responsibilities.add('Concentrar funções que executam a lógica principal deste arquivo.');
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
if (fileName.endsWith('.json')) {
|
|
200
|
+
responsibilities.add('Declarar dados ou configuração consumidos em tempo de execução.');
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
if (fileName.endsWith('.sql')) {
|
|
204
|
+
responsibilities.add('Aplicar comandos de banco de dados e manter regras estruturais ou de acesso.');
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
if (fileName.endsWith('.css') || fileName.endsWith('.scss')) {
|
|
208
|
+
responsibilities.add('Controlar estilos e variações visuais da interface.');
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
if (responsibilities.size === 0) {
|
|
212
|
+
responsibilities.add('Executar uma responsabilidade localizada dentro do fluxo do sistema.');
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
responsibilities.add('Servir como ponto de manutenção para esta parte da funcionalidade.');
|
|
216
|
+
return Array.from(responsibilities).slice(0, 5);
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
function inferFlow(fileName: string, content: string): string[] {
|
|
220
|
+
const flow: string[] = ['Carrega definições locais e dependências necessárias.'];
|
|
221
|
+
|
|
222
|
+
if (content.includes('export ') || content.includes('module.exports')) {
|
|
223
|
+
flow.push('Expõe a interface pública consumida por outros arquivos do projeto.');
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
if (content.includes('async ') || content.includes('await ')) {
|
|
227
|
+
flow.push('Executa etapas assíncronas quando precisa consultar arquivos, serviços ou processos externos.');
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
if (fileName.endsWith('.json') || fileName.endsWith('.yml') || fileName.endsWith('.yaml') || fileName === '.env') {
|
|
231
|
+
flow.push('Fornece valores de configuração para leitura por outros módulos ou ferramentas.');
|
|
232
|
+
} else if (fileName.endsWith('.sql')) {
|
|
233
|
+
flow.push('Aplica comandos SQL que alteram schema, políticas ou dados do banco.');
|
|
234
|
+
} else {
|
|
235
|
+
flow.push('Processa a responsabilidade principal do arquivo e retorna ou aplica o resultado esperado.');
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
flow.push('Entrega a saída esperada para os consumidores diretos deste arquivo.');
|
|
239
|
+
return flow.slice(0, 5);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
function detectIntegrations(content: string): string[] {
|
|
243
|
+
const integrations = new Set<string>();
|
|
244
|
+
const lowerContent = content.toLowerCase();
|
|
245
|
+
|
|
246
|
+
if (lowerContent.includes('supabase')) integrations.add('Supabase');
|
|
247
|
+
if (lowerContent.includes('postgres') || lowerContent.includes('postgresql')) integrations.add('PostgreSQL');
|
|
248
|
+
if (lowerContent.includes('hostgator')) integrations.add('HostGator');
|
|
249
|
+
if (lowerContent.includes('fetch(') || lowerContent.includes('axios')) integrations.add('HTTP APIs externas');
|
|
250
|
+
if (lowerContent.includes('process.env') || lowerContent.includes('dotenv')) integrations.add('Variáveis de ambiente');
|
|
251
|
+
if (lowerContent.includes('fs.') || lowerContent.includes('readfilesync') || lowerContent.includes('writefilesync')) integrations.add('Sistema de arquivos');
|
|
252
|
+
|
|
253
|
+
return Array.from(integrations);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
function detectSecurity(content: string): string[] {
|
|
257
|
+
const lowerContent = content.toLowerCase();
|
|
258
|
+
const security = new Set<string>();
|
|
259
|
+
|
|
260
|
+
if (lowerContent.includes('rls')) security.add('Aplica ou referencia regras de RLS.');
|
|
261
|
+
if (lowerContent.includes('auth')) security.add('Inclui verificação ou dependência de autenticação/autorização.');
|
|
262
|
+
if (lowerContent.includes('token') || lowerContent.includes('secret')) security.add('Manipula dados sensíveis e exige cuidado com exposição em logs e cliente.');
|
|
263
|
+
if (lowerContent.includes('encrypt') || lowerContent.includes('hash')) security.add('Utiliza mecanismos de proteção criptográfica ou hashing.');
|
|
264
|
+
if (lowerContent.includes('policy')) security.add('Define ou consome regras de acesso baseadas em policy.');
|
|
265
|
+
|
|
266
|
+
if (security.size === 0) {
|
|
267
|
+
security.add('Não há controle de segurança explícito neste arquivo; a proteção depende das camadas consumidoras e das regras globais do sistema.');
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
return Array.from(security);
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
function inferImpact(fileName: string, content: string): string {
|
|
274
|
+
if (fileName.endsWith('.json') || fileName.endsWith('.yml') || fileName.endsWith('.yaml') || fileName === '.env') {
|
|
275
|
+
return 'Sem este arquivo, o sistema perde configuração necessária e pode falhar na inicialização, na integração ou na execução esperada.';
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
if (fileName.endsWith('.sql')) {
|
|
279
|
+
return 'Sem este arquivo, a estrutura ou as regras de banco relacionadas deixam de ser aplicadas, podendo quebrar persistência, segurança ou compatibilidade.';
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
if (content.includes('export ') || content.includes('module.exports')) {
|
|
283
|
+
return 'Sem este arquivo, consumidores diretos perdem a lógica ou a configuração que ele centraliza, causando erro funcional ou regressão de comportamento.';
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
return 'Sem este arquivo, a responsabilidade operacional que ele concentra deixa de existir e afeta o fluxo que depende dessa implementação.';
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
function inferSummary(fileName: string, content: string): string {
|
|
290
|
+
if (content.includes('export ') || content.includes('module.exports')) {
|
|
291
|
+
return 'Arquivo técnico de suporte ao sistema, responsável por fornecer lógica, configuração ou interface reutilizável para outros módulos.';
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
if (fileName.endsWith('.sql')) {
|
|
295
|
+
return 'Arquivo técnico de banco de dados, responsável por manter estrutura, políticas ou dados controlados no ambiente.';
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
if (fileName.endsWith('.json') || fileName.endsWith('.yml') || fileName.endsWith('.yaml') || fileName === '.env') {
|
|
299
|
+
return 'Arquivo técnico de configuração, usado para controlar o comportamento do sistema e suas integrações.';
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
return 'Arquivo técnico com responsabilidade localizada no sistema, necessário para manter o fluxo funcional dessa parte do projeto.';
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
function extractDependencies(content: string): string[] {
|
|
306
|
+
const dependencies = new Set<string>();
|
|
307
|
+
const importRegex = /from\s+['"]([^'"]+)['"]|require\(\s*['"]([^'"]+)['"]\s*\)|use\s+([A-Za-z0-9_\\]+)/g;
|
|
308
|
+
|
|
309
|
+
for (const match of content.matchAll(importRegex)) {
|
|
310
|
+
const dependency = match[1] || match[2] || match[3];
|
|
311
|
+
if (dependency) {
|
|
312
|
+
dependencies.add(dependency);
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
return Array.from(dependencies).slice(0, 10);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
function extractExports(content: string): string[] {
|
|
320
|
+
const exports = new Set<string>();
|
|
321
|
+
const exportRegex = /export\s+(?:async\s+)?(?:function|class|const|let|var|type|interface)\s+([A-Za-z0-9_]+)/g;
|
|
322
|
+
|
|
323
|
+
for (const match of content.matchAll(exportRegex)) {
|
|
324
|
+
exports.add(match[1]);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
return Array.from(exports);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
function toBulletLines(items: string[]): string[] {
|
|
331
|
+
return items.map((item) => `- ${item}`);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
function toNumberLines(items: string[]): string[] {
|
|
335
|
+
return items.map((item, index) => `${index + 1}. ${item}`);
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
function normalizePath(value: string): string {
|
|
339
|
+
return value.replace(/\\/g, '/');
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
343
|
+
|
|
344
|
+
if (process.argv[1] === __filename) {
|
|
345
|
+
const result = syncProjectFileDocs(process.cwd());
|
|
346
|
+
console.log(
|
|
347
|
+
`[file-doc-sync] ${result.scanned} arquivo(s) verificado(s), ${result.created} .md criado(s), ${result.updated} .md atualizado(s).`
|
|
348
|
+
);
|
|
349
|
+
}
|