agentsys 5.0.3 → 5.2.0
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/.claude-plugin/marketplace.json +109 -39
- package/.claude-plugin/plugin.json +2 -2
- package/AGENTS.md +2 -14
- package/CHANGELOG.md +65 -5
- package/README.md +143 -44
- package/SECURITY.md +1 -1
- package/adapters/README.md +6 -6
- package/adapters/codex/README.md +3 -3
- package/adapters/codex/install.sh +2 -2
- package/adapters/opencode/README.md +3 -3
- package/adapters/opencode/install.sh +2 -2
- package/agent-knowledge/AGENTS.md +144 -5
- package/agent-knowledge/all-in-one-plus-modular-packages.md +576 -0
- package/agent-knowledge/cli-browser-automation-agents.md +936 -0
- package/agent-knowledge/github-org-project-management.md +319 -0
- package/agent-knowledge/github-org-structure-patterns.md +268 -0
- package/agent-knowledge/multi-product-org-docs.md +622 -0
- package/agent-knowledge/oss-org-naming-patterns.md +368 -0
- package/agent-knowledge/resources/all-in-one-plus-modular-packages-sources.json +310 -0
- package/agent-knowledge/resources/cli-browser-automation-agents-sources.json +428 -0
- package/agent-knowledge/resources/github-org-project-management-sources.json +239 -0
- package/agent-knowledge/resources/github-org-structure-patterns-sources.json +293 -0
- package/agent-knowledge/resources/multi-product-org-docs-sources.json +514 -0
- package/agent-knowledge/resources/oss-org-naming-patterns-sources.json +458 -0
- package/agent-knowledge/resources/skill-plugin-distribution-patterns-sources.json +290 -0
- package/agent-knowledge/resources/terminal-browsers-agent-automation-sources.json +758 -0
- package/agent-knowledge/resources/web-session-persistence-cli-agents-sources.json +528 -0
- package/agent-knowledge/skill-plugin-distribution-patterns.md +661 -0
- package/agent-knowledge/terminal-browsers-agent-automation.md +776 -0
- package/agent-knowledge/web-session-persistence-cli-agents.md +1352 -0
- package/bin/cli.js +1289 -18
- package/bin/dev-cli.js +15 -24
- package/lib/adapter-transforms.js +171 -7
- package/lib/cross-platform/index.js +7 -3
- package/lib/discovery/index.js +26 -1
- package/lib/index.js +2 -0
- package/lib/package.json +1 -1
- package/lib/patterns/cli-enhancers.js +11 -2
- package/lib/sources/policy-questions.js +76 -2
- package/lib/state/workflow-state.js +18 -7
- package/meta/skills/maintain-cross-platform/SKILL.md +1 -1
- package/package.json +4 -4
- package/scripts/bump-version.js +1 -6
- package/scripts/dev-install.js +1 -1
- package/scripts/fix-graduated-repos.js +288 -0
- package/scripts/gen-adapters.js +6 -7
- package/scripts/generate-docs.js +4 -2
- package/scripts/graduate-plugin.js +433 -0
- package/scripts/plugins.txt +1 -0
- package/scripts/preflight.js +19 -48
- package/scripts/scaffold.js +2 -2
- package/scripts/setup-hooks.js +2 -9
- package/scripts/stamp-version.js +3 -34
- package/scripts/validate-agent-skill-compliance.js +2 -0
- package/scripts/validate-counts.js +27 -0
- package/site/assets/css/design-system/base.css +151 -0
- package/site/assets/css/design-system/tokens.css +354 -0
- package/site/assets/css/tokens.css +5 -469
- package/site/content.json +13 -13
- package/site/index.html +14 -13
- package/site/ux-spec.md +7 -7
- package/adapters/codex/skills/agnix/SKILL.md +0 -138
- package/adapters/codex/skills/audit-project/SKILL.md +0 -334
- package/adapters/codex/skills/audit-project-agents/SKILL.md +0 -459
- package/adapters/codex/skills/audit-project-github/SKILL.md +0 -146
- package/adapters/codex/skills/consult/SKILL.md +0 -245
- package/adapters/codex/skills/delivery-approval/SKILL.md +0 -339
- package/adapters/codex/skills/deslop/SKILL.md +0 -167
- package/adapters/codex/skills/drift-detect/SKILL.md +0 -268
- package/adapters/codex/skills/enhance/SKILL.md +0 -177
- package/adapters/codex/skills/learn/SKILL.md +0 -188
- package/adapters/codex/skills/next-task/SKILL.md +0 -546
- package/adapters/codex/skills/perf/SKILL.md +0 -469
- package/adapters/codex/skills/repo-map/SKILL.md +0 -132
- package/adapters/codex/skills/ship/SKILL.md +0 -491
- package/adapters/codex/skills/ship-ci-review-loop/SKILL.md +0 -473
- package/adapters/codex/skills/ship-deployment/SKILL.md +0 -336
- package/adapters/codex/skills/ship-error-handling/SKILL.md +0 -260
- package/adapters/codex/skills/sync-docs/SKILL.md +0 -186
- package/adapters/opencode/agents/agent-enhancer.md +0 -65
- package/adapters/opencode/agents/agnix-agent.md +0 -56
- package/adapters/opencode/agents/ci-fixer.md +0 -104
- package/adapters/opencode/agents/ci-monitor.md +0 -127
- package/adapters/opencode/agents/claudemd-enhancer.md +0 -66
- package/adapters/opencode/agents/consult-agent.md +0 -124
- package/adapters/opencode/agents/cross-file-enhancer.md +0 -54
- package/adapters/opencode/agents/delivery-validator.md +0 -115
- package/adapters/opencode/agents/deslop-agent.md +0 -88
- package/adapters/opencode/agents/docs-enhancer.md +0 -65
- package/adapters/opencode/agents/exploration-agent.md +0 -143
- package/adapters/opencode/agents/hooks-enhancer.md +0 -66
- package/adapters/opencode/agents/implementation-agent.md +0 -206
- package/adapters/opencode/agents/learn-agent.md +0 -279
- package/adapters/opencode/agents/map-validator.md +0 -65
- package/adapters/opencode/agents/perf-analyzer.md +0 -40
- package/adapters/opencode/agents/perf-code-paths.md +0 -12
- package/adapters/opencode/agents/perf-investigation-logger.md +0 -44
- package/adapters/opencode/agents/perf-orchestrator.md +0 -147
- package/adapters/opencode/agents/perf-theory-gatherer.md +0 -18
- package/adapters/opencode/agents/perf-theory-tester.md +0 -43
- package/adapters/opencode/agents/plan-synthesizer.md +0 -229
- package/adapters/opencode/agents/planning-agent.md +0 -235
- package/adapters/opencode/agents/plugin-enhancer.md +0 -64
- package/adapters/opencode/agents/prompt-enhancer.md +0 -58
- package/adapters/opencode/agents/simple-fixer.md +0 -107
- package/adapters/opencode/agents/skills-enhancer.md +0 -66
- package/adapters/opencode/agents/sync-docs-agent.md +0 -153
- package/adapters/opencode/agents/task-discoverer.md +0 -80
- package/adapters/opencode/agents/test-coverage-checker.md +0 -144
- package/adapters/opencode/agents/worktree-manager.md +0 -209
- package/adapters/opencode/commands/agnix.md +0 -106
- package/adapters/opencode/commands/audit-project-agents.md +0 -125
- package/adapters/opencode/commands/audit-project-github.md +0 -145
- package/adapters/opencode/commands/audit-project.md +0 -268
- package/adapters/opencode/commands/consult.md +0 -252
- package/adapters/opencode/commands/delivery-approval.md +0 -212
- package/adapters/opencode/commands/deslop.md +0 -132
- package/adapters/opencode/commands/drift-detect.md +0 -173
- package/adapters/opencode/commands/enhance.md +0 -183
- package/adapters/opencode/commands/learn.md +0 -116
- package/adapters/opencode/commands/next-task.md +0 -393
- package/adapters/opencode/commands/perf.md +0 -49
- package/adapters/opencode/commands/repo-map.md +0 -69
- package/adapters/opencode/commands/ship-ci-review-loop.md +0 -334
- package/adapters/opencode/commands/ship-deployment.md +0 -336
- package/adapters/opencode/commands/ship-error-handling.md +0 -248
- package/adapters/opencode/commands/ship.md +0 -371
- package/adapters/opencode/commands/sync-docs.md +0 -108
- package/adapters/opencode/skills/agnix/SKILL.md +0 -139
- package/adapters/opencode/skills/consult/SKILL.md +0 -308
- package/adapters/opencode/skills/deslop/SKILL.md +0 -169
- package/adapters/opencode/skills/discover-tasks/SKILL.md +0 -102
- package/adapters/opencode/skills/drift-analysis/SKILL.md +0 -279
- package/adapters/opencode/skills/enhance-agent-prompts/SKILL.md +0 -279
- package/adapters/opencode/skills/enhance-claude-memory/SKILL.md +0 -390
- package/adapters/opencode/skills/enhance-cross-file/SKILL.md +0 -112
- package/adapters/opencode/skills/enhance-docs/SKILL.md +0 -288
- package/adapters/opencode/skills/enhance-hooks/SKILL.md +0 -557
- package/adapters/opencode/skills/enhance-orchestrator/SKILL.md +0 -114
- package/adapters/opencode/skills/enhance-plugins/SKILL.md +0 -314
- package/adapters/opencode/skills/enhance-prompts/SKILL.md +0 -341
- package/adapters/opencode/skills/enhance-skills/SKILL.md +0 -443
- package/adapters/opencode/skills/learn/SKILL.md +0 -352
- package/adapters/opencode/skills/orchestrate-review/SKILL.md +0 -95
- package/adapters/opencode/skills/perf-analyzer/SKILL.md +0 -38
- package/adapters/opencode/skills/perf-baseline-manager/SKILL.md +0 -31
- package/adapters/opencode/skills/perf-benchmarker/SKILL.md +0 -49
- package/adapters/opencode/skills/perf-code-paths/SKILL.md +0 -33
- package/adapters/opencode/skills/perf-investigation-logger/SKILL.md +0 -42
- package/adapters/opencode/skills/perf-profiler/SKILL.md +0 -39
- package/adapters/opencode/skills/perf-theory-gatherer/SKILL.md +0 -36
- package/adapters/opencode/skills/perf-theory-tester/SKILL.md +0 -37
- package/adapters/opencode/skills/repo-mapping/SKILL.md +0 -86
- package/adapters/opencode/skills/sync-docs/SKILL.md +0 -246
- package/adapters/opencode/skills/validate-delivery/SKILL.md +0 -112
- package/plugins/agnix/.claude-plugin/plugin.json +0 -22
- package/plugins/agnix/agents/agnix-agent.md +0 -56
- package/plugins/agnix/commands/agnix.md +0 -139
- package/plugins/agnix/skills/agnix/SKILL.md +0 -138
- package/plugins/audit-project/.claude-plugin/plugin.json +0 -20
- package/plugins/audit-project/commands/audit-project-agents.md +0 -458
- package/plugins/audit-project/commands/audit-project-github.md +0 -144
- package/plugins/audit-project/commands/audit-project.md +0 -336
- package/plugins/audit-project/lib/adapter-transforms.js +0 -278
- package/plugins/audit-project/lib/collectors/codebase.js +0 -392
- package/plugins/audit-project/lib/collectors/docs-patterns.js +0 -713
- package/plugins/audit-project/lib/collectors/documentation.js +0 -219
- package/plugins/audit-project/lib/collectors/github.js +0 -330
- package/plugins/audit-project/lib/collectors/index.js +0 -126
- package/plugins/audit-project/lib/config/index.js +0 -14
- package/plugins/audit-project/lib/cross-platform/index.js +0 -539
- package/plugins/audit-project/lib/discovery/index.js +0 -352
- package/plugins/audit-project/lib/drift-detect/collectors.js +0 -37
- package/plugins/audit-project/lib/enhance/agent-analyzer.js +0 -421
- package/plugins/audit-project/lib/enhance/agent-patterns.js +0 -571
- package/plugins/audit-project/lib/enhance/auto-suppression.js +0 -622
- package/plugins/audit-project/lib/enhance/benchmark.js +0 -417
- package/plugins/audit-project/lib/enhance/cross-file-analyzer.js +0 -930
- package/plugins/audit-project/lib/enhance/cross-file-patterns.js +0 -370
- package/plugins/audit-project/lib/enhance/docs-analyzer.js +0 -325
- package/plugins/audit-project/lib/enhance/docs-patterns.js +0 -671
- package/plugins/audit-project/lib/enhance/fixer.js +0 -721
- package/plugins/audit-project/lib/enhance/hook-analyzer.js +0 -135
- package/plugins/audit-project/lib/enhance/hook-patterns.js +0 -40
- package/plugins/audit-project/lib/enhance/index.js +0 -127
- package/plugins/audit-project/lib/enhance/plugin-analyzer.js +0 -402
- package/plugins/audit-project/lib/enhance/plugin-patterns.js +0 -326
- package/plugins/audit-project/lib/enhance/projectmemory-analyzer.js +0 -551
- package/plugins/audit-project/lib/enhance/projectmemory-patterns.js +0 -617
- package/plugins/audit-project/lib/enhance/prompt-analyzer.js +0 -457
- package/plugins/audit-project/lib/enhance/prompt-patterns.js +0 -1484
- package/plugins/audit-project/lib/enhance/reporter.js +0 -1348
- package/plugins/audit-project/lib/enhance/security-patterns.js +0 -284
- package/plugins/audit-project/lib/enhance/skill-analyzer.js +0 -182
- package/plugins/audit-project/lib/enhance/skill-patterns.js +0 -147
- package/plugins/audit-project/lib/enhance/suppression.js +0 -352
- package/plugins/audit-project/lib/enhance/tool-patterns.js +0 -373
- package/plugins/audit-project/lib/index.js +0 -270
- package/plugins/audit-project/lib/patterns/cli-enhancers.js +0 -611
- package/plugins/audit-project/lib/patterns/pipeline.js +0 -948
- package/plugins/audit-project/lib/patterns/review-patterns.js +0 -558
- package/plugins/audit-project/lib/patterns/slop-analyzers.js +0 -2305
- package/plugins/audit-project/lib/patterns/slop-patterns.js +0 -1187
- package/plugins/audit-project/lib/perf/analyzer/index.js +0 -22
- package/plugins/audit-project/lib/perf/argument-parser.js +0 -105
- package/plugins/audit-project/lib/perf/baseline-comparator.js +0 -50
- package/plugins/audit-project/lib/perf/baseline-store.js +0 -127
- package/plugins/audit-project/lib/perf/benchmark-runner.js +0 -404
- package/plugins/audit-project/lib/perf/breaking-point-finder.js +0 -52
- package/plugins/audit-project/lib/perf/breaking-point-runner.js +0 -60
- package/plugins/audit-project/lib/perf/checkpoint.js +0 -123
- package/plugins/audit-project/lib/perf/code-paths.js +0 -86
- package/plugins/audit-project/lib/perf/consolidation.js +0 -37
- package/plugins/audit-project/lib/perf/constraint-runner.js +0 -71
- package/plugins/audit-project/lib/perf/experiment-runner.js +0 -32
- package/plugins/audit-project/lib/perf/index.js +0 -41
- package/plugins/audit-project/lib/perf/investigation-state.js +0 -874
- package/plugins/audit-project/lib/perf/optimization-runner.js +0 -79
- package/plugins/audit-project/lib/perf/profilers/go.js +0 -22
- package/plugins/audit-project/lib/perf/profilers/index.js +0 -46
- package/plugins/audit-project/lib/perf/profilers/java.js +0 -23
- package/plugins/audit-project/lib/perf/profilers/node.js +0 -27
- package/plugins/audit-project/lib/perf/profilers/python.js +0 -23
- package/plugins/audit-project/lib/perf/profilers/rust.js +0 -23
- package/plugins/audit-project/lib/perf/profiling-runner.js +0 -75
- package/plugins/audit-project/lib/perf/schemas.js +0 -140
- package/plugins/audit-project/lib/platform/detect-platform.js +0 -413
- package/plugins/audit-project/lib/platform/detection-configs.js +0 -93
- package/plugins/audit-project/lib/platform/state-dir.js +0 -132
- package/plugins/audit-project/lib/platform/verify-tools.js +0 -182
- package/plugins/audit-project/lib/repo-map/cache.js +0 -152
- package/plugins/audit-project/lib/repo-map/concurrency.js +0 -29
- package/plugins/audit-project/lib/repo-map/index.js +0 -222
- package/plugins/audit-project/lib/repo-map/installer.js +0 -212
- package/plugins/audit-project/lib/repo-map/queries/go.js +0 -27
- package/plugins/audit-project/lib/repo-map/queries/index.js +0 -100
- package/plugins/audit-project/lib/repo-map/queries/java.js +0 -38
- package/plugins/audit-project/lib/repo-map/queries/javascript.js +0 -55
- package/plugins/audit-project/lib/repo-map/queries/python.js +0 -24
- package/plugins/audit-project/lib/repo-map/queries/rust.js +0 -73
- package/plugins/audit-project/lib/repo-map/queries/typescript.js +0 -38
- package/plugins/audit-project/lib/repo-map/runner.js +0 -1364
- package/plugins/audit-project/lib/repo-map/updater.js +0 -562
- package/plugins/audit-project/lib/repo-map/usage-analyzer.js +0 -407
- package/plugins/audit-project/lib/schemas/plugin-manifest.schema.json +0 -57
- package/plugins/audit-project/lib/schemas/validator.js +0 -247
- package/plugins/audit-project/lib/sources/custom-handler.js +0 -199
- package/plugins/audit-project/lib/sources/policy-questions.js +0 -246
- package/plugins/audit-project/lib/sources/source-cache.js +0 -165
- package/plugins/audit-project/lib/state/workflow-state.js +0 -576
- package/plugins/audit-project/lib/types/agent-frontmatter.d.ts +0 -134
- package/plugins/audit-project/lib/types/command-frontmatter.d.ts +0 -107
- package/plugins/audit-project/lib/types/hook-frontmatter.d.ts +0 -115
- package/plugins/audit-project/lib/types/index.d.ts +0 -84
- package/plugins/audit-project/lib/types/plugin-manifest.d.ts +0 -102
- package/plugins/audit-project/lib/types/skill-frontmatter.d.ts +0 -89
- package/plugins/audit-project/lib/utils/atomic-write.js +0 -94
- package/plugins/audit-project/lib/utils/cache-manager.js +0 -159
- package/plugins/audit-project/lib/utils/command-parser.js +0 -0
- package/plugins/audit-project/lib/utils/context-optimizer.js +0 -300
- package/plugins/audit-project/lib/utils/deprecation.js +0 -37
- package/plugins/audit-project/lib/utils/shell-escape.js +0 -88
- package/plugins/audit-project/lib/utils/state-helpers.js +0 -61
- package/plugins/consult/.claude-plugin/plugin.json +0 -24
- package/plugins/consult/agents/consult-agent.md +0 -129
- package/plugins/consult/commands/consult.md +0 -248
- package/plugins/consult/skills/consult/SKILL.md +0 -301
- package/plugins/deslop/.claude-plugin/plugin.json +0 -20
- package/plugins/deslop/agents/deslop-agent.md +0 -88
- package/plugins/deslop/commands/deslop.md +0 -168
- package/plugins/deslop/lib/adapter-transforms.js +0 -278
- package/plugins/deslop/lib/collectors/codebase.js +0 -392
- package/plugins/deslop/lib/collectors/docs-patterns.js +0 -713
- package/plugins/deslop/lib/collectors/documentation.js +0 -219
- package/plugins/deslop/lib/collectors/github.js +0 -330
- package/plugins/deslop/lib/collectors/index.js +0 -126
- package/plugins/deslop/lib/config/index.js +0 -14
- package/plugins/deslop/lib/cross-platform/index.js +0 -539
- package/plugins/deslop/lib/discovery/index.js +0 -352
- package/plugins/deslop/lib/drift-detect/collectors.js +0 -37
- package/plugins/deslop/lib/enhance/agent-analyzer.js +0 -421
- package/plugins/deslop/lib/enhance/agent-patterns.js +0 -571
- package/plugins/deslop/lib/enhance/auto-suppression.js +0 -622
- package/plugins/deslop/lib/enhance/benchmark.js +0 -417
- package/plugins/deslop/lib/enhance/cross-file-analyzer.js +0 -930
- package/plugins/deslop/lib/enhance/cross-file-patterns.js +0 -370
- package/plugins/deslop/lib/enhance/docs-analyzer.js +0 -325
- package/plugins/deslop/lib/enhance/docs-patterns.js +0 -671
- package/plugins/deslop/lib/enhance/fixer.js +0 -721
- package/plugins/deslop/lib/enhance/hook-analyzer.js +0 -135
- package/plugins/deslop/lib/enhance/hook-patterns.js +0 -40
- package/plugins/deslop/lib/enhance/index.js +0 -127
- package/plugins/deslop/lib/enhance/plugin-analyzer.js +0 -402
- package/plugins/deslop/lib/enhance/plugin-patterns.js +0 -326
- package/plugins/deslop/lib/enhance/projectmemory-analyzer.js +0 -551
- package/plugins/deslop/lib/enhance/projectmemory-patterns.js +0 -617
- package/plugins/deslop/lib/enhance/prompt-analyzer.js +0 -457
- package/plugins/deslop/lib/enhance/prompt-patterns.js +0 -1484
- package/plugins/deslop/lib/enhance/reporter.js +0 -1348
- package/plugins/deslop/lib/enhance/security-patterns.js +0 -284
- package/plugins/deslop/lib/enhance/skill-analyzer.js +0 -182
- package/plugins/deslop/lib/enhance/skill-patterns.js +0 -147
- package/plugins/deslop/lib/enhance/suppression.js +0 -352
- package/plugins/deslop/lib/enhance/tool-patterns.js +0 -373
- package/plugins/deslop/lib/index.js +0 -270
- package/plugins/deslop/lib/patterns/cli-enhancers.js +0 -611
- package/plugins/deslop/lib/patterns/pipeline.js +0 -948
- package/plugins/deslop/lib/patterns/review-patterns.js +0 -558
- package/plugins/deslop/lib/patterns/slop-analyzers.js +0 -2305
- package/plugins/deslop/lib/patterns/slop-patterns.js +0 -1187
- package/plugins/deslop/lib/perf/analyzer/index.js +0 -22
- package/plugins/deslop/lib/perf/argument-parser.js +0 -105
- package/plugins/deslop/lib/perf/baseline-comparator.js +0 -50
- package/plugins/deslop/lib/perf/baseline-store.js +0 -127
- package/plugins/deslop/lib/perf/benchmark-runner.js +0 -404
- package/plugins/deslop/lib/perf/breaking-point-finder.js +0 -52
- package/plugins/deslop/lib/perf/breaking-point-runner.js +0 -60
- package/plugins/deslop/lib/perf/checkpoint.js +0 -123
- package/plugins/deslop/lib/perf/code-paths.js +0 -86
- package/plugins/deslop/lib/perf/consolidation.js +0 -37
- package/plugins/deslop/lib/perf/constraint-runner.js +0 -71
- package/plugins/deslop/lib/perf/experiment-runner.js +0 -32
- package/plugins/deslop/lib/perf/index.js +0 -41
- package/plugins/deslop/lib/perf/investigation-state.js +0 -874
- package/plugins/deslop/lib/perf/optimization-runner.js +0 -79
- package/plugins/deslop/lib/perf/profilers/go.js +0 -22
- package/plugins/deslop/lib/perf/profilers/index.js +0 -46
- package/plugins/deslop/lib/perf/profilers/java.js +0 -23
- package/plugins/deslop/lib/perf/profilers/node.js +0 -27
- package/plugins/deslop/lib/perf/profilers/python.js +0 -23
- package/plugins/deslop/lib/perf/profilers/rust.js +0 -23
- package/plugins/deslop/lib/perf/profiling-runner.js +0 -75
- package/plugins/deslop/lib/perf/schemas.js +0 -140
- package/plugins/deslop/lib/platform/detect-platform.js +0 -413
- package/plugins/deslop/lib/platform/detection-configs.js +0 -93
- package/plugins/deslop/lib/platform/state-dir.js +0 -132
- package/plugins/deslop/lib/platform/verify-tools.js +0 -182
- package/plugins/deslop/lib/repo-map/cache.js +0 -152
- package/plugins/deslop/lib/repo-map/concurrency.js +0 -29
- package/plugins/deslop/lib/repo-map/index.js +0 -222
- package/plugins/deslop/lib/repo-map/installer.js +0 -212
- package/plugins/deslop/lib/repo-map/queries/go.js +0 -27
- package/plugins/deslop/lib/repo-map/queries/index.js +0 -100
- package/plugins/deslop/lib/repo-map/queries/java.js +0 -38
- package/plugins/deslop/lib/repo-map/queries/javascript.js +0 -55
- package/plugins/deslop/lib/repo-map/queries/python.js +0 -24
- package/plugins/deslop/lib/repo-map/queries/rust.js +0 -73
- package/plugins/deslop/lib/repo-map/queries/typescript.js +0 -38
- package/plugins/deslop/lib/repo-map/runner.js +0 -1364
- package/plugins/deslop/lib/repo-map/updater.js +0 -562
- package/plugins/deslop/lib/repo-map/usage-analyzer.js +0 -407
- package/plugins/deslop/lib/schemas/plugin-manifest.schema.json +0 -57
- package/plugins/deslop/lib/schemas/validator.js +0 -247
- package/plugins/deslop/lib/sources/custom-handler.js +0 -199
- package/plugins/deslop/lib/sources/policy-questions.js +0 -246
- package/plugins/deslop/lib/sources/source-cache.js +0 -165
- package/plugins/deslop/lib/state/workflow-state.js +0 -576
- package/plugins/deslop/lib/types/agent-frontmatter.d.ts +0 -134
- package/plugins/deslop/lib/types/command-frontmatter.d.ts +0 -107
- package/plugins/deslop/lib/types/hook-frontmatter.d.ts +0 -115
- package/plugins/deslop/lib/types/index.d.ts +0 -84
- package/plugins/deslop/lib/types/plugin-manifest.d.ts +0 -102
- package/plugins/deslop/lib/types/skill-frontmatter.d.ts +0 -89
- package/plugins/deslop/lib/utils/atomic-write.js +0 -94
- package/plugins/deslop/lib/utils/cache-manager.js +0 -159
- package/plugins/deslop/lib/utils/command-parser.js +0 -0
- package/plugins/deslop/lib/utils/context-optimizer.js +0 -300
- package/plugins/deslop/lib/utils/deprecation.js +0 -37
- package/plugins/deslop/lib/utils/shell-escape.js +0 -88
- package/plugins/deslop/lib/utils/state-helpers.js +0 -61
- package/plugins/deslop/references/slop-categories.md +0 -122
- package/plugins/deslop/scripts/detect.js +0 -134
- package/plugins/deslop/skills/deslop/SKILL.md +0 -204
- package/plugins/drift-detect/.claude-plugin/plugin.json +0 -23
- package/plugins/drift-detect/agents/plan-synthesizer.md +0 -225
- package/plugins/drift-detect/commands/drift-detect.md +0 -269
- package/plugins/drift-detect/lib/adapter-transforms.js +0 -278
- package/plugins/drift-detect/lib/collectors/codebase.js +0 -392
- package/plugins/drift-detect/lib/collectors/docs-patterns.js +0 -713
- package/plugins/drift-detect/lib/collectors/documentation.js +0 -219
- package/plugins/drift-detect/lib/collectors/github.js +0 -330
- package/plugins/drift-detect/lib/collectors/index.js +0 -126
- package/plugins/drift-detect/lib/config/index.js +0 -14
- package/plugins/drift-detect/lib/cross-platform/index.js +0 -539
- package/plugins/drift-detect/lib/discovery/index.js +0 -352
- package/plugins/drift-detect/lib/drift-detect/collectors.js +0 -37
- package/plugins/drift-detect/lib/enhance/agent-analyzer.js +0 -421
- package/plugins/drift-detect/lib/enhance/agent-patterns.js +0 -571
- package/plugins/drift-detect/lib/enhance/auto-suppression.js +0 -622
- package/plugins/drift-detect/lib/enhance/benchmark.js +0 -417
- package/plugins/drift-detect/lib/enhance/cross-file-analyzer.js +0 -930
- package/plugins/drift-detect/lib/enhance/cross-file-patterns.js +0 -370
- package/plugins/drift-detect/lib/enhance/docs-analyzer.js +0 -325
- package/plugins/drift-detect/lib/enhance/docs-patterns.js +0 -671
- package/plugins/drift-detect/lib/enhance/fixer.js +0 -721
- package/plugins/drift-detect/lib/enhance/hook-analyzer.js +0 -135
- package/plugins/drift-detect/lib/enhance/hook-patterns.js +0 -40
- package/plugins/drift-detect/lib/enhance/index.js +0 -127
- package/plugins/drift-detect/lib/enhance/plugin-analyzer.js +0 -402
- package/plugins/drift-detect/lib/enhance/plugin-patterns.js +0 -326
- package/plugins/drift-detect/lib/enhance/projectmemory-analyzer.js +0 -551
- package/plugins/drift-detect/lib/enhance/projectmemory-patterns.js +0 -617
- package/plugins/drift-detect/lib/enhance/prompt-analyzer.js +0 -457
- package/plugins/drift-detect/lib/enhance/prompt-patterns.js +0 -1484
- package/plugins/drift-detect/lib/enhance/reporter.js +0 -1348
- package/plugins/drift-detect/lib/enhance/security-patterns.js +0 -284
- package/plugins/drift-detect/lib/enhance/skill-analyzer.js +0 -182
- package/plugins/drift-detect/lib/enhance/skill-patterns.js +0 -147
- package/plugins/drift-detect/lib/enhance/suppression.js +0 -352
- package/plugins/drift-detect/lib/enhance/tool-patterns.js +0 -373
- package/plugins/drift-detect/lib/index.js +0 -270
- package/plugins/drift-detect/lib/patterns/cli-enhancers.js +0 -611
- package/plugins/drift-detect/lib/patterns/pipeline.js +0 -948
- package/plugins/drift-detect/lib/patterns/review-patterns.js +0 -558
- package/plugins/drift-detect/lib/patterns/slop-analyzers.js +0 -2305
- package/plugins/drift-detect/lib/patterns/slop-patterns.js +0 -1187
- package/plugins/drift-detect/lib/perf/analyzer/index.js +0 -22
- package/plugins/drift-detect/lib/perf/argument-parser.js +0 -105
- package/plugins/drift-detect/lib/perf/baseline-comparator.js +0 -50
- package/plugins/drift-detect/lib/perf/baseline-store.js +0 -127
- package/plugins/drift-detect/lib/perf/benchmark-runner.js +0 -404
- package/plugins/drift-detect/lib/perf/breaking-point-finder.js +0 -52
- package/plugins/drift-detect/lib/perf/breaking-point-runner.js +0 -60
- package/plugins/drift-detect/lib/perf/checkpoint.js +0 -123
- package/plugins/drift-detect/lib/perf/code-paths.js +0 -86
- package/plugins/drift-detect/lib/perf/consolidation.js +0 -37
- package/plugins/drift-detect/lib/perf/constraint-runner.js +0 -71
- package/plugins/drift-detect/lib/perf/experiment-runner.js +0 -32
- package/plugins/drift-detect/lib/perf/index.js +0 -41
- package/plugins/drift-detect/lib/perf/investigation-state.js +0 -874
- package/plugins/drift-detect/lib/perf/optimization-runner.js +0 -79
- package/plugins/drift-detect/lib/perf/profilers/go.js +0 -22
- package/plugins/drift-detect/lib/perf/profilers/index.js +0 -46
- package/plugins/drift-detect/lib/perf/profilers/java.js +0 -23
- package/plugins/drift-detect/lib/perf/profilers/node.js +0 -27
- package/plugins/drift-detect/lib/perf/profilers/python.js +0 -23
- package/plugins/drift-detect/lib/perf/profilers/rust.js +0 -23
- package/plugins/drift-detect/lib/perf/profiling-runner.js +0 -75
- package/plugins/drift-detect/lib/perf/schemas.js +0 -140
- package/plugins/drift-detect/lib/platform/detect-platform.js +0 -413
- package/plugins/drift-detect/lib/platform/detection-configs.js +0 -93
- package/plugins/drift-detect/lib/platform/state-dir.js +0 -132
- package/plugins/drift-detect/lib/platform/verify-tools.js +0 -182
- package/plugins/drift-detect/lib/repo-map/cache.js +0 -152
- package/plugins/drift-detect/lib/repo-map/concurrency.js +0 -29
- package/plugins/drift-detect/lib/repo-map/index.js +0 -222
- package/plugins/drift-detect/lib/repo-map/installer.js +0 -212
- package/plugins/drift-detect/lib/repo-map/queries/go.js +0 -27
- package/plugins/drift-detect/lib/repo-map/queries/index.js +0 -100
- package/plugins/drift-detect/lib/repo-map/queries/java.js +0 -38
- package/plugins/drift-detect/lib/repo-map/queries/javascript.js +0 -55
- package/plugins/drift-detect/lib/repo-map/queries/python.js +0 -24
- package/plugins/drift-detect/lib/repo-map/queries/rust.js +0 -73
- package/plugins/drift-detect/lib/repo-map/queries/typescript.js +0 -38
- package/plugins/drift-detect/lib/repo-map/runner.js +0 -1364
- package/plugins/drift-detect/lib/repo-map/updater.js +0 -562
- package/plugins/drift-detect/lib/repo-map/usage-analyzer.js +0 -407
- package/plugins/drift-detect/lib/schemas/plugin-manifest.schema.json +0 -57
- package/plugins/drift-detect/lib/schemas/validator.js +0 -247
- package/plugins/drift-detect/lib/sources/custom-handler.js +0 -199
- package/plugins/drift-detect/lib/sources/policy-questions.js +0 -246
- package/plugins/drift-detect/lib/sources/source-cache.js +0 -165
- package/plugins/drift-detect/lib/state/workflow-state.js +0 -576
- package/plugins/drift-detect/lib/types/agent-frontmatter.d.ts +0 -134
- package/plugins/drift-detect/lib/types/command-frontmatter.d.ts +0 -107
- package/plugins/drift-detect/lib/types/hook-frontmatter.d.ts +0 -115
- package/plugins/drift-detect/lib/types/index.d.ts +0 -84
- package/plugins/drift-detect/lib/types/plugin-manifest.d.ts +0 -102
- package/plugins/drift-detect/lib/types/skill-frontmatter.d.ts +0 -89
- package/plugins/drift-detect/lib/utils/atomic-write.js +0 -94
- package/plugins/drift-detect/lib/utils/cache-manager.js +0 -159
- package/plugins/drift-detect/lib/utils/command-parser.js +0 -0
- package/plugins/drift-detect/lib/utils/context-optimizer.js +0 -300
- package/plugins/drift-detect/lib/utils/deprecation.js +0 -37
- package/plugins/drift-detect/lib/utils/shell-escape.js +0 -88
- package/plugins/drift-detect/lib/utils/state-helpers.js +0 -61
- package/plugins/drift-detect/skills/drift-analysis/SKILL.md +0 -324
- package/plugins/enhance/.claude-plugin/plugin.json +0 -20
- package/plugins/enhance/agents/agent-enhancer.md +0 -64
- package/plugins/enhance/agents/claudemd-enhancer.md +0 -65
- package/plugins/enhance/agents/cross-file-enhancer.md +0 -54
- package/plugins/enhance/agents/docs-enhancer.md +0 -64
- package/plugins/enhance/agents/hooks-enhancer.md +0 -64
- package/plugins/enhance/agents/plugin-enhancer.md +0 -63
- package/plugins/enhance/agents/prompt-enhancer.md +0 -58
- package/plugins/enhance/agents/skills-enhancer.md +0 -64
- package/plugins/enhance/commands/enhance.md +0 -178
- package/plugins/enhance/lib/adapter-transforms.js +0 -278
- package/plugins/enhance/lib/collectors/codebase.js +0 -392
- package/plugins/enhance/lib/collectors/docs-patterns.js +0 -713
- package/plugins/enhance/lib/collectors/documentation.js +0 -219
- package/plugins/enhance/lib/collectors/github.js +0 -330
- package/plugins/enhance/lib/collectors/index.js +0 -126
- package/plugins/enhance/lib/config/index.js +0 -14
- package/plugins/enhance/lib/cross-platform/index.js +0 -539
- package/plugins/enhance/lib/discovery/index.js +0 -352
- package/plugins/enhance/lib/drift-detect/collectors.js +0 -37
- package/plugins/enhance/lib/enhance/agent-analyzer.js +0 -421
- package/plugins/enhance/lib/enhance/agent-patterns.js +0 -571
- package/plugins/enhance/lib/enhance/auto-suppression.js +0 -622
- package/plugins/enhance/lib/enhance/benchmark.js +0 -417
- package/plugins/enhance/lib/enhance/cross-file-analyzer.js +0 -930
- package/plugins/enhance/lib/enhance/cross-file-patterns.js +0 -370
- package/plugins/enhance/lib/enhance/docs-analyzer.js +0 -325
- package/plugins/enhance/lib/enhance/docs-patterns.js +0 -671
- package/plugins/enhance/lib/enhance/fixer.js +0 -721
- package/plugins/enhance/lib/enhance/hook-analyzer.js +0 -135
- package/plugins/enhance/lib/enhance/hook-patterns.js +0 -40
- package/plugins/enhance/lib/enhance/index.js +0 -127
- package/plugins/enhance/lib/enhance/plugin-analyzer.js +0 -402
- package/plugins/enhance/lib/enhance/plugin-patterns.js +0 -326
- package/plugins/enhance/lib/enhance/projectmemory-analyzer.js +0 -551
- package/plugins/enhance/lib/enhance/projectmemory-patterns.js +0 -617
- package/plugins/enhance/lib/enhance/prompt-analyzer.js +0 -457
- package/plugins/enhance/lib/enhance/prompt-patterns.js +0 -1484
- package/plugins/enhance/lib/enhance/reporter.js +0 -1348
- package/plugins/enhance/lib/enhance/security-patterns.js +0 -284
- package/plugins/enhance/lib/enhance/skill-analyzer.js +0 -182
- package/plugins/enhance/lib/enhance/skill-patterns.js +0 -147
- package/plugins/enhance/lib/enhance/suppression.js +0 -352
- package/plugins/enhance/lib/enhance/tool-patterns.js +0 -373
- package/plugins/enhance/lib/index.js +0 -270
- package/plugins/enhance/lib/patterns/cli-enhancers.js +0 -611
- package/plugins/enhance/lib/patterns/pipeline.js +0 -948
- package/plugins/enhance/lib/patterns/review-patterns.js +0 -558
- package/plugins/enhance/lib/patterns/slop-analyzers.js +0 -2305
- package/plugins/enhance/lib/patterns/slop-patterns.js +0 -1187
- package/plugins/enhance/lib/perf/analyzer/index.js +0 -22
- package/plugins/enhance/lib/perf/argument-parser.js +0 -105
- package/plugins/enhance/lib/perf/baseline-comparator.js +0 -50
- package/plugins/enhance/lib/perf/baseline-store.js +0 -127
- package/plugins/enhance/lib/perf/benchmark-runner.js +0 -404
- package/plugins/enhance/lib/perf/breaking-point-finder.js +0 -52
- package/plugins/enhance/lib/perf/breaking-point-runner.js +0 -60
- package/plugins/enhance/lib/perf/checkpoint.js +0 -123
- package/plugins/enhance/lib/perf/code-paths.js +0 -86
- package/plugins/enhance/lib/perf/consolidation.js +0 -37
- package/plugins/enhance/lib/perf/constraint-runner.js +0 -71
- package/plugins/enhance/lib/perf/experiment-runner.js +0 -32
- package/plugins/enhance/lib/perf/index.js +0 -41
- package/plugins/enhance/lib/perf/investigation-state.js +0 -874
- package/plugins/enhance/lib/perf/optimization-runner.js +0 -79
- package/plugins/enhance/lib/perf/profilers/go.js +0 -22
- package/plugins/enhance/lib/perf/profilers/index.js +0 -46
- package/plugins/enhance/lib/perf/profilers/java.js +0 -23
- package/plugins/enhance/lib/perf/profilers/node.js +0 -27
- package/plugins/enhance/lib/perf/profilers/python.js +0 -23
- package/plugins/enhance/lib/perf/profilers/rust.js +0 -23
- package/plugins/enhance/lib/perf/profiling-runner.js +0 -75
- package/plugins/enhance/lib/perf/schemas.js +0 -140
- package/plugins/enhance/lib/platform/detect-platform.js +0 -413
- package/plugins/enhance/lib/platform/detection-configs.js +0 -93
- package/plugins/enhance/lib/platform/state-dir.js +0 -132
- package/plugins/enhance/lib/platform/verify-tools.js +0 -182
- package/plugins/enhance/lib/repo-map/cache.js +0 -152
- package/plugins/enhance/lib/repo-map/concurrency.js +0 -29
- package/plugins/enhance/lib/repo-map/index.js +0 -222
- package/plugins/enhance/lib/repo-map/installer.js +0 -212
- package/plugins/enhance/lib/repo-map/queries/go.js +0 -27
- package/plugins/enhance/lib/repo-map/queries/index.js +0 -100
- package/plugins/enhance/lib/repo-map/queries/java.js +0 -38
- package/plugins/enhance/lib/repo-map/queries/javascript.js +0 -55
- package/plugins/enhance/lib/repo-map/queries/python.js +0 -24
- package/plugins/enhance/lib/repo-map/queries/rust.js +0 -73
- package/plugins/enhance/lib/repo-map/queries/typescript.js +0 -38
- package/plugins/enhance/lib/repo-map/runner.js +0 -1364
- package/plugins/enhance/lib/repo-map/updater.js +0 -562
- package/plugins/enhance/lib/repo-map/usage-analyzer.js +0 -407
- package/plugins/enhance/lib/schemas/plugin-manifest.schema.json +0 -57
- package/plugins/enhance/lib/schemas/validator.js +0 -247
- package/plugins/enhance/lib/sources/custom-handler.js +0 -199
- package/plugins/enhance/lib/sources/policy-questions.js +0 -246
- package/plugins/enhance/lib/sources/source-cache.js +0 -165
- package/plugins/enhance/lib/state/workflow-state.js +0 -576
- package/plugins/enhance/lib/types/agent-frontmatter.d.ts +0 -134
- package/plugins/enhance/lib/types/command-frontmatter.d.ts +0 -107
- package/plugins/enhance/lib/types/hook-frontmatter.d.ts +0 -115
- package/plugins/enhance/lib/types/index.d.ts +0 -84
- package/plugins/enhance/lib/types/plugin-manifest.d.ts +0 -102
- package/plugins/enhance/lib/types/skill-frontmatter.d.ts +0 -89
- package/plugins/enhance/lib/utils/atomic-write.js +0 -94
- package/plugins/enhance/lib/utils/cache-manager.js +0 -159
- package/plugins/enhance/lib/utils/command-parser.js +0 -0
- package/plugins/enhance/lib/utils/context-optimizer.js +0 -300
- package/plugins/enhance/lib/utils/deprecation.js +0 -37
- package/plugins/enhance/lib/utils/shell-escape.js +0 -88
- package/plugins/enhance/lib/utils/state-helpers.js +0 -61
- package/plugins/enhance/skills/enhance-agent-prompts/SKILL.md +0 -277
- package/plugins/enhance/skills/enhance-claude-memory/SKILL.md +0 -387
- package/plugins/enhance/skills/enhance-cross-file/SKILL.md +0 -110
- package/plugins/enhance/skills/enhance-docs/SKILL.md +0 -298
- package/plugins/enhance/skills/enhance-hooks/SKILL.md +0 -554
- package/plugins/enhance/skills/enhance-orchestrator/SKILL.md +0 -255
- package/plugins/enhance/skills/enhance-plugins/SKILL.md +0 -319
- package/plugins/enhance/skills/enhance-prompts/SKILL.md +0 -340
- package/plugins/enhance/skills/enhance-skills/SKILL.md +0 -436
- package/plugins/learn/.claude-plugin/plugin.json +0 -21
- package/plugins/learn/agents/learn-agent.md +0 -331
- package/plugins/learn/commands/learn.md +0 -190
- package/plugins/learn/lib/adapter-transforms.js +0 -278
- package/plugins/learn/lib/collectors/codebase.js +0 -392
- package/plugins/learn/lib/collectors/docs-patterns.js +0 -713
- package/plugins/learn/lib/collectors/documentation.js +0 -219
- package/plugins/learn/lib/collectors/github.js +0 -330
- package/plugins/learn/lib/collectors/index.js +0 -126
- package/plugins/learn/lib/config/index.js +0 -14
- package/plugins/learn/lib/cross-platform/index.js +0 -539
- package/plugins/learn/lib/discovery/index.js +0 -352
- package/plugins/learn/lib/drift-detect/collectors.js +0 -37
- package/plugins/learn/lib/enhance/agent-analyzer.js +0 -421
- package/plugins/learn/lib/enhance/agent-patterns.js +0 -571
- package/plugins/learn/lib/enhance/auto-suppression.js +0 -622
- package/plugins/learn/lib/enhance/benchmark.js +0 -417
- package/plugins/learn/lib/enhance/cross-file-analyzer.js +0 -930
- package/plugins/learn/lib/enhance/cross-file-patterns.js +0 -370
- package/plugins/learn/lib/enhance/docs-analyzer.js +0 -325
- package/plugins/learn/lib/enhance/docs-patterns.js +0 -671
- package/plugins/learn/lib/enhance/fixer.js +0 -721
- package/plugins/learn/lib/enhance/hook-analyzer.js +0 -135
- package/plugins/learn/lib/enhance/hook-patterns.js +0 -40
- package/plugins/learn/lib/enhance/index.js +0 -127
- package/plugins/learn/lib/enhance/plugin-analyzer.js +0 -402
- package/plugins/learn/lib/enhance/plugin-patterns.js +0 -326
- package/plugins/learn/lib/enhance/projectmemory-analyzer.js +0 -551
- package/plugins/learn/lib/enhance/projectmemory-patterns.js +0 -617
- package/plugins/learn/lib/enhance/prompt-analyzer.js +0 -457
- package/plugins/learn/lib/enhance/prompt-patterns.js +0 -1484
- package/plugins/learn/lib/enhance/reporter.js +0 -1348
- package/plugins/learn/lib/enhance/security-patterns.js +0 -284
- package/plugins/learn/lib/enhance/skill-analyzer.js +0 -182
- package/plugins/learn/lib/enhance/skill-patterns.js +0 -147
- package/plugins/learn/lib/enhance/suppression.js +0 -352
- package/plugins/learn/lib/enhance/tool-patterns.js +0 -373
- package/plugins/learn/lib/index.js +0 -270
- package/plugins/learn/lib/patterns/cli-enhancers.js +0 -611
- package/plugins/learn/lib/patterns/pipeline.js +0 -948
- package/plugins/learn/lib/patterns/review-patterns.js +0 -558
- package/plugins/learn/lib/patterns/slop-analyzers.js +0 -2305
- package/plugins/learn/lib/patterns/slop-patterns.js +0 -1187
- package/plugins/learn/lib/perf/analyzer/index.js +0 -22
- package/plugins/learn/lib/perf/argument-parser.js +0 -105
- package/plugins/learn/lib/perf/baseline-comparator.js +0 -50
- package/plugins/learn/lib/perf/baseline-store.js +0 -127
- package/plugins/learn/lib/perf/benchmark-runner.js +0 -404
- package/plugins/learn/lib/perf/breaking-point-finder.js +0 -52
- package/plugins/learn/lib/perf/breaking-point-runner.js +0 -60
- package/plugins/learn/lib/perf/checkpoint.js +0 -123
- package/plugins/learn/lib/perf/code-paths.js +0 -86
- package/plugins/learn/lib/perf/consolidation.js +0 -37
- package/plugins/learn/lib/perf/constraint-runner.js +0 -71
- package/plugins/learn/lib/perf/experiment-runner.js +0 -32
- package/plugins/learn/lib/perf/index.js +0 -41
- package/plugins/learn/lib/perf/investigation-state.js +0 -874
- package/plugins/learn/lib/perf/optimization-runner.js +0 -79
- package/plugins/learn/lib/perf/profilers/go.js +0 -22
- package/plugins/learn/lib/perf/profilers/index.js +0 -46
- package/plugins/learn/lib/perf/profilers/java.js +0 -23
- package/plugins/learn/lib/perf/profilers/node.js +0 -27
- package/plugins/learn/lib/perf/profilers/python.js +0 -23
- package/plugins/learn/lib/perf/profilers/rust.js +0 -23
- package/plugins/learn/lib/perf/profiling-runner.js +0 -75
- package/plugins/learn/lib/perf/schemas.js +0 -140
- package/plugins/learn/lib/platform/detect-platform.js +0 -413
- package/plugins/learn/lib/platform/detection-configs.js +0 -93
- package/plugins/learn/lib/platform/state-dir.js +0 -132
- package/plugins/learn/lib/platform/verify-tools.js +0 -182
- package/plugins/learn/lib/repo-map/cache.js +0 -152
- package/plugins/learn/lib/repo-map/concurrency.js +0 -29
- package/plugins/learn/lib/repo-map/index.js +0 -222
- package/plugins/learn/lib/repo-map/installer.js +0 -212
- package/plugins/learn/lib/repo-map/queries/go.js +0 -27
- package/plugins/learn/lib/repo-map/queries/index.js +0 -100
- package/plugins/learn/lib/repo-map/queries/java.js +0 -38
- package/plugins/learn/lib/repo-map/queries/javascript.js +0 -55
- package/plugins/learn/lib/repo-map/queries/python.js +0 -24
- package/plugins/learn/lib/repo-map/queries/rust.js +0 -73
- package/plugins/learn/lib/repo-map/queries/typescript.js +0 -38
- package/plugins/learn/lib/repo-map/runner.js +0 -1364
- package/plugins/learn/lib/repo-map/updater.js +0 -562
- package/plugins/learn/lib/repo-map/usage-analyzer.js +0 -407
- package/plugins/learn/lib/schemas/plugin-manifest.schema.json +0 -57
- package/plugins/learn/lib/schemas/validator.js +0 -247
- package/plugins/learn/lib/sources/custom-handler.js +0 -199
- package/plugins/learn/lib/sources/policy-questions.js +0 -246
- package/plugins/learn/lib/sources/source-cache.js +0 -165
- package/plugins/learn/lib/state/workflow-state.js +0 -576
- package/plugins/learn/lib/types/agent-frontmatter.d.ts +0 -134
- package/plugins/learn/lib/types/command-frontmatter.d.ts +0 -107
- package/plugins/learn/lib/types/hook-frontmatter.d.ts +0 -115
- package/plugins/learn/lib/types/index.d.ts +0 -84
- package/plugins/learn/lib/types/plugin-manifest.d.ts +0 -102
- package/plugins/learn/lib/types/skill-frontmatter.d.ts +0 -89
- package/plugins/learn/lib/utils/atomic-write.js +0 -94
- package/plugins/learn/lib/utils/cache-manager.js +0 -159
- package/plugins/learn/lib/utils/command-parser.js +0 -0
- package/plugins/learn/lib/utils/context-optimizer.js +0 -300
- package/plugins/learn/lib/utils/deprecation.js +0 -37
- package/plugins/learn/lib/utils/shell-escape.js +0 -88
- package/plugins/learn/lib/utils/state-helpers.js +0 -61
- package/plugins/learn/skills/learn/SKILL.md +0 -349
- package/plugins/next-task/.claude-plugin/plugin.json +0 -24
- package/plugins/next-task/agents/ci-fixer.md +0 -259
- package/plugins/next-task/agents/ci-monitor.md +0 -342
- package/plugins/next-task/agents/delivery-validator.md +0 -115
- package/plugins/next-task/agents/exploration-agent.md +0 -316
- package/plugins/next-task/agents/implementation-agent.md +0 -465
- package/plugins/next-task/agents/planning-agent.md +0 -377
- package/plugins/next-task/agents/simple-fixer.md +0 -139
- package/plugins/next-task/agents/task-discoverer.md +0 -89
- package/plugins/next-task/agents/test-coverage-checker.md +0 -451
- package/plugins/next-task/agents/worktree-manager.md +0 -257
- package/plugins/next-task/commands/delivery-approval.md +0 -341
- package/plugins/next-task/commands/next-task.md +0 -547
- package/plugins/next-task/hooks/hooks.json +0 -14
- package/plugins/next-task/lib/adapter-transforms.js +0 -278
- package/plugins/next-task/lib/collectors/codebase.js +0 -392
- package/plugins/next-task/lib/collectors/docs-patterns.js +0 -713
- package/plugins/next-task/lib/collectors/documentation.js +0 -219
- package/plugins/next-task/lib/collectors/github.js +0 -330
- package/plugins/next-task/lib/collectors/index.js +0 -126
- package/plugins/next-task/lib/config/index.js +0 -14
- package/plugins/next-task/lib/cross-platform/index.js +0 -539
- package/plugins/next-task/lib/discovery/index.js +0 -352
- package/plugins/next-task/lib/drift-detect/collectors.js +0 -37
- package/plugins/next-task/lib/enhance/agent-analyzer.js +0 -421
- package/plugins/next-task/lib/enhance/agent-patterns.js +0 -571
- package/plugins/next-task/lib/enhance/auto-suppression.js +0 -622
- package/plugins/next-task/lib/enhance/benchmark.js +0 -417
- package/plugins/next-task/lib/enhance/cross-file-analyzer.js +0 -930
- package/plugins/next-task/lib/enhance/cross-file-patterns.js +0 -370
- package/plugins/next-task/lib/enhance/docs-analyzer.js +0 -325
- package/plugins/next-task/lib/enhance/docs-patterns.js +0 -671
- package/plugins/next-task/lib/enhance/fixer.js +0 -721
- package/plugins/next-task/lib/enhance/hook-analyzer.js +0 -135
- package/plugins/next-task/lib/enhance/hook-patterns.js +0 -40
- package/plugins/next-task/lib/enhance/index.js +0 -127
- package/plugins/next-task/lib/enhance/plugin-analyzer.js +0 -402
- package/plugins/next-task/lib/enhance/plugin-patterns.js +0 -326
- package/plugins/next-task/lib/enhance/projectmemory-analyzer.js +0 -551
- package/plugins/next-task/lib/enhance/projectmemory-patterns.js +0 -617
- package/plugins/next-task/lib/enhance/prompt-analyzer.js +0 -457
- package/plugins/next-task/lib/enhance/prompt-patterns.js +0 -1484
- package/plugins/next-task/lib/enhance/reporter.js +0 -1348
- package/plugins/next-task/lib/enhance/security-patterns.js +0 -284
- package/plugins/next-task/lib/enhance/skill-analyzer.js +0 -182
- package/plugins/next-task/lib/enhance/skill-patterns.js +0 -147
- package/plugins/next-task/lib/enhance/suppression.js +0 -352
- package/plugins/next-task/lib/enhance/tool-patterns.js +0 -373
- package/plugins/next-task/lib/index.js +0 -270
- package/plugins/next-task/lib/patterns/cli-enhancers.js +0 -611
- package/plugins/next-task/lib/patterns/pipeline.js +0 -948
- package/plugins/next-task/lib/patterns/review-patterns.js +0 -558
- package/plugins/next-task/lib/patterns/slop-analyzers.js +0 -2305
- package/plugins/next-task/lib/patterns/slop-patterns.js +0 -1187
- package/plugins/next-task/lib/perf/analyzer/index.js +0 -22
- package/plugins/next-task/lib/perf/argument-parser.js +0 -105
- package/plugins/next-task/lib/perf/baseline-comparator.js +0 -50
- package/plugins/next-task/lib/perf/baseline-store.js +0 -127
- package/plugins/next-task/lib/perf/benchmark-runner.js +0 -404
- package/plugins/next-task/lib/perf/breaking-point-finder.js +0 -52
- package/plugins/next-task/lib/perf/breaking-point-runner.js +0 -60
- package/plugins/next-task/lib/perf/checkpoint.js +0 -123
- package/plugins/next-task/lib/perf/code-paths.js +0 -86
- package/plugins/next-task/lib/perf/consolidation.js +0 -37
- package/plugins/next-task/lib/perf/constraint-runner.js +0 -71
- package/plugins/next-task/lib/perf/experiment-runner.js +0 -32
- package/plugins/next-task/lib/perf/index.js +0 -41
- package/plugins/next-task/lib/perf/investigation-state.js +0 -874
- package/plugins/next-task/lib/perf/optimization-runner.js +0 -79
- package/plugins/next-task/lib/perf/profilers/go.js +0 -22
- package/plugins/next-task/lib/perf/profilers/index.js +0 -46
- package/plugins/next-task/lib/perf/profilers/java.js +0 -23
- package/plugins/next-task/lib/perf/profilers/node.js +0 -27
- package/plugins/next-task/lib/perf/profilers/python.js +0 -23
- package/plugins/next-task/lib/perf/profilers/rust.js +0 -23
- package/plugins/next-task/lib/perf/profiling-runner.js +0 -75
- package/plugins/next-task/lib/perf/schemas.js +0 -140
- package/plugins/next-task/lib/platform/detect-platform.js +0 -413
- package/plugins/next-task/lib/platform/detection-configs.js +0 -93
- package/plugins/next-task/lib/platform/state-dir.js +0 -132
- package/plugins/next-task/lib/platform/verify-tools.js +0 -182
- package/plugins/next-task/lib/repo-map/cache.js +0 -152
- package/plugins/next-task/lib/repo-map/concurrency.js +0 -29
- package/plugins/next-task/lib/repo-map/index.js +0 -222
- package/plugins/next-task/lib/repo-map/installer.js +0 -212
- package/plugins/next-task/lib/repo-map/queries/go.js +0 -27
- package/plugins/next-task/lib/repo-map/queries/index.js +0 -100
- package/plugins/next-task/lib/repo-map/queries/java.js +0 -38
- package/plugins/next-task/lib/repo-map/queries/javascript.js +0 -55
- package/plugins/next-task/lib/repo-map/queries/python.js +0 -24
- package/plugins/next-task/lib/repo-map/queries/rust.js +0 -73
- package/plugins/next-task/lib/repo-map/queries/typescript.js +0 -38
- package/plugins/next-task/lib/repo-map/runner.js +0 -1364
- package/plugins/next-task/lib/repo-map/updater.js +0 -562
- package/plugins/next-task/lib/repo-map/usage-analyzer.js +0 -407
- package/plugins/next-task/lib/schemas/plugin-manifest.schema.json +0 -57
- package/plugins/next-task/lib/schemas/validator.js +0 -247
- package/plugins/next-task/lib/sources/custom-handler.js +0 -199
- package/plugins/next-task/lib/sources/policy-questions.js +0 -246
- package/plugins/next-task/lib/sources/source-cache.js +0 -165
- package/plugins/next-task/lib/state/workflow-state.js +0 -576
- package/plugins/next-task/lib/types/agent-frontmatter.d.ts +0 -134
- package/plugins/next-task/lib/types/command-frontmatter.d.ts +0 -107
- package/plugins/next-task/lib/types/hook-frontmatter.d.ts +0 -115
- package/plugins/next-task/lib/types/index.d.ts +0 -84
- package/plugins/next-task/lib/types/plugin-manifest.d.ts +0 -102
- package/plugins/next-task/lib/types/skill-frontmatter.d.ts +0 -89
- package/plugins/next-task/lib/utils/atomic-write.js +0 -94
- package/plugins/next-task/lib/utils/cache-manager.js +0 -159
- package/plugins/next-task/lib/utils/command-parser.js +0 -0
- package/plugins/next-task/lib/utils/context-optimizer.js +0 -300
- package/plugins/next-task/lib/utils/deprecation.js +0 -37
- package/plugins/next-task/lib/utils/shell-escape.js +0 -88
- package/plugins/next-task/lib/utils/state-helpers.js +0 -61
- package/plugins/next-task/skills/discover-tasks/SKILL.md +0 -191
- package/plugins/next-task/skills/orchestrate-review/SKILL.md +0 -239
- package/plugins/next-task/skills/validate-delivery/SKILL.md +0 -186
- package/plugins/perf/.claude-plugin/plugin.json +0 -20
- package/plugins/perf/agents/perf-analyzer.md +0 -43
- package/plugins/perf/agents/perf-code-paths.md +0 -16
- package/plugins/perf/agents/perf-investigation-logger.md +0 -47
- package/plugins/perf/agents/perf-orchestrator.md +0 -344
- package/plugins/perf/agents/perf-theory-gatherer.md +0 -25
- package/plugins/perf/agents/perf-theory-tester.md +0 -58
- package/plugins/perf/commands/perf.md +0 -470
- package/plugins/perf/hooks/checkpoint.md +0 -35
- package/plugins/perf/hooks/constraint-tester.md +0 -40
- package/plugins/perf/lib/adapter-transforms.js +0 -278
- package/plugins/perf/lib/collectors/codebase.js +0 -392
- package/plugins/perf/lib/collectors/docs-patterns.js +0 -713
- package/plugins/perf/lib/collectors/documentation.js +0 -219
- package/plugins/perf/lib/collectors/github.js +0 -330
- package/plugins/perf/lib/collectors/index.js +0 -126
- package/plugins/perf/lib/config/index.js +0 -14
- package/plugins/perf/lib/cross-platform/index.js +0 -539
- package/plugins/perf/lib/discovery/index.js +0 -352
- package/plugins/perf/lib/drift-detect/collectors.js +0 -37
- package/plugins/perf/lib/enhance/agent-analyzer.js +0 -421
- package/plugins/perf/lib/enhance/agent-patterns.js +0 -571
- package/plugins/perf/lib/enhance/auto-suppression.js +0 -622
- package/plugins/perf/lib/enhance/benchmark.js +0 -417
- package/plugins/perf/lib/enhance/cross-file-analyzer.js +0 -930
- package/plugins/perf/lib/enhance/cross-file-patterns.js +0 -370
- package/plugins/perf/lib/enhance/docs-analyzer.js +0 -325
- package/plugins/perf/lib/enhance/docs-patterns.js +0 -671
- package/plugins/perf/lib/enhance/fixer.js +0 -721
- package/plugins/perf/lib/enhance/hook-analyzer.js +0 -135
- package/plugins/perf/lib/enhance/hook-patterns.js +0 -40
- package/plugins/perf/lib/enhance/index.js +0 -127
- package/plugins/perf/lib/enhance/plugin-analyzer.js +0 -402
- package/plugins/perf/lib/enhance/plugin-patterns.js +0 -326
- package/plugins/perf/lib/enhance/projectmemory-analyzer.js +0 -551
- package/plugins/perf/lib/enhance/projectmemory-patterns.js +0 -617
- package/plugins/perf/lib/enhance/prompt-analyzer.js +0 -457
- package/plugins/perf/lib/enhance/prompt-patterns.js +0 -1484
- package/plugins/perf/lib/enhance/reporter.js +0 -1348
- package/plugins/perf/lib/enhance/security-patterns.js +0 -284
- package/plugins/perf/lib/enhance/skill-analyzer.js +0 -182
- package/plugins/perf/lib/enhance/skill-patterns.js +0 -147
- package/plugins/perf/lib/enhance/suppression.js +0 -352
- package/plugins/perf/lib/enhance/tool-patterns.js +0 -373
- package/plugins/perf/lib/index.js +0 -270
- package/plugins/perf/lib/patterns/cli-enhancers.js +0 -611
- package/plugins/perf/lib/patterns/pipeline.js +0 -948
- package/plugins/perf/lib/patterns/review-patterns.js +0 -558
- package/plugins/perf/lib/patterns/slop-analyzers.js +0 -2305
- package/plugins/perf/lib/patterns/slop-patterns.js +0 -1187
- package/plugins/perf/lib/perf/analyzer/index.js +0 -22
- package/plugins/perf/lib/perf/argument-parser.js +0 -105
- package/plugins/perf/lib/perf/baseline-comparator.js +0 -50
- package/plugins/perf/lib/perf/baseline-store.js +0 -127
- package/plugins/perf/lib/perf/benchmark-runner.js +0 -404
- package/plugins/perf/lib/perf/breaking-point-finder.js +0 -52
- package/plugins/perf/lib/perf/breaking-point-runner.js +0 -60
- package/plugins/perf/lib/perf/checkpoint.js +0 -123
- package/plugins/perf/lib/perf/code-paths.js +0 -86
- package/plugins/perf/lib/perf/consolidation.js +0 -37
- package/plugins/perf/lib/perf/constraint-runner.js +0 -71
- package/plugins/perf/lib/perf/experiment-runner.js +0 -32
- package/plugins/perf/lib/perf/index.js +0 -41
- package/plugins/perf/lib/perf/investigation-state.js +0 -874
- package/plugins/perf/lib/perf/optimization-runner.js +0 -79
- package/plugins/perf/lib/perf/profilers/go.js +0 -22
- package/plugins/perf/lib/perf/profilers/index.js +0 -46
- package/plugins/perf/lib/perf/profilers/java.js +0 -23
- package/plugins/perf/lib/perf/profilers/node.js +0 -27
- package/plugins/perf/lib/perf/profilers/python.js +0 -23
- package/plugins/perf/lib/perf/profilers/rust.js +0 -23
- package/plugins/perf/lib/perf/profiling-runner.js +0 -75
- package/plugins/perf/lib/perf/schemas.js +0 -140
- package/plugins/perf/lib/platform/detect-platform.js +0 -413
- package/plugins/perf/lib/platform/detection-configs.js +0 -93
- package/plugins/perf/lib/platform/state-dir.js +0 -132
- package/plugins/perf/lib/platform/verify-tools.js +0 -182
- package/plugins/perf/lib/repo-map/cache.js +0 -152
- package/plugins/perf/lib/repo-map/concurrency.js +0 -29
- package/plugins/perf/lib/repo-map/index.js +0 -222
- package/plugins/perf/lib/repo-map/installer.js +0 -212
- package/plugins/perf/lib/repo-map/queries/go.js +0 -27
- package/plugins/perf/lib/repo-map/queries/index.js +0 -100
- package/plugins/perf/lib/repo-map/queries/java.js +0 -38
- package/plugins/perf/lib/repo-map/queries/javascript.js +0 -55
- package/plugins/perf/lib/repo-map/queries/python.js +0 -24
- package/plugins/perf/lib/repo-map/queries/rust.js +0 -73
- package/plugins/perf/lib/repo-map/queries/typescript.js +0 -38
- package/plugins/perf/lib/repo-map/runner.js +0 -1364
- package/plugins/perf/lib/repo-map/updater.js +0 -562
- package/plugins/perf/lib/repo-map/usage-analyzer.js +0 -407
- package/plugins/perf/lib/schemas/plugin-manifest.schema.json +0 -57
- package/plugins/perf/lib/schemas/validator.js +0 -247
- package/plugins/perf/lib/sources/custom-handler.js +0 -199
- package/plugins/perf/lib/sources/policy-questions.js +0 -246
- package/plugins/perf/lib/sources/source-cache.js +0 -165
- package/plugins/perf/lib/state/workflow-state.js +0 -576
- package/plugins/perf/lib/types/agent-frontmatter.d.ts +0 -134
- package/plugins/perf/lib/types/command-frontmatter.d.ts +0 -107
- package/plugins/perf/lib/types/hook-frontmatter.d.ts +0 -115
- package/plugins/perf/lib/types/index.d.ts +0 -84
- package/plugins/perf/lib/types/plugin-manifest.d.ts +0 -102
- package/plugins/perf/lib/types/skill-frontmatter.d.ts +0 -89
- package/plugins/perf/lib/utils/atomic-write.js +0 -94
- package/plugins/perf/lib/utils/cache-manager.js +0 -159
- package/plugins/perf/lib/utils/command-parser.js +0 -0
- package/plugins/perf/lib/utils/context-optimizer.js +0 -300
- package/plugins/perf/lib/utils/deprecation.js +0 -37
- package/plugins/perf/lib/utils/shell-escape.js +0 -88
- package/plugins/perf/lib/utils/state-helpers.js +0 -61
- package/plugins/perf/skills/perf-analyzer/SKILL.md +0 -37
- package/plugins/perf/skills/perf-baseline-manager/SKILL.md +0 -30
- package/plugins/perf/skills/perf-benchmarker/SKILL.md +0 -52
- package/plugins/perf/skills/perf-code-paths/SKILL.md +0 -32
- package/plugins/perf/skills/perf-investigation-logger/SKILL.md +0 -41
- package/plugins/perf/skills/perf-profiler/SKILL.md +0 -42
- package/plugins/perf/skills/perf-theory-gatherer/SKILL.md +0 -35
- package/plugins/perf/skills/perf-theory-tester/SKILL.md +0 -36
- package/plugins/repo-map/.claude-plugin/plugin.json +0 -22
- package/plugins/repo-map/agents/map-validator.md +0 -60
- package/plugins/repo-map/commands/repo-map.md +0 -133
- package/plugins/repo-map/lib/adapter-transforms.js +0 -278
- package/plugins/repo-map/lib/collectors/codebase.js +0 -392
- package/plugins/repo-map/lib/collectors/docs-patterns.js +0 -713
- package/plugins/repo-map/lib/collectors/documentation.js +0 -219
- package/plugins/repo-map/lib/collectors/github.js +0 -330
- package/plugins/repo-map/lib/collectors/index.js +0 -126
- package/plugins/repo-map/lib/config/index.js +0 -14
- package/plugins/repo-map/lib/cross-platform/index.js +0 -539
- package/plugins/repo-map/lib/discovery/index.js +0 -352
- package/plugins/repo-map/lib/drift-detect/collectors.js +0 -37
- package/plugins/repo-map/lib/enhance/agent-analyzer.js +0 -421
- package/plugins/repo-map/lib/enhance/agent-patterns.js +0 -571
- package/plugins/repo-map/lib/enhance/auto-suppression.js +0 -622
- package/plugins/repo-map/lib/enhance/benchmark.js +0 -417
- package/plugins/repo-map/lib/enhance/cross-file-analyzer.js +0 -930
- package/plugins/repo-map/lib/enhance/cross-file-patterns.js +0 -370
- package/plugins/repo-map/lib/enhance/docs-analyzer.js +0 -325
- package/plugins/repo-map/lib/enhance/docs-patterns.js +0 -671
- package/plugins/repo-map/lib/enhance/fixer.js +0 -721
- package/plugins/repo-map/lib/enhance/hook-analyzer.js +0 -135
- package/plugins/repo-map/lib/enhance/hook-patterns.js +0 -40
- package/plugins/repo-map/lib/enhance/index.js +0 -127
- package/plugins/repo-map/lib/enhance/plugin-analyzer.js +0 -402
- package/plugins/repo-map/lib/enhance/plugin-patterns.js +0 -326
- package/plugins/repo-map/lib/enhance/projectmemory-analyzer.js +0 -551
- package/plugins/repo-map/lib/enhance/projectmemory-patterns.js +0 -617
- package/plugins/repo-map/lib/enhance/prompt-analyzer.js +0 -457
- package/plugins/repo-map/lib/enhance/prompt-patterns.js +0 -1484
- package/plugins/repo-map/lib/enhance/reporter.js +0 -1348
- package/plugins/repo-map/lib/enhance/security-patterns.js +0 -284
- package/plugins/repo-map/lib/enhance/skill-analyzer.js +0 -182
- package/plugins/repo-map/lib/enhance/skill-patterns.js +0 -147
- package/plugins/repo-map/lib/enhance/suppression.js +0 -352
- package/plugins/repo-map/lib/enhance/tool-patterns.js +0 -373
- package/plugins/repo-map/lib/index.js +0 -270
- package/plugins/repo-map/lib/patterns/cli-enhancers.js +0 -611
- package/plugins/repo-map/lib/patterns/pipeline.js +0 -948
- package/plugins/repo-map/lib/patterns/review-patterns.js +0 -558
- package/plugins/repo-map/lib/patterns/slop-analyzers.js +0 -2305
- package/plugins/repo-map/lib/patterns/slop-patterns.js +0 -1187
- package/plugins/repo-map/lib/perf/analyzer/index.js +0 -22
- package/plugins/repo-map/lib/perf/argument-parser.js +0 -105
- package/plugins/repo-map/lib/perf/baseline-comparator.js +0 -50
- package/plugins/repo-map/lib/perf/baseline-store.js +0 -127
- package/plugins/repo-map/lib/perf/benchmark-runner.js +0 -404
- package/plugins/repo-map/lib/perf/breaking-point-finder.js +0 -52
- package/plugins/repo-map/lib/perf/breaking-point-runner.js +0 -60
- package/plugins/repo-map/lib/perf/checkpoint.js +0 -123
- package/plugins/repo-map/lib/perf/code-paths.js +0 -86
- package/plugins/repo-map/lib/perf/consolidation.js +0 -37
- package/plugins/repo-map/lib/perf/constraint-runner.js +0 -71
- package/plugins/repo-map/lib/perf/experiment-runner.js +0 -32
- package/plugins/repo-map/lib/perf/index.js +0 -41
- package/plugins/repo-map/lib/perf/investigation-state.js +0 -874
- package/plugins/repo-map/lib/perf/optimization-runner.js +0 -79
- package/plugins/repo-map/lib/perf/profilers/go.js +0 -22
- package/plugins/repo-map/lib/perf/profilers/index.js +0 -46
- package/plugins/repo-map/lib/perf/profilers/java.js +0 -23
- package/plugins/repo-map/lib/perf/profilers/node.js +0 -27
- package/plugins/repo-map/lib/perf/profilers/python.js +0 -23
- package/plugins/repo-map/lib/perf/profilers/rust.js +0 -23
- package/plugins/repo-map/lib/perf/profiling-runner.js +0 -75
- package/plugins/repo-map/lib/perf/schemas.js +0 -140
- package/plugins/repo-map/lib/platform/detect-platform.js +0 -413
- package/plugins/repo-map/lib/platform/detection-configs.js +0 -93
- package/plugins/repo-map/lib/platform/state-dir.js +0 -132
- package/plugins/repo-map/lib/platform/verify-tools.js +0 -182
- package/plugins/repo-map/lib/repo-map/cache.js +0 -152
- package/plugins/repo-map/lib/repo-map/concurrency.js +0 -29
- package/plugins/repo-map/lib/repo-map/index.js +0 -222
- package/plugins/repo-map/lib/repo-map/installer.js +0 -212
- package/plugins/repo-map/lib/repo-map/queries/go.js +0 -27
- package/plugins/repo-map/lib/repo-map/queries/index.js +0 -100
- package/plugins/repo-map/lib/repo-map/queries/java.js +0 -38
- package/plugins/repo-map/lib/repo-map/queries/javascript.js +0 -55
- package/plugins/repo-map/lib/repo-map/queries/python.js +0 -24
- package/plugins/repo-map/lib/repo-map/queries/rust.js +0 -73
- package/plugins/repo-map/lib/repo-map/queries/typescript.js +0 -38
- package/plugins/repo-map/lib/repo-map/runner.js +0 -1364
- package/plugins/repo-map/lib/repo-map/updater.js +0 -562
- package/plugins/repo-map/lib/repo-map/usage-analyzer.js +0 -407
- package/plugins/repo-map/lib/schemas/plugin-manifest.schema.json +0 -57
- package/plugins/repo-map/lib/schemas/validator.js +0 -247
- package/plugins/repo-map/lib/sources/custom-handler.js +0 -199
- package/plugins/repo-map/lib/sources/policy-questions.js +0 -246
- package/plugins/repo-map/lib/sources/source-cache.js +0 -165
- package/plugins/repo-map/lib/state/workflow-state.js +0 -576
- package/plugins/repo-map/lib/types/agent-frontmatter.d.ts +0 -134
- package/plugins/repo-map/lib/types/command-frontmatter.d.ts +0 -107
- package/plugins/repo-map/lib/types/hook-frontmatter.d.ts +0 -115
- package/plugins/repo-map/lib/types/index.d.ts +0 -84
- package/plugins/repo-map/lib/types/plugin-manifest.d.ts +0 -102
- package/plugins/repo-map/lib/types/skill-frontmatter.d.ts +0 -89
- package/plugins/repo-map/lib/utils/atomic-write.js +0 -94
- package/plugins/repo-map/lib/utils/cache-manager.js +0 -159
- package/plugins/repo-map/lib/utils/command-parser.js +0 -0
- package/plugins/repo-map/lib/utils/context-optimizer.js +0 -300
- package/plugins/repo-map/lib/utils/deprecation.js +0 -37
- package/plugins/repo-map/lib/utils/shell-escape.js +0 -88
- package/plugins/repo-map/lib/utils/state-helpers.js +0 -61
- package/plugins/repo-map/skills/repo-mapping/SKILL.md +0 -83
- package/plugins/ship/.claude-plugin/plugin.json +0 -21
- package/plugins/ship/commands/ship-ci-review-loop.md +0 -472
- package/plugins/ship/commands/ship-deployment.md +0 -335
- package/plugins/ship/commands/ship-error-handling.md +0 -258
- package/plugins/ship/commands/ship.md +0 -492
- package/plugins/ship/lib/adapter-transforms.js +0 -278
- package/plugins/ship/lib/collectors/codebase.js +0 -392
- package/plugins/ship/lib/collectors/docs-patterns.js +0 -713
- package/plugins/ship/lib/collectors/documentation.js +0 -219
- package/plugins/ship/lib/collectors/github.js +0 -330
- package/plugins/ship/lib/collectors/index.js +0 -126
- package/plugins/ship/lib/config/index.js +0 -14
- package/plugins/ship/lib/cross-platform/index.js +0 -539
- package/plugins/ship/lib/discovery/index.js +0 -352
- package/plugins/ship/lib/drift-detect/collectors.js +0 -37
- package/plugins/ship/lib/enhance/agent-analyzer.js +0 -421
- package/plugins/ship/lib/enhance/agent-patterns.js +0 -571
- package/plugins/ship/lib/enhance/auto-suppression.js +0 -622
- package/plugins/ship/lib/enhance/benchmark.js +0 -417
- package/plugins/ship/lib/enhance/cross-file-analyzer.js +0 -930
- package/plugins/ship/lib/enhance/cross-file-patterns.js +0 -370
- package/plugins/ship/lib/enhance/docs-analyzer.js +0 -325
- package/plugins/ship/lib/enhance/docs-patterns.js +0 -671
- package/plugins/ship/lib/enhance/fixer.js +0 -721
- package/plugins/ship/lib/enhance/hook-analyzer.js +0 -135
- package/plugins/ship/lib/enhance/hook-patterns.js +0 -40
- package/plugins/ship/lib/enhance/index.js +0 -127
- package/plugins/ship/lib/enhance/plugin-analyzer.js +0 -402
- package/plugins/ship/lib/enhance/plugin-patterns.js +0 -326
- package/plugins/ship/lib/enhance/projectmemory-analyzer.js +0 -551
- package/plugins/ship/lib/enhance/projectmemory-patterns.js +0 -617
- package/plugins/ship/lib/enhance/prompt-analyzer.js +0 -457
- package/plugins/ship/lib/enhance/prompt-patterns.js +0 -1484
- package/plugins/ship/lib/enhance/reporter.js +0 -1348
- package/plugins/ship/lib/enhance/security-patterns.js +0 -284
- package/plugins/ship/lib/enhance/skill-analyzer.js +0 -182
- package/plugins/ship/lib/enhance/skill-patterns.js +0 -147
- package/plugins/ship/lib/enhance/suppression.js +0 -352
- package/plugins/ship/lib/enhance/tool-patterns.js +0 -373
- package/plugins/ship/lib/index.js +0 -270
- package/plugins/ship/lib/patterns/cli-enhancers.js +0 -611
- package/plugins/ship/lib/patterns/pipeline.js +0 -948
- package/plugins/ship/lib/patterns/review-patterns.js +0 -558
- package/plugins/ship/lib/patterns/slop-analyzers.js +0 -2305
- package/plugins/ship/lib/patterns/slop-patterns.js +0 -1187
- package/plugins/ship/lib/perf/analyzer/index.js +0 -22
- package/plugins/ship/lib/perf/argument-parser.js +0 -105
- package/plugins/ship/lib/perf/baseline-comparator.js +0 -50
- package/plugins/ship/lib/perf/baseline-store.js +0 -127
- package/plugins/ship/lib/perf/benchmark-runner.js +0 -404
- package/plugins/ship/lib/perf/breaking-point-finder.js +0 -52
- package/plugins/ship/lib/perf/breaking-point-runner.js +0 -60
- package/plugins/ship/lib/perf/checkpoint.js +0 -123
- package/plugins/ship/lib/perf/code-paths.js +0 -86
- package/plugins/ship/lib/perf/consolidation.js +0 -37
- package/plugins/ship/lib/perf/constraint-runner.js +0 -71
- package/plugins/ship/lib/perf/experiment-runner.js +0 -32
- package/plugins/ship/lib/perf/index.js +0 -41
- package/plugins/ship/lib/perf/investigation-state.js +0 -874
- package/plugins/ship/lib/perf/optimization-runner.js +0 -79
- package/plugins/ship/lib/perf/profilers/go.js +0 -22
- package/plugins/ship/lib/perf/profilers/index.js +0 -46
- package/plugins/ship/lib/perf/profilers/java.js +0 -23
- package/plugins/ship/lib/perf/profilers/node.js +0 -27
- package/plugins/ship/lib/perf/profilers/python.js +0 -23
- package/plugins/ship/lib/perf/profilers/rust.js +0 -23
- package/plugins/ship/lib/perf/profiling-runner.js +0 -75
- package/plugins/ship/lib/perf/schemas.js +0 -140
- package/plugins/ship/lib/platform/detect-platform.js +0 -413
- package/plugins/ship/lib/platform/detection-configs.js +0 -93
- package/plugins/ship/lib/platform/state-dir.js +0 -132
- package/plugins/ship/lib/platform/verify-tools.js +0 -182
- package/plugins/ship/lib/repo-map/cache.js +0 -152
- package/plugins/ship/lib/repo-map/concurrency.js +0 -29
- package/plugins/ship/lib/repo-map/index.js +0 -222
- package/plugins/ship/lib/repo-map/installer.js +0 -212
- package/plugins/ship/lib/repo-map/queries/go.js +0 -27
- package/plugins/ship/lib/repo-map/queries/index.js +0 -100
- package/plugins/ship/lib/repo-map/queries/java.js +0 -38
- package/plugins/ship/lib/repo-map/queries/javascript.js +0 -55
- package/plugins/ship/lib/repo-map/queries/python.js +0 -24
- package/plugins/ship/lib/repo-map/queries/rust.js +0 -73
- package/plugins/ship/lib/repo-map/queries/typescript.js +0 -38
- package/plugins/ship/lib/repo-map/runner.js +0 -1364
- package/plugins/ship/lib/repo-map/updater.js +0 -562
- package/plugins/ship/lib/repo-map/usage-analyzer.js +0 -407
- package/plugins/ship/lib/schemas/plugin-manifest.schema.json +0 -57
- package/plugins/ship/lib/schemas/validator.js +0 -247
- package/plugins/ship/lib/sources/custom-handler.js +0 -199
- package/plugins/ship/lib/sources/policy-questions.js +0 -246
- package/plugins/ship/lib/sources/source-cache.js +0 -165
- package/plugins/ship/lib/state/workflow-state.js +0 -576
- package/plugins/ship/lib/types/agent-frontmatter.d.ts +0 -134
- package/plugins/ship/lib/types/command-frontmatter.d.ts +0 -107
- package/plugins/ship/lib/types/hook-frontmatter.d.ts +0 -115
- package/plugins/ship/lib/types/index.d.ts +0 -84
- package/plugins/ship/lib/types/plugin-manifest.d.ts +0 -102
- package/plugins/ship/lib/types/skill-frontmatter.d.ts +0 -89
- package/plugins/ship/lib/utils/atomic-write.js +0 -94
- package/plugins/ship/lib/utils/cache-manager.js +0 -159
- package/plugins/ship/lib/utils/command-parser.js +0 -0
- package/plugins/ship/lib/utils/context-optimizer.js +0 -300
- package/plugins/ship/lib/utils/deprecation.js +0 -37
- package/plugins/ship/lib/utils/shell-escape.js +0 -88
- package/plugins/ship/lib/utils/state-helpers.js +0 -61
- package/plugins/sync-docs/.claude-plugin/plugin.json +0 -20
- package/plugins/sync-docs/agents/sync-docs-agent.md +0 -154
- package/plugins/sync-docs/commands/sync-docs.md +0 -186
- package/plugins/sync-docs/lib/adapter-transforms.js +0 -278
- package/plugins/sync-docs/lib/collectors/codebase.js +0 -392
- package/plugins/sync-docs/lib/collectors/docs-patterns.js +0 -713
- package/plugins/sync-docs/lib/collectors/documentation.js +0 -219
- package/plugins/sync-docs/lib/collectors/github.js +0 -330
- package/plugins/sync-docs/lib/collectors/index.js +0 -126
- package/plugins/sync-docs/lib/config/index.js +0 -14
- package/plugins/sync-docs/lib/cross-platform/index.js +0 -539
- package/plugins/sync-docs/lib/discovery/index.js +0 -352
- package/plugins/sync-docs/lib/drift-detect/collectors.js +0 -37
- package/plugins/sync-docs/lib/enhance/agent-analyzer.js +0 -421
- package/plugins/sync-docs/lib/enhance/agent-patterns.js +0 -571
- package/plugins/sync-docs/lib/enhance/auto-suppression.js +0 -622
- package/plugins/sync-docs/lib/enhance/benchmark.js +0 -417
- package/plugins/sync-docs/lib/enhance/cross-file-analyzer.js +0 -930
- package/plugins/sync-docs/lib/enhance/cross-file-patterns.js +0 -370
- package/plugins/sync-docs/lib/enhance/docs-analyzer.js +0 -325
- package/plugins/sync-docs/lib/enhance/docs-patterns.js +0 -671
- package/plugins/sync-docs/lib/enhance/fixer.js +0 -721
- package/plugins/sync-docs/lib/enhance/hook-analyzer.js +0 -135
- package/plugins/sync-docs/lib/enhance/hook-patterns.js +0 -40
- package/plugins/sync-docs/lib/enhance/index.js +0 -127
- package/plugins/sync-docs/lib/enhance/plugin-analyzer.js +0 -402
- package/plugins/sync-docs/lib/enhance/plugin-patterns.js +0 -326
- package/plugins/sync-docs/lib/enhance/projectmemory-analyzer.js +0 -551
- package/plugins/sync-docs/lib/enhance/projectmemory-patterns.js +0 -617
- package/plugins/sync-docs/lib/enhance/prompt-analyzer.js +0 -457
- package/plugins/sync-docs/lib/enhance/prompt-patterns.js +0 -1484
- package/plugins/sync-docs/lib/enhance/reporter.js +0 -1348
- package/plugins/sync-docs/lib/enhance/security-patterns.js +0 -284
- package/plugins/sync-docs/lib/enhance/skill-analyzer.js +0 -182
- package/plugins/sync-docs/lib/enhance/skill-patterns.js +0 -147
- package/plugins/sync-docs/lib/enhance/suppression.js +0 -352
- package/plugins/sync-docs/lib/enhance/tool-patterns.js +0 -373
- package/plugins/sync-docs/lib/index.js +0 -270
- package/plugins/sync-docs/lib/patterns/cli-enhancers.js +0 -611
- package/plugins/sync-docs/lib/patterns/pipeline.js +0 -948
- package/plugins/sync-docs/lib/patterns/review-patterns.js +0 -558
- package/plugins/sync-docs/lib/patterns/slop-analyzers.js +0 -2305
- package/plugins/sync-docs/lib/patterns/slop-patterns.js +0 -1187
- package/plugins/sync-docs/lib/perf/analyzer/index.js +0 -22
- package/plugins/sync-docs/lib/perf/argument-parser.js +0 -105
- package/plugins/sync-docs/lib/perf/baseline-comparator.js +0 -50
- package/plugins/sync-docs/lib/perf/baseline-store.js +0 -127
- package/plugins/sync-docs/lib/perf/benchmark-runner.js +0 -404
- package/plugins/sync-docs/lib/perf/breaking-point-finder.js +0 -52
- package/plugins/sync-docs/lib/perf/breaking-point-runner.js +0 -60
- package/plugins/sync-docs/lib/perf/checkpoint.js +0 -123
- package/plugins/sync-docs/lib/perf/code-paths.js +0 -86
- package/plugins/sync-docs/lib/perf/consolidation.js +0 -37
- package/plugins/sync-docs/lib/perf/constraint-runner.js +0 -71
- package/plugins/sync-docs/lib/perf/experiment-runner.js +0 -32
- package/plugins/sync-docs/lib/perf/index.js +0 -41
- package/plugins/sync-docs/lib/perf/investigation-state.js +0 -874
- package/plugins/sync-docs/lib/perf/optimization-runner.js +0 -79
- package/plugins/sync-docs/lib/perf/profilers/go.js +0 -22
- package/plugins/sync-docs/lib/perf/profilers/index.js +0 -46
- package/plugins/sync-docs/lib/perf/profilers/java.js +0 -23
- package/plugins/sync-docs/lib/perf/profilers/node.js +0 -27
- package/plugins/sync-docs/lib/perf/profilers/python.js +0 -23
- package/plugins/sync-docs/lib/perf/profilers/rust.js +0 -23
- package/plugins/sync-docs/lib/perf/profiling-runner.js +0 -75
- package/plugins/sync-docs/lib/perf/schemas.js +0 -140
- package/plugins/sync-docs/lib/platform/detect-platform.js +0 -413
- package/plugins/sync-docs/lib/platform/detection-configs.js +0 -93
- package/plugins/sync-docs/lib/platform/state-dir.js +0 -132
- package/plugins/sync-docs/lib/platform/verify-tools.js +0 -182
- package/plugins/sync-docs/lib/repo-map/cache.js +0 -152
- package/plugins/sync-docs/lib/repo-map/concurrency.js +0 -29
- package/plugins/sync-docs/lib/repo-map/index.js +0 -222
- package/plugins/sync-docs/lib/repo-map/installer.js +0 -212
- package/plugins/sync-docs/lib/repo-map/queries/go.js +0 -27
- package/plugins/sync-docs/lib/repo-map/queries/index.js +0 -100
- package/plugins/sync-docs/lib/repo-map/queries/java.js +0 -38
- package/plugins/sync-docs/lib/repo-map/queries/javascript.js +0 -55
- package/plugins/sync-docs/lib/repo-map/queries/python.js +0 -24
- package/plugins/sync-docs/lib/repo-map/queries/rust.js +0 -73
- package/plugins/sync-docs/lib/repo-map/queries/typescript.js +0 -38
- package/plugins/sync-docs/lib/repo-map/runner.js +0 -1364
- package/plugins/sync-docs/lib/repo-map/updater.js +0 -562
- package/plugins/sync-docs/lib/repo-map/usage-analyzer.js +0 -407
- package/plugins/sync-docs/lib/schemas/plugin-manifest.schema.json +0 -57
- package/plugins/sync-docs/lib/schemas/validator.js +0 -247
- package/plugins/sync-docs/lib/sources/custom-handler.js +0 -199
- package/plugins/sync-docs/lib/sources/policy-questions.js +0 -246
- package/plugins/sync-docs/lib/sources/source-cache.js +0 -165
- package/plugins/sync-docs/lib/state/workflow-state.js +0 -576
- package/plugins/sync-docs/lib/types/agent-frontmatter.d.ts +0 -134
- package/plugins/sync-docs/lib/types/command-frontmatter.d.ts +0 -107
- package/plugins/sync-docs/lib/types/hook-frontmatter.d.ts +0 -115
- package/plugins/sync-docs/lib/types/index.d.ts +0 -84
- package/plugins/sync-docs/lib/types/plugin-manifest.d.ts +0 -102
- package/plugins/sync-docs/lib/types/skill-frontmatter.d.ts +0 -89
- package/plugins/sync-docs/lib/utils/atomic-write.js +0 -94
- package/plugins/sync-docs/lib/utils/cache-manager.js +0 -159
- package/plugins/sync-docs/lib/utils/command-parser.js +0 -0
- package/plugins/sync-docs/lib/utils/context-optimizer.js +0 -300
- package/plugins/sync-docs/lib/utils/deprecation.js +0 -37
- package/plugins/sync-docs/lib/utils/shell-escape.js +0 -88
- package/plugins/sync-docs/lib/utils/state-helpers.js +0 -61
- package/plugins/sync-docs/skills/sync-docs/SKILL.md +0 -351
|
@@ -0,0 +1,428 @@
|
|
|
1
|
+
{
|
|
2
|
+
"topic": "CLI-first browser automation for AI agents",
|
|
3
|
+
"slug": "cli-browser-automation-agents",
|
|
4
|
+
"generated": "2026-02-20T00:00:00Z",
|
|
5
|
+
"depth": "deep",
|
|
6
|
+
"totalSources": 32,
|
|
7
|
+
"sources": [
|
|
8
|
+
{
|
|
9
|
+
"url": "https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/cli/program.ts",
|
|
10
|
+
"title": "Playwright CLI Source - program.ts",
|
|
11
|
+
"qualityScore": 97,
|
|
12
|
+
"scores": { "authority": 10, "recency": 10, "depth": 10, "examples": 10, "uniqueness": 7 },
|
|
13
|
+
"keyInsights": [
|
|
14
|
+
"Complete CLI command list: codegen, screenshot, pdf, open, show-trace",
|
|
15
|
+
"screenshot command: <url> <filename> with --full-page, --wait-for-selector, --wait-for-timeout",
|
|
16
|
+
"pdf command: <url> <filename>, Chromium-only, --paper-format",
|
|
17
|
+
"--save-storage captures storageState at session end",
|
|
18
|
+
"--load-storage injects storageState into browser context",
|
|
19
|
+
"Standard options shared across all commands: --browser, --device, --viewport-size, --user-data-dir, --lang, --timezone, --proxy-server"
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"url": "https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/cli/program.ts",
|
|
24
|
+
"title": "Playwright CLI - screenshot and pdf syntax",
|
|
25
|
+
"qualityScore": 95,
|
|
26
|
+
"scores": { "authority": 10, "recency": 10, "depth": 9, "examples": 9, "uniqueness": 6 },
|
|
27
|
+
"keyInsights": [
|
|
28
|
+
"pdf --paper-format accepts: Letter, Legal, A0-A6, Tabloid, Ledger",
|
|
29
|
+
"--save-storage output format: JSON with cookies[] and origins[] arrays",
|
|
30
|
+
"screenshot -b webkit <url> example.png",
|
|
31
|
+
"open command launches interactive headed browser"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"url": "https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/browserContext.ts",
|
|
36
|
+
"title": "Playwright storageState() method implementation",
|
|
37
|
+
"qualityScore": 90,
|
|
38
|
+
"scores": { "authority": 10, "recency": 10, "depth": 9, "examples": 7, "uniqueness": 4 },
|
|
39
|
+
"keyInsights": [
|
|
40
|
+
"storageState returns {cookies: NetworkCookie[], origins: [{origin, localStorage, indexedDB}]}",
|
|
41
|
+
"Cookies can be filtered by name, domain, path patterns",
|
|
42
|
+
"Iterates existing pages then creates temp pages to access all origins"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"url": "https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/network.ts",
|
|
47
|
+
"title": "Playwright NetworkCookie type",
|
|
48
|
+
"qualityScore": 88,
|
|
49
|
+
"scores": { "authority": 10, "recency": 10, "depth": 8, "examples": 6, "uniqueness": 4 },
|
|
50
|
+
"keyInsights": [
|
|
51
|
+
"NetworkCookie fields: name, value, domain, path, expires, httpOnly, secure, sameSite",
|
|
52
|
+
"expires is Unix epoch float, -1 means session cookie"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"url": "https://github.com/microsoft/playwright/blob/main/docs/src/auth.md",
|
|
57
|
+
"title": "Playwright Authentication Documentation",
|
|
58
|
+
"qualityScore": 95,
|
|
59
|
+
"scores": { "authority": 10, "recency": 9, "depth": 10, "examples": 9, "uniqueness": 6 },
|
|
60
|
+
"keyInsights": [
|
|
61
|
+
"Recommended: save storageState to playwright/.auth/ directory, gitignore it",
|
|
62
|
+
"Setup project pattern: dedicate one project to authenticate, others depend on it",
|
|
63
|
+
"Per-worker auth using parallelIndex for isolated accounts",
|
|
64
|
+
"context.storageState() called after login, saved to file"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"url": "https://github.com/microsoft/playwright/blob/main/docs/src/codegen.md",
|
|
69
|
+
"title": "Playwright Codegen Documentation",
|
|
70
|
+
"qualityScore": 93,
|
|
71
|
+
"scores": { "authority": 10, "recency": 9, "depth": 9, "examples": 9, "uniqueness": 7 },
|
|
72
|
+
"keyInsights": [
|
|
73
|
+
"npx playwright codegen [URL] opens headed browser + code recording panel",
|
|
74
|
+
"--save-storage=auth.json saves cookies/localStorage/IndexedDB at session end",
|
|
75
|
+
"--viewport-size, --device, --color-scheme, --timezone, --geolocation, --lang options",
|
|
76
|
+
"Recordings can be saved with -o output.js"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"url": "https://raw.githubusercontent.com/microsoft/playwright-mcp/main/README.md",
|
|
81
|
+
"title": "Playwright MCP README - Tools List",
|
|
82
|
+
"qualityScore": 97,
|
|
83
|
+
"scores": { "authority": 10, "recency": 10, "depth": 10, "examples": 9, "uniqueness": 9 },
|
|
84
|
+
"keyInsights": [
|
|
85
|
+
"30+ MCP tools: browser_navigate, browser_click, browser_type, browser_snapshot, browser_take_screenshot, browser_evaluate, browser_fill_form, browser_select_option, browser_hover, browser_drag, browser_press_key, browser_handle_dialog, browser_file_upload, browser_network_requests, browser_console_messages, browser_wait_for, browser_tabs, browser_resize, browser_close, browser_install",
|
|
86
|
+
"Vision mode adds: browser_mouse_click_xy, browser_mouse_move_xy, browser_mouse_drag_xy, browser_mouse_wheel, browser_mouse_down/up",
|
|
87
|
+
"PDF mode adds: browser_pdf_save",
|
|
88
|
+
"Testing mode adds: browser_verify_text_visible, browser_verify_element_visible, browser_generate_locator, browser_verify_value, browser_verify_list_visible",
|
|
89
|
+
"browser_snapshot returns accessibility tree (not screenshot) - token-efficient",
|
|
90
|
+
"browser_run_code executes custom Playwright snippets"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"url": "https://raw.githubusercontent.com/microsoft/playwright-mcp/main/README.md",
|
|
95
|
+
"title": "Playwright MCP README - Auth and Config",
|
|
96
|
+
"qualityScore": 95,
|
|
97
|
+
"scores": { "authority": 10, "recency": 10, "depth": 10, "examples": 8, "uniqueness": 8 },
|
|
98
|
+
"keyInsights": [
|
|
99
|
+
"Three profile modes: persistent (default), isolated (--isolated), extension (--extension)",
|
|
100
|
+
"--storage-state: load cookies+localStorage from Playwright storageState JSON file",
|
|
101
|
+
"--user-data-dir: use/persist real Chrome profile with existing logins",
|
|
102
|
+
"--cdp-endpoint: connect to already-running Chrome via CDP URL",
|
|
103
|
+
"--save-session: save entire Playwright session to output directory",
|
|
104
|
+
"Chrome Extension bridge (--extension flag) connects to existing browser tabs with active sessions",
|
|
105
|
+
"--init-page: TypeScript file for custom page-level setup",
|
|
106
|
+
"--init-script: JavaScript evaluated before page scripts"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"url": "https://raw.githubusercontent.com/microsoft/playwright-mcp/main/README.md",
|
|
111
|
+
"title": "Playwright MCP README - Installation and MCP Config",
|
|
112
|
+
"qualityScore": 93,
|
|
113
|
+
"scores": { "authority": 10, "recency": 10, "depth": 9, "examples": 9, "uniqueness": 7 },
|
|
114
|
+
"keyInsights": [
|
|
115
|
+
"Install: add {command: npx, args: [@playwright/mcp@latest]} to mcpServers config",
|
|
116
|
+
"Supported clients: VS Code, Cursor, Claude Desktop, Cline, Windsurf",
|
|
117
|
+
"--caps argument enables capability sets: vision, pdf, devtools, testing",
|
|
118
|
+
"Default mode: accessibility snapshots (not screenshots), no vision model required",
|
|
119
|
+
"--headless flag for headless mode; default is headed",
|
|
120
|
+
"--browser: chrome, firefox, webkit, msedge",
|
|
121
|
+
"--allowed-origins and --blocked-origins for security"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"url": "https://github.com/browser-use/browser-use",
|
|
126
|
+
"title": "browser-use GitHub Repository",
|
|
127
|
+
"qualityScore": 92,
|
|
128
|
+
"scores": { "authority": 9, "recency": 10, "depth": 9, "examples": 10, "uniqueness": 9 },
|
|
129
|
+
"keyInsights": [
|
|
130
|
+
"Python library designed for LLM agents to control browsers",
|
|
131
|
+
"78.6K GitHub stars as of 2026",
|
|
132
|
+
"Provides both CLI (browser-use open/state/click/type/screenshot/close) and Python API",
|
|
133
|
+
"CLI maintains stateful session between commands",
|
|
134
|
+
"LLM-native: elements presented as indexed list for LLM selection",
|
|
135
|
+
"ChatBrowserUse model optimized for browser automation (3-5x faster than generic models)"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"url": "https://raw.githubusercontent.com/browser-use/browser-use/main/README.md",
|
|
140
|
+
"title": "browser-use README - Code Examples",
|
|
141
|
+
"qualityScore": 93,
|
|
142
|
+
"scores": { "authority": 9, "recency": 10, "depth": 9, "examples": 10, "uniqueness": 9 },
|
|
143
|
+
"keyInsights": [
|
|
144
|
+
"CLI: browser-use open [URL], browser-use state, browser-use click [index], browser-use type [text], browser-use screenshot [file], browser-use close",
|
|
145
|
+
"Agent API: Agent(task=..., llm=..., browser=...)",
|
|
146
|
+
"Auth: reuse existing Chrome profile; profile sync via profile.sh script",
|
|
147
|
+
"Custom tools via @tools.action decorator",
|
|
148
|
+
"Sandbox deployment pattern for production",
|
|
149
|
+
"Install: uv add browser-use + uvx browser-use install (for Chromium)"
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"url": "https://github.com/cyrus-and/chrome-remote-interface",
|
|
154
|
+
"title": "chrome-remote-interface GitHub Repository",
|
|
155
|
+
"qualityScore": 85,
|
|
156
|
+
"scores": { "authority": 8, "recency": 7, "depth": 8, "examples": 8, "uniqueness": 8 },
|
|
157
|
+
"keyInsights": [
|
|
158
|
+
"Node.js CDP client with CLI: chrome-remote-interface new/list/close/inspect/version/activate",
|
|
159
|
+
"inspect subcommand provides interactive REPL with autocompletion",
|
|
160
|
+
"REPL commands: .help, .reset, .target",
|
|
161
|
+
"REPL usage: Runtime.evaluate({expression: '...'}), Page.navigate({url: '...'})",
|
|
162
|
+
"npm install -g chrome-remote-interface for CLI"
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"url": "https://github.com/cyrus-and/chrome-remote-interface/blob/master/README.md",
|
|
167
|
+
"title": "chrome-remote-interface README - Full Reference",
|
|
168
|
+
"qualityScore": 87,
|
|
169
|
+
"scores": { "authority": 8, "recency": 7, "depth": 9, "examples": 8, "uniqueness": 8 },
|
|
170
|
+
"keyInsights": [
|
|
171
|
+
"CLI target management: new 'http://url', close '<id>', list",
|
|
172
|
+
"Library API: CDP() connects to localhost:9222 by default",
|
|
173
|
+
"Network.getAllCookies() returns all browser cookies",
|
|
174
|
+
"Page.navigate({url}) for navigation",
|
|
175
|
+
"Supports custom protocol descriptors"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"url": "https://github.com/GoogleChrome/chrome-launcher",
|
|
180
|
+
"title": "chrome-launcher GitHub Repository",
|
|
181
|
+
"qualityScore": 82,
|
|
182
|
+
"scores": { "authority": 8, "recency": 8, "depth": 7, "examples": 7, "uniqueness": 6 },
|
|
183
|
+
"keyInsights": [
|
|
184
|
+
"Node.js package for launching Chrome with sensible defaults",
|
|
185
|
+
"Opens Chrome's remote-debugging-port on an available port",
|
|
186
|
+
"ChromeLauncher.launch({startingUrl}) for headed launch",
|
|
187
|
+
"Recommend chrome-remote-interface for CDP interaction after launch",
|
|
188
|
+
"Handles profile management and cleanup"
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"url": "https://github.com/GoogleChromeLabs/chrome-for-testing",
|
|
193
|
+
"title": "Chrome for Testing",
|
|
194
|
+
"qualityScore": 78,
|
|
195
|
+
"scores": { "authority": 9, "recency": 10, "depth": 6, "examples": 5, "uniqueness": 5 },
|
|
196
|
+
"keyInsights": [
|
|
197
|
+
"Chrome flavor specifically for automation, no automatic updates",
|
|
198
|
+
"Binaries: chrome, chromedriver, chrome-headless-shell",
|
|
199
|
+
"Platforms: linux64, mac-arm64, mac-x64, win32, win64",
|
|
200
|
+
"Managed via @puppeteer/browsers package"
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"url": "https://github.com/browserless/browserless",
|
|
205
|
+
"title": "Browserless GitHub Repository",
|
|
206
|
+
"qualityScore": 85,
|
|
207
|
+
"scores": { "authority": 8, "recency": 9, "depth": 8, "examples": 8, "uniqueness": 8 },
|
|
208
|
+
"keyInsights": [
|
|
209
|
+
"Docker-based headless browser as a service",
|
|
210
|
+
"REST API: /screenshot, /pdf, /html, /scrape, /function endpoints",
|
|
211
|
+
"WebSocket CDP endpoint for Puppeteer/Playwright connection",
|
|
212
|
+
"Self-hosted or cloud deployment",
|
|
213
|
+
"Session management with configurable concurrency",
|
|
214
|
+
"Real-time debug viewer"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"url": "https://github.com/steel-dev/steel-browser",
|
|
219
|
+
"title": "Steel Browser GitHub Repository",
|
|
220
|
+
"qualityScore": 84,
|
|
221
|
+
"scores": { "authority": 7, "recency": 10, "depth": 8, "examples": 8, "uniqueness": 9 },
|
|
222
|
+
"keyInsights": [
|
|
223
|
+
"Open-source browser API for AI agents",
|
|
224
|
+
"Sessions API: POST /v1/sessions with blockAds, proxyUrl, dimensions options",
|
|
225
|
+
"Quick actions: POST /v1/scrape, /v1/screenshot, /v1/pdf",
|
|
226
|
+
"Sessions persist cookies across page navigations",
|
|
227
|
+
"Playwright/Puppeteer/Selenium can connect via CDP to session"
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"url": "https://github.com/steel-dev/steel-browser/blob/main/README.md",
|
|
232
|
+
"title": "Steel Browser REST API Reference",
|
|
233
|
+
"qualityScore": 86,
|
|
234
|
+
"scores": { "authority": 7, "recency": 10, "depth": 9, "examples": 10, "uniqueness": 9 },
|
|
235
|
+
"keyInsights": [
|
|
236
|
+
"Base URL: http://localhost:3000",
|
|
237
|
+
"POST /v1/scrape {url, delay?} - returns HTML/markdown",
|
|
238
|
+
"POST /v1/screenshot {url, fullPage?} - returns PNG",
|
|
239
|
+
"POST /v1/pdf {url} - returns PDF",
|
|
240
|
+
"POST /v1/sessions {blockAds?, proxyUrl?, dimensions?, isSelenium?} - returns sessionId",
|
|
241
|
+
"Connect Playwright: chromium.connectOverCDP('ws://localhost:3000?sessionId=...')"
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"url": "https://github.com/mendableai/firecrawl",
|
|
246
|
+
"title": "Firecrawl - Web Data API",
|
|
247
|
+
"qualityScore": 78,
|
|
248
|
+
"scores": { "authority": 7, "recency": 10, "depth": 7, "examples": 7, "uniqueness": 7 },
|
|
249
|
+
"keyInsights": [
|
|
250
|
+
"REST API: /v2/scrape, /v2/search, /v2/agent, /v2/crawl, /v2/map",
|
|
251
|
+
"actions feature enables login flows: write+click sequences before scraping",
|
|
252
|
+
"Converts pages to markdown/HTML/JSON/screenshots",
|
|
253
|
+
"Handles JavaScript rendering and dynamic content"
|
|
254
|
+
]
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"url": "https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/cookies.py",
|
|
258
|
+
"title": "yt-dlp cookies.py - Netscape Format Implementation",
|
|
259
|
+
"qualityScore": 90,
|
|
260
|
+
"scores": { "authority": 9, "recency": 10, "depth": 9, "examples": 8, "uniqueness": 8 },
|
|
261
|
+
"keyInsights": [
|
|
262
|
+
"Netscape cookie file: 7 tab-separated fields: domain, include_subdomains, path, https_only, expires_at, name, value",
|
|
263
|
+
"File header must be: # Netscape HTTP Cookie File",
|
|
264
|
+
"include_subdomains and https_only are TRUE/FALSE strings",
|
|
265
|
+
"expires_at is Unix epoch integer; 0 = session cookie",
|
|
266
|
+
"#HttpOnly_ prefix indicates HttpOnly cookies",
|
|
267
|
+
"CRLF line endings for Windows, LF for Unix"
|
|
268
|
+
]
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"url": "https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp",
|
|
272
|
+
"title": "yt-dlp Cookie Handling FAQ",
|
|
273
|
+
"qualityScore": 88,
|
|
274
|
+
"scores": { "authority": 9, "recency": 9, "depth": 8, "examples": 8, "uniqueness": 7 },
|
|
275
|
+
"keyInsights": [
|
|
276
|
+
"--cookies-from-browser chrome|firefox|edge extracts live browser cookies",
|
|
277
|
+
"--cookies /path/to/file.txt loads Netscape format cookie file",
|
|
278
|
+
"--cookies-from-browser chrome --cookies cookies.txt exports to file",
|
|
279
|
+
"Chrome extension: 'Get cookies.txt LOCALLY' for manual export",
|
|
280
|
+
"Bad line endings cause HTTP 400 errors"
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"url": "https://github.com/go-rod/rod",
|
|
285
|
+
"title": "Rod - Go CDP Browser Automation",
|
|
286
|
+
"qualityScore": 72,
|
|
287
|
+
"scores": { "authority": 7, "recency": 8, "depth": 7, "examples": 6, "uniqueness": 7 },
|
|
288
|
+
"keyInsights": [
|
|
289
|
+
"Go library for Chrome automation via CDP",
|
|
290
|
+
"Auto-waiting, thread-safe, 100% test coverage",
|
|
291
|
+
"Provides WaitStable, WaitRequestIdle, HijackRequests, WaitDownload helpers",
|
|
292
|
+
"No standalone CLI - library only",
|
|
293
|
+
"6.7K GitHub stars"
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"url": "https://github.com/chromedp/chromedp",
|
|
298
|
+
"title": "chromedp - Go CDP Library",
|
|
299
|
+
"qualityScore": 70,
|
|
300
|
+
"scores": { "authority": 7, "recency": 7, "depth": 7, "examples": 6, "uniqueness": 6 },
|
|
301
|
+
"keyInsights": [
|
|
302
|
+
"Go CDP wrapper with no external dependencies",
|
|
303
|
+
"Ecosystem: headless-shell Docker image, cdproto bindings, chromedp-proxy for CDP logging",
|
|
304
|
+
"Library only, no CLI",
|
|
305
|
+
"Suitable for Go-based agent services"
|
|
306
|
+
]
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"url": "https://github.com/playwright-community/playwright-go",
|
|
310
|
+
"title": "playwright-go - Go Playwright Bindings",
|
|
311
|
+
"qualityScore": 68,
|
|
312
|
+
"scores": { "authority": 6, "recency": 8, "depth": 7, "examples": 6, "uniqueness": 6 },
|
|
313
|
+
"keyInsights": [
|
|
314
|
+
"Go bindings for Playwright via RPC bridge to bundled Node.js runtime",
|
|
315
|
+
"~50MB overhead due to Node.js + Playwright driver",
|
|
316
|
+
"CLI: go run .../playwright install --with-deps",
|
|
317
|
+
"Full Playwright API parity including storageState"
|
|
318
|
+
]
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"url": "https://github.com/puppeteer/puppeteer",
|
|
322
|
+
"title": "Puppeteer GitHub Repository",
|
|
323
|
+
"qualityScore": 80,
|
|
324
|
+
"scores": { "authority": 9, "recency": 9, "depth": 6, "examples": 6, "uniqueness": 4 },
|
|
325
|
+
"keyInsights": [
|
|
326
|
+
"JavaScript library for Chrome/Firefox control via CDP/WebDriver BiDi",
|
|
327
|
+
"No standalone CLI - library only",
|
|
328
|
+
"Headless by default, headed with headless: false",
|
|
329
|
+
"puppeteer-core variant without bundled browser",
|
|
330
|
+
"Now supports Firefox in addition to Chrome"
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"url": "https://github.com/berstend/puppeteer-extra",
|
|
335
|
+
"title": "puppeteer-extra - Plugin System",
|
|
336
|
+
"qualityScore": 76,
|
|
337
|
+
"scores": { "authority": 7, "recency": 6, "depth": 7, "examples": 7, "uniqueness": 8 },
|
|
338
|
+
"keyInsights": [
|
|
339
|
+
"Plugin system wrapper for Puppeteer",
|
|
340
|
+
"Key plugin: puppeteer-extra-plugin-stealth patches ~20 bot detection signals",
|
|
341
|
+
"No standalone CLI",
|
|
342
|
+
"puppeteer.use(StealthPlugin()) usage pattern",
|
|
343
|
+
"Main value: avoiding bot detection, not simplifying agent usage"
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"url": "https://github.com/sindresorhus/open-cli",
|
|
348
|
+
"title": "open-cli - Cross-Platform URL Opener",
|
|
349
|
+
"qualityScore": 60,
|
|
350
|
+
"scores": { "authority": 7, "recency": 8, "depth": 4, "examples": 5, "uniqueness": 4 },
|
|
351
|
+
"keyInsights": [
|
|
352
|
+
"open-cli <url|file> [--wait] [--background] [-- <app> [args]]",
|
|
353
|
+
"Can open URL in specific browser: open-cli https://... -- 'google chrome' --incognito",
|
|
354
|
+
"Not a browser automation framework - just delegates to system app handler",
|
|
355
|
+
"Useful for triggering user-visible browser window from agent shell scripts"
|
|
356
|
+
]
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"url": "https://github.com/nickvdyck/webbrowser-rs",
|
|
360
|
+
"title": "webbrowser-rs (attempted - 404)",
|
|
361
|
+
"qualityScore": 0,
|
|
362
|
+
"scores": { "authority": 0, "recency": 0, "depth": 0, "examples": 0, "uniqueness": 0 },
|
|
363
|
+
"keyInsights": ["Repository does not exist - 404 on all attempts"]
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"url": "https://github.com/browserless/browserless",
|
|
367
|
+
"title": "Browserless WebSocket Automation",
|
|
368
|
+
"qualityScore": 83,
|
|
369
|
+
"scores": { "authority": 8, "recency": 9, "depth": 8, "examples": 7, "uniqueness": 7 },
|
|
370
|
+
"keyInsights": [
|
|
371
|
+
"Puppeteer connection: puppeteer.connect({browserWSEndpoint: 'ws://localhost:3000'})",
|
|
372
|
+
"Playwright connection: pw.firefox.connect('ws://localhost:3000/firefox/playwright')",
|
|
373
|
+
"SSPL-1.0 license - commercial use requires paid license",
|
|
374
|
+
"Parallel session management, crash recovery, ARM64 support"
|
|
375
|
+
]
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"url": "https://github.com/microsoft/playwright-mcp/blob/main/README.md",
|
|
379
|
+
"title": "Playwright MCP - CDP Connection and Extension",
|
|
380
|
+
"qualityScore": 94,
|
|
381
|
+
"scores": { "authority": 10, "recency": 10, "depth": 9, "examples": 8, "uniqueness": 8 },
|
|
382
|
+
"keyInsights": [
|
|
383
|
+
"--cdp-endpoint <url>: connect to existing Chrome instance",
|
|
384
|
+
"--cdp-header <headers>: custom headers for CDP connection",
|
|
385
|
+
"--cdp-timeout <ms>: connection timeout (default 30000)",
|
|
386
|
+
"--extension flag: use Playwright MCP Bridge Chrome extension",
|
|
387
|
+
"Extension connects to existing logged-in tabs in Chrome/Edge",
|
|
388
|
+
"Persistent profile stored in ~/.cache/ms-playwright/mcp-{channel}-profile on Linux"
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"url": "https://chromedevtools.github.io/devtools-protocol/",
|
|
393
|
+
"title": "Chrome DevTools Protocol Specification",
|
|
394
|
+
"qualityScore": 88,
|
|
395
|
+
"scores": { "authority": 10, "recency": 9, "depth": 8, "examples": 6, "uniqueness": 6 },
|
|
396
|
+
"keyInsights": [
|
|
397
|
+
"HTTP endpoints at localhost:9222: /json/list, /json/new, /json/close, /json/version",
|
|
398
|
+
"WebSocket per-target for CDP commands",
|
|
399
|
+
"Key domains: Network (cookies, requests), Page (navigate, load), Runtime (JS eval), Target (tab management)",
|
|
400
|
+
"Network.getAllCookies() returns all browser cookies",
|
|
401
|
+
"Network.setCookies([...]) injects cookies"
|
|
402
|
+
]
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"url": "https://github.com/mendableai/firecrawl",
|
|
406
|
+
"title": "Firecrawl Auth Flow Actions",
|
|
407
|
+
"qualityScore": 76,
|
|
408
|
+
"scores": { "authority": 7, "recency": 10, "depth": 7, "examples": 7, "uniqueness": 7 },
|
|
409
|
+
"keyInsights": [
|
|
410
|
+
"actions[] array in scrape request: {type: write/click/wait/screenshot}",
|
|
411
|
+
"Can automate login before scrape in same request",
|
|
412
|
+
"Handles CAPTCHA-protected and JS-rendered pages"
|
|
413
|
+
]
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"url": "https://github.com/nickvdyck/webbrowser-rs",
|
|
417
|
+
"title": "browser-use CLI session state model",
|
|
418
|
+
"qualityScore": 85,
|
|
419
|
+
"scores": { "authority": 8, "recency": 10, "depth": 8, "examples": 9, "uniqueness": 8 },
|
|
420
|
+
"keyInsights": [
|
|
421
|
+
"browser-use state command returns indexed element list for LLM",
|
|
422
|
+
"Session persists between CLI commands within same terminal session",
|
|
423
|
+
"Profile sync: curl -fsSL https://browser-use.com/profile.sh | BROWSER_USE_API_KEY=XXXX sh",
|
|
424
|
+
"AgentMail for disposable email inboxes during agent workflows"
|
|
425
|
+
]
|
|
426
|
+
}
|
|
427
|
+
]
|
|
428
|
+
}
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
{
|
|
2
|
+
"topic": "GitHub organization project management for multi-repo open source ecosystems",
|
|
3
|
+
"slug": "github-org-project-management",
|
|
4
|
+
"generated": "2026-02-21T00:00:00Z",
|
|
5
|
+
"depth": "deep",
|
|
6
|
+
"totalSources": 15,
|
|
7
|
+
"sources": [
|
|
8
|
+
{
|
|
9
|
+
"url": "https://docs.github.com/en/issues/planning-and-tracking-with-projects",
|
|
10
|
+
"title": "About Projects - GitHub Docs",
|
|
11
|
+
"qualityScore": 97,
|
|
12
|
+
"authority": 30,
|
|
13
|
+
"recency": 20,
|
|
14
|
+
"depth": 19,
|
|
15
|
+
"examples": 18,
|
|
16
|
+
"uniqueness": 10,
|
|
17
|
+
"keyInsights": [
|
|
18
|
+
"Projects v2 supports Table, Board, and Roadmap views",
|
|
19
|
+
"Up to 50 custom fields per project (date, number, single-select, text, iteration)",
|
|
20
|
+
"50,000 item capacity; cross-repo at org level",
|
|
21
|
+
"Built-in workflow automations with plan-based limits (1/5/20)"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"url": "https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects",
|
|
26
|
+
"title": "Using the API to manage Projects - GitHub Docs",
|
|
27
|
+
"qualityScore": 94,
|
|
28
|
+
"authority": 30,
|
|
29
|
+
"recency": 20,
|
|
30
|
+
"depth": 18,
|
|
31
|
+
"examples": 18,
|
|
32
|
+
"uniqueness": 8,
|
|
33
|
+
"keyInsights": [
|
|
34
|
+
"read:project scope for read-only, project scope for mutations",
|
|
35
|
+
"addProjectV2ItemById, updateProjectV2ItemFieldValue, createProjectV2 are primary mutations",
|
|
36
|
+
"Webhooks: projects_v2_item events (created, edited, deleted, reordered, converted)"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"url": "https://github.com/actions/add-to-project",
|
|
41
|
+
"title": "actions/add-to-project - GitHub",
|
|
42
|
+
"qualityScore": 90,
|
|
43
|
+
"authority": 28,
|
|
44
|
+
"recency": 18,
|
|
45
|
+
"depth": 16,
|
|
46
|
+
"examples": 20,
|
|
47
|
+
"uniqueness": 8,
|
|
48
|
+
"keyInsights": [
|
|
49
|
+
"Official GitHub Action for cross-repo auto-add to org projects",
|
|
50
|
+
"Supports filtering by label before adding",
|
|
51
|
+
"Requires PAT with project scope from an org member"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"url": "https://github.blog/changelog/2025-01-issue-types-public-preview/",
|
|
56
|
+
"title": "Issue Types in public preview - GitHub Changelog",
|
|
57
|
+
"qualityScore": 88,
|
|
58
|
+
"authority": 28,
|
|
59
|
+
"recency": 20,
|
|
60
|
+
"depth": 14,
|
|
61
|
+
"examples": 14,
|
|
62
|
+
"uniqueness": 12,
|
|
63
|
+
"keyInsights": [
|
|
64
|
+
"Up to 25 custom issue types per org",
|
|
65
|
+
"Default types: Task, Bug, Feature",
|
|
66
|
+
"Available across all repos; filterable in Projects and search",
|
|
67
|
+
"Launched public preview January 2025"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"url": "https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/adding-sub-issues",
|
|
72
|
+
"title": "Sub-Issues - GitHub Docs",
|
|
73
|
+
"qualityScore": 85,
|
|
74
|
+
"authority": 30,
|
|
75
|
+
"recency": 18,
|
|
76
|
+
"depth": 14,
|
|
77
|
+
"examples": 13,
|
|
78
|
+
"uniqueness": 10,
|
|
79
|
+
"keyInsights": [
|
|
80
|
+
"Parent-child issue hierarchy",
|
|
81
|
+
"Progress bar shown on parent",
|
|
82
|
+
"Cross-repo sub-issues supported",
|
|
83
|
+
"Currently in public preview"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"url": "https://github.com/orgs/github/projects/4247",
|
|
88
|
+
"title": "GitHub Public Roadmap",
|
|
89
|
+
"qualityScore": 88,
|
|
90
|
+
"authority": 26,
|
|
91
|
+
"recency": 20,
|
|
92
|
+
"depth": 14,
|
|
93
|
+
"examples": 18,
|
|
94
|
+
"uniqueness": 10,
|
|
95
|
+
"keyInsights": [
|
|
96
|
+
"Quarterly columns as milestones",
|
|
97
|
+
"shipped label applied with changelog link when feature lands",
|
|
98
|
+
"Items remain visible post-shipping in Shipped column",
|
|
99
|
+
"Model for public open source roadmaps"
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"url": "https://github.com/kubernetes/community/blob/master/sig-list.md",
|
|
104
|
+
"title": "Kubernetes SIG List",
|
|
105
|
+
"qualityScore": 82,
|
|
106
|
+
"authority": 24,
|
|
107
|
+
"recency": 16,
|
|
108
|
+
"depth": 16,
|
|
109
|
+
"examples": 16,
|
|
110
|
+
"uniqueness": 10,
|
|
111
|
+
"keyInsights": [
|
|
112
|
+
"Special Interest Groups own subsets of repos",
|
|
113
|
+
"Standardized labels: sig/*, kind/*, priority/*",
|
|
114
|
+
"Weekly triage meetings per SIG",
|
|
115
|
+
"Scales to 100+ repos without central bottleneck"
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"url": "https://github.com/kubernetes/enhancements",
|
|
120
|
+
"title": "kubernetes/enhancements repo",
|
|
121
|
+
"qualityScore": 80,
|
|
122
|
+
"authority": 24,
|
|
123
|
+
"recency": 16,
|
|
124
|
+
"depth": 16,
|
|
125
|
+
"examples": 14,
|
|
126
|
+
"uniqueness": 10,
|
|
127
|
+
"keyInsights": [
|
|
128
|
+
"Kubernetes Enhancement Proposals (KEPs) as structured markdown",
|
|
129
|
+
"Single repo aggregates work tracked across many implementation repos",
|
|
130
|
+
"Lifecycle stages tracked as project fields"
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"url": "https://github.com/rust-lang/rfcs",
|
|
135
|
+
"title": "rust-lang/rfcs",
|
|
136
|
+
"qualityScore": 78,
|
|
137
|
+
"authority": 22,
|
|
138
|
+
"recency": 14,
|
|
139
|
+
"depth": 16,
|
|
140
|
+
"examples": 16,
|
|
141
|
+
"uniqueness": 10,
|
|
142
|
+
"keyInsights": [
|
|
143
|
+
"RFCs as PRs enable community review via GitHub comments",
|
|
144
|
+
"Working groups coordinate cross-team implementation",
|
|
145
|
+
"Project tracks RFC lifecycle: proposed, accepted, stabilized, closed"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"url": "https://github.com/withastro/roadmap",
|
|
150
|
+
"title": "withastro/roadmap",
|
|
151
|
+
"qualityScore": 80,
|
|
152
|
+
"authority": 20,
|
|
153
|
+
"recency": 18,
|
|
154
|
+
"depth": 16,
|
|
155
|
+
"examples": 16,
|
|
156
|
+
"uniqueness": 10,
|
|
157
|
+
"keyInsights": [
|
|
158
|
+
"51 repos under withastro org coordinated via roadmap project",
|
|
159
|
+
"RFC discussions in roadmap repo, implementation in satellite repos",
|
|
160
|
+
"GitHub Actions auto-add from satellite repos to roadmap project"
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"url": "https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions",
|
|
165
|
+
"title": "Automating projects using Actions - GitHub Docs",
|
|
166
|
+
"qualityScore": 86,
|
|
167
|
+
"authority": 30,
|
|
168
|
+
"recency": 18,
|
|
169
|
+
"depth": 16,
|
|
170
|
+
"examples": 14,
|
|
171
|
+
"uniqueness": 8,
|
|
172
|
+
"keyInsights": [
|
|
173
|
+
"GitHub Actions can react to project webhooks and issue events",
|
|
174
|
+
"Cross-repo workflows require a PAT, not GITHUB_TOKEN",
|
|
175
|
+
"actions/github-script useful for GraphQL mutations in Actions"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"url": "https://docs.github.com/en/issues/planning-and-tracking-with-projects/managing-your-project/managing-access-to-your-projects",
|
|
180
|
+
"title": "Managing access to Projects - GitHub Docs",
|
|
181
|
+
"qualityScore": 78,
|
|
182
|
+
"authority": 30,
|
|
183
|
+
"recency": 16,
|
|
184
|
+
"depth": 12,
|
|
185
|
+
"examples": 10,
|
|
186
|
+
"uniqueness": 10,
|
|
187
|
+
"keyInsights": [
|
|
188
|
+
"Projects can be public or private at org level",
|
|
189
|
+
"Team-level write access configurable",
|
|
190
|
+
"Useful for contributor-facing roadmaps vs internal planning"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"url": "https://github.com/EndBug/label-sync",
|
|
195
|
+
"title": "EndBug/label-sync Action",
|
|
196
|
+
"qualityScore": 72,
|
|
197
|
+
"authority": 16,
|
|
198
|
+
"recency": 16,
|
|
199
|
+
"depth": 14,
|
|
200
|
+
"examples": 16,
|
|
201
|
+
"uniqueness": 10,
|
|
202
|
+
"keyInsights": [
|
|
203
|
+
"Sync label definitions from YAML config to all org repos",
|
|
204
|
+
"Prevents label drift across repos",
|
|
205
|
+
"Configurable delete behavior"
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"url": "https://docs.github.com/en/issues/planning-and-tracking-with-projects/understanding-fields/about-iteration-fields",
|
|
210
|
+
"title": "About Iteration Fields - GitHub Docs",
|
|
211
|
+
"qualityScore": 80,
|
|
212
|
+
"authority": 30,
|
|
213
|
+
"recency": 16,
|
|
214
|
+
"depth": 14,
|
|
215
|
+
"examples": 10,
|
|
216
|
+
"uniqueness": 10,
|
|
217
|
+
"keyInsights": [
|
|
218
|
+
"Iteration fields define time-boxed periods (sprints or releases)",
|
|
219
|
+
"Configurable duration and start date",
|
|
220
|
+
"Useful for burndown tracking across repos"
|
|
221
|
+
]
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"url": "https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests",
|
|
225
|
+
"title": "Searching Issues and Pull Requests - GitHub Docs",
|
|
226
|
+
"qualityScore": 75,
|
|
227
|
+
"authority": 30,
|
|
228
|
+
"recency": 14,
|
|
229
|
+
"depth": 12,
|
|
230
|
+
"examples": 12,
|
|
231
|
+
"uniqueness": 7,
|
|
232
|
+
"keyInsights": [
|
|
233
|
+
"AND/OR keywords and parentheses for nested searches",
|
|
234
|
+
"type: qualifier for issue types",
|
|
235
|
+
"org: qualifier to search across all org repos at once"
|
|
236
|
+
]
|
|
237
|
+
}
|
|
238
|
+
]
|
|
239
|
+
}
|