aidevops 2.52.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/AGENTS.md +614 -0
- package/.agent/accounts.md +65 -0
- package/.agent/aidevops/add-new-mcp-to-aidevops.md +456 -0
- package/.agent/aidevops/api-integrations.md +335 -0
- package/.agent/aidevops/architecture.md +510 -0
- package/.agent/aidevops/configs.md +274 -0
- package/.agent/aidevops/docs.md +244 -0
- package/.agent/aidevops/extension.md +311 -0
- package/.agent/aidevops/mcp-integrations.md +340 -0
- package/.agent/aidevops/mcp-troubleshooting.md +162 -0
- package/.agent/aidevops/memory-patterns.md +172 -0
- package/.agent/aidevops/providers.md +217 -0
- package/.agent/aidevops/recommendations.md +321 -0
- package/.agent/aidevops/requirements.md +301 -0
- package/.agent/aidevops/resources.md +214 -0
- package/.agent/aidevops/security-requirements.md +174 -0
- package/.agent/aidevops/security.md +350 -0
- package/.agent/aidevops/service-links.md +400 -0
- package/.agent/aidevops/services.md +357 -0
- package/.agent/aidevops/setup.md +153 -0
- package/.agent/aidevops/troubleshooting.md +389 -0
- package/.agent/aidevops.md +124 -0
- package/.agent/build-plus.md +244 -0
- package/.agent/content/guidelines.md +109 -0
- package/.agent/content.md +87 -0
- package/.agent/health.md +59 -0
- package/.agent/legal.md +59 -0
- package/.agent/loop-state/full-loop.local.md +16 -0
- package/.agent/loop-state/ralph-loop.local.md +10 -0
- package/.agent/marketing.md +440 -0
- package/.agent/memory/README.md +260 -0
- package/.agent/onboarding.md +796 -0
- package/.agent/plan-plus.md +245 -0
- package/.agent/research.md +100 -0
- package/.agent/sales.md +333 -0
- package/.agent/scripts/101domains-helper.sh +701 -0
- package/.agent/scripts/add-missing-returns.sh +140 -0
- package/.agent/scripts/agent-browser-helper.sh +311 -0
- package/.agent/scripts/agno-setup.sh +712 -0
- package/.agent/scripts/ahrefs-mcp-wrapper.js +168 -0
- package/.agent/scripts/aidevops-update-check.sh +71 -0
- package/.agent/scripts/ampcode-cli.sh +522 -0
- package/.agent/scripts/auto-version-bump.sh +156 -0
- package/.agent/scripts/autogen-helper.sh +512 -0
- package/.agent/scripts/beads-sync-helper.sh +596 -0
- package/.agent/scripts/closte-helper.sh +5 -0
- package/.agent/scripts/cloudron-helper.sh +321 -0
- package/.agent/scripts/codacy-cli-chunked.sh +581 -0
- package/.agent/scripts/codacy-cli.sh +442 -0
- package/.agent/scripts/code-audit-helper.sh +5 -0
- package/.agent/scripts/coderabbit-cli.sh +417 -0
- package/.agent/scripts/coderabbit-pro-analysis.sh +238 -0
- package/.agent/scripts/commands/code-simplifier.md +86 -0
- package/.agent/scripts/commands/full-loop.md +246 -0
- package/.agent/scripts/commands/postflight-loop.md +103 -0
- package/.agent/scripts/commands/recall.md +182 -0
- package/.agent/scripts/commands/remember.md +132 -0
- package/.agent/scripts/commands/save-todo.md +175 -0
- package/.agent/scripts/commands/session-review.md +154 -0
- package/.agent/scripts/comprehensive-quality-fix.sh +106 -0
- package/.agent/scripts/context-builder-helper.sh +522 -0
- package/.agent/scripts/coolify-cli-helper.sh +674 -0
- package/.agent/scripts/coolify-helper.sh +380 -0
- package/.agent/scripts/crawl4ai-examples.sh +401 -0
- package/.agent/scripts/crawl4ai-helper.sh +1078 -0
- package/.agent/scripts/crewai-helper.sh +681 -0
- package/.agent/scripts/dev-browser-helper.sh +513 -0
- package/.agent/scripts/dns-helper.sh +396 -0
- package/.agent/scripts/domain-research-helper.sh +917 -0
- package/.agent/scripts/dspy-helper.sh +285 -0
- package/.agent/scripts/dspyground-helper.sh +291 -0
- package/.agent/scripts/eeat-score-helper.sh +1242 -0
- package/.agent/scripts/efficient-return-fix.sh +92 -0
- package/.agent/scripts/extract-opencode-prompts.sh +128 -0
- package/.agent/scripts/find-missing-returns.sh +113 -0
- package/.agent/scripts/fix-auth-headers.sh +104 -0
- package/.agent/scripts/fix-common-strings.sh +254 -0
- package/.agent/scripts/fix-content-type.sh +100 -0
- package/.agent/scripts/fix-error-messages.sh +130 -0
- package/.agent/scripts/fix-misplaced-returns.sh +74 -0
- package/.agent/scripts/fix-remaining-literals.sh +152 -0
- package/.agent/scripts/fix-return-statements.sh +41 -0
- package/.agent/scripts/fix-s131-default-cases.sh +249 -0
- package/.agent/scripts/fix-sc2155-simple.sh +102 -0
- package/.agent/scripts/fix-shellcheck-critical.sh +187 -0
- package/.agent/scripts/fix-string-literals.sh +273 -0
- package/.agent/scripts/full-loop-helper.sh +773 -0
- package/.agent/scripts/generate-opencode-agents.sh +497 -0
- package/.agent/scripts/generate-opencode-commands.sh +1629 -0
- package/.agent/scripts/generate-skills.sh +366 -0
- package/.agent/scripts/git-platforms-helper.sh +640 -0
- package/.agent/scripts/gitea-cli-helper.sh +743 -0
- package/.agent/scripts/github-cli-helper.sh +702 -0
- package/.agent/scripts/gitlab-cli-helper.sh +682 -0
- package/.agent/scripts/gsc-add-user-helper.sh +325 -0
- package/.agent/scripts/gsc-sitemap-helper.sh +678 -0
- package/.agent/scripts/hetzner-helper.sh +485 -0
- package/.agent/scripts/hostinger-helper.sh +229 -0
- package/.agent/scripts/keyword-research-helper.sh +1815 -0
- package/.agent/scripts/langflow-helper.sh +544 -0
- package/.agent/scripts/linkedin-automation.py +241 -0
- package/.agent/scripts/linter-manager.sh +599 -0
- package/.agent/scripts/linters-local.sh +434 -0
- package/.agent/scripts/list-keys-helper.sh +488 -0
- package/.agent/scripts/local-browser-automation.py +339 -0
- package/.agent/scripts/localhost-helper.sh +744 -0
- package/.agent/scripts/loop-common.sh +806 -0
- package/.agent/scripts/mainwp-helper.sh +728 -0
- package/.agent/scripts/markdown-formatter.sh +338 -0
- package/.agent/scripts/markdown-lint-fix.sh +311 -0
- package/.agent/scripts/mass-fix-returns.sh +58 -0
- package/.agent/scripts/mcp-diagnose.sh +167 -0
- package/.agent/scripts/mcp-inspector-helper.sh +449 -0
- package/.agent/scripts/memory-helper.sh +650 -0
- package/.agent/scripts/monitor-code-review.sh +255 -0
- package/.agent/scripts/onboarding-helper.sh +706 -0
- package/.agent/scripts/opencode-github-setup-helper.sh +797 -0
- package/.agent/scripts/opencode-test-helper.sh +213 -0
- package/.agent/scripts/pagespeed-helper.sh +464 -0
- package/.agent/scripts/pandoc-helper.sh +362 -0
- package/.agent/scripts/postflight-check.sh +555 -0
- package/.agent/scripts/pre-commit-hook.sh +259 -0
- package/.agent/scripts/pre-edit-check.sh +169 -0
- package/.agent/scripts/qlty-cli.sh +356 -0
- package/.agent/scripts/quality-cli-manager.sh +525 -0
- package/.agent/scripts/quality-feedback-helper.sh +462 -0
- package/.agent/scripts/quality-fix.sh +263 -0
- package/.agent/scripts/quality-loop-helper.sh +1108 -0
- package/.agent/scripts/ralph-loop-helper.sh +836 -0
- package/.agent/scripts/ralph-upstream-check.sh +341 -0
- package/.agent/scripts/secretlint-helper.sh +847 -0
- package/.agent/scripts/servers-helper.sh +241 -0
- package/.agent/scripts/ses-helper.sh +619 -0
- package/.agent/scripts/session-review-helper.sh +404 -0
- package/.agent/scripts/setup-linters-wizard.sh +379 -0
- package/.agent/scripts/setup-local-api-keys.sh +330 -0
- package/.agent/scripts/setup-mcp-integrations.sh +472 -0
- package/.agent/scripts/shared-constants.sh +246 -0
- package/.agent/scripts/site-crawler-helper.sh +1487 -0
- package/.agent/scripts/snyk-helper.sh +940 -0
- package/.agent/scripts/sonarcloud-autofix.sh +193 -0
- package/.agent/scripts/sonarcloud-cli.sh +191 -0
- package/.agent/scripts/sonarscanner-cli.sh +455 -0
- package/.agent/scripts/spaceship-helper.sh +747 -0
- package/.agent/scripts/stagehand-helper.sh +321 -0
- package/.agent/scripts/stagehand-python-helper.sh +321 -0
- package/.agent/scripts/stagehand-python-setup.sh +441 -0
- package/.agent/scripts/stagehand-setup.sh +439 -0
- package/.agent/scripts/system-cleanup.sh +340 -0
- package/.agent/scripts/terminal-title-helper.sh +388 -0
- package/.agent/scripts/terminal-title-setup.sh +549 -0
- package/.agent/scripts/test-stagehand-both-integration.sh +317 -0
- package/.agent/scripts/test-stagehand-integration.sh +309 -0
- package/.agent/scripts/test-stagehand-python-integration.sh +341 -0
- package/.agent/scripts/todo-ready.sh +263 -0
- package/.agent/scripts/tool-version-check.sh +362 -0
- package/.agent/scripts/toon-helper.sh +469 -0
- package/.agent/scripts/twilio-helper.sh +917 -0
- package/.agent/scripts/updown-helper.sh +279 -0
- package/.agent/scripts/validate-mcp-integrations.sh +250 -0
- package/.agent/scripts/validate-version-consistency.sh +131 -0
- package/.agent/scripts/vaultwarden-helper.sh +597 -0
- package/.agent/scripts/vercel-cli-helper.sh +816 -0
- package/.agent/scripts/verify-mirrors.sh +169 -0
- package/.agent/scripts/version-manager.sh +831 -0
- package/.agent/scripts/webhosting-helper.sh +471 -0
- package/.agent/scripts/webhosting-verify.sh +238 -0
- package/.agent/scripts/wordpress-mcp-helper.sh +508 -0
- package/.agent/scripts/worktree-helper.sh +595 -0
- package/.agent/scripts/worktree-sessions.sh +577 -0
- package/.agent/seo/dataforseo.md +215 -0
- package/.agent/seo/domain-research.md +532 -0
- package/.agent/seo/eeat-score.md +659 -0
- package/.agent/seo/google-search-console.md +366 -0
- package/.agent/seo/gsc-sitemaps.md +282 -0
- package/.agent/seo/keyword-research.md +521 -0
- package/.agent/seo/serper.md +278 -0
- package/.agent/seo/site-crawler.md +387 -0
- package/.agent/seo.md +236 -0
- package/.agent/services/accounting/quickfile.md +159 -0
- package/.agent/services/communications/telfon.md +470 -0
- package/.agent/services/communications/twilio.md +569 -0
- package/.agent/services/crm/fluentcrm.md +449 -0
- package/.agent/services/email/ses.md +399 -0
- package/.agent/services/hosting/101domains.md +378 -0
- package/.agent/services/hosting/closte.md +177 -0
- package/.agent/services/hosting/cloudflare.md +251 -0
- package/.agent/services/hosting/cloudron.md +478 -0
- package/.agent/services/hosting/dns-providers.md +335 -0
- package/.agent/services/hosting/domain-purchasing.md +344 -0
- package/.agent/services/hosting/hetzner.md +327 -0
- package/.agent/services/hosting/hostinger.md +287 -0
- package/.agent/services/hosting/localhost.md +419 -0
- package/.agent/services/hosting/spaceship.md +353 -0
- package/.agent/services/hosting/webhosting.md +330 -0
- package/.agent/social-media.md +69 -0
- package/.agent/templates/plans-template.md +114 -0
- package/.agent/templates/prd-template.md +129 -0
- package/.agent/templates/tasks-template.md +108 -0
- package/.agent/templates/todo-template.md +89 -0
- package/.agent/tools/ai-assistants/agno.md +471 -0
- package/.agent/tools/ai-assistants/capsolver.md +326 -0
- package/.agent/tools/ai-assistants/configuration.md +221 -0
- package/.agent/tools/ai-assistants/overview.md +209 -0
- package/.agent/tools/ai-assistants/status.md +171 -0
- package/.agent/tools/ai-assistants/windsurf.md +193 -0
- package/.agent/tools/ai-orchestration/autogen.md +406 -0
- package/.agent/tools/ai-orchestration/crewai.md +445 -0
- package/.agent/tools/ai-orchestration/langflow.md +405 -0
- package/.agent/tools/ai-orchestration/openprose.md +487 -0
- package/.agent/tools/ai-orchestration/overview.md +362 -0
- package/.agent/tools/ai-orchestration/packaging.md +647 -0
- package/.agent/tools/browser/agent-browser.md +464 -0
- package/.agent/tools/browser/browser-automation.md +400 -0
- package/.agent/tools/browser/chrome-devtools.md +282 -0
- package/.agent/tools/browser/crawl4ai-integration.md +422 -0
- package/.agent/tools/browser/crawl4ai-resources.md +277 -0
- package/.agent/tools/browser/crawl4ai-usage.md +416 -0
- package/.agent/tools/browser/crawl4ai.md +585 -0
- package/.agent/tools/browser/dev-browser.md +341 -0
- package/.agent/tools/browser/pagespeed.md +260 -0
- package/.agent/tools/browser/playwright.md +266 -0
- package/.agent/tools/browser/playwriter.md +310 -0
- package/.agent/tools/browser/stagehand-examples.md +456 -0
- package/.agent/tools/browser/stagehand-python.md +483 -0
- package/.agent/tools/browser/stagehand.md +421 -0
- package/.agent/tools/build-agent/agent-review.md +224 -0
- package/.agent/tools/build-agent/build-agent.md +784 -0
- package/.agent/tools/build-mcp/aidevops-plugin.md +476 -0
- package/.agent/tools/build-mcp/api-wrapper.md +445 -0
- package/.agent/tools/build-mcp/build-mcp.md +240 -0
- package/.agent/tools/build-mcp/deployment.md +401 -0
- package/.agent/tools/build-mcp/server-patterns.md +632 -0
- package/.agent/tools/build-mcp/transports.md +366 -0
- package/.agent/tools/code-review/auditing.md +383 -0
- package/.agent/tools/code-review/automation.md +219 -0
- package/.agent/tools/code-review/best-practices.md +203 -0
- package/.agent/tools/code-review/codacy.md +151 -0
- package/.agent/tools/code-review/code-simplifier.md +174 -0
- package/.agent/tools/code-review/code-standards.md +309 -0
- package/.agent/tools/code-review/coderabbit.md +101 -0
- package/.agent/tools/code-review/management.md +155 -0
- package/.agent/tools/code-review/qlty.md +248 -0
- package/.agent/tools/code-review/secretlint.md +565 -0
- package/.agent/tools/code-review/setup.md +250 -0
- package/.agent/tools/code-review/snyk.md +563 -0
- package/.agent/tools/code-review/tools.md +230 -0
- package/.agent/tools/content/summarize.md +353 -0
- package/.agent/tools/context/augment-context-engine.md +468 -0
- package/.agent/tools/context/context-builder-agent.md +76 -0
- package/.agent/tools/context/context-builder.md +375 -0
- package/.agent/tools/context/context7.md +371 -0
- package/.agent/tools/context/dspy.md +302 -0
- package/.agent/tools/context/dspyground.md +374 -0
- package/.agent/tools/context/llm-tldr.md +219 -0
- package/.agent/tools/context/osgrep.md +488 -0
- package/.agent/tools/context/prompt-optimization.md +338 -0
- package/.agent/tools/context/toon.md +292 -0
- package/.agent/tools/conversion/pandoc.md +304 -0
- package/.agent/tools/credentials/api-key-management.md +154 -0
- package/.agent/tools/credentials/api-key-setup.md +224 -0
- package/.agent/tools/credentials/environment-variables.md +180 -0
- package/.agent/tools/credentials/vaultwarden.md +382 -0
- package/.agent/tools/data-extraction/outscraper.md +974 -0
- package/.agent/tools/deployment/coolify-cli.md +388 -0
- package/.agent/tools/deployment/coolify-setup.md +353 -0
- package/.agent/tools/deployment/coolify.md +345 -0
- package/.agent/tools/deployment/vercel.md +390 -0
- package/.agent/tools/git/authentication.md +132 -0
- package/.agent/tools/git/gitea-cli.md +193 -0
- package/.agent/tools/git/github-actions.md +207 -0
- package/.agent/tools/git/github-cli.md +223 -0
- package/.agent/tools/git/gitlab-cli.md +190 -0
- package/.agent/tools/git/opencode-github-security.md +350 -0
- package/.agent/tools/git/opencode-github.md +328 -0
- package/.agent/tools/git/opencode-gitlab.md +252 -0
- package/.agent/tools/git/security.md +196 -0
- package/.agent/tools/git.md +207 -0
- package/.agent/tools/opencode/oh-my-opencode.md +375 -0
- package/.agent/tools/opencode/opencode-anthropic-auth.md +446 -0
- package/.agent/tools/opencode/opencode.md +651 -0
- package/.agent/tools/social-media/bird.md +437 -0
- package/.agent/tools/task-management/beads.md +336 -0
- package/.agent/tools/terminal/terminal-title.md +251 -0
- package/.agent/tools/ui/shadcn.md +196 -0
- package/.agent/tools/ui/ui-skills.md +115 -0
- package/.agent/tools/wordpress/localwp.md +311 -0
- package/.agent/tools/wordpress/mainwp.md +391 -0
- package/.agent/tools/wordpress/scf.md +527 -0
- package/.agent/tools/wordpress/wp-admin.md +729 -0
- package/.agent/tools/wordpress/wp-dev.md +940 -0
- package/.agent/tools/wordpress/wp-preferred.md +398 -0
- package/.agent/tools/wordpress.md +95 -0
- package/.agent/workflows/branch/bugfix.md +63 -0
- package/.agent/workflows/branch/chore.md +95 -0
- package/.agent/workflows/branch/experiment.md +115 -0
- package/.agent/workflows/branch/feature.md +59 -0
- package/.agent/workflows/branch/hotfix.md +98 -0
- package/.agent/workflows/branch/refactor.md +92 -0
- package/.agent/workflows/branch/release.md +96 -0
- package/.agent/workflows/branch.md +347 -0
- package/.agent/workflows/bug-fixing.md +267 -0
- package/.agent/workflows/changelog.md +129 -0
- package/.agent/workflows/code-audit-remote.md +279 -0
- package/.agent/workflows/conversation-starter.md +69 -0
- package/.agent/workflows/error-feedback.md +578 -0
- package/.agent/workflows/feature-development.md +355 -0
- package/.agent/workflows/git-workflow.md +702 -0
- package/.agent/workflows/multi-repo-workspace.md +268 -0
- package/.agent/workflows/plans.md +709 -0
- package/.agent/workflows/postflight.md +604 -0
- package/.agent/workflows/pr.md +571 -0
- package/.agent/workflows/preflight.md +278 -0
- package/.agent/workflows/ralph-loop.md +773 -0
- package/.agent/workflows/release.md +498 -0
- package/.agent/workflows/session-manager.md +254 -0
- package/.agent/workflows/session-review.md +311 -0
- package/.agent/workflows/sql-migrations.md +631 -0
- package/.agent/workflows/version-bump.md +283 -0
- package/.agent/workflows/wiki-update.md +333 -0
- package/.agent/workflows/worktree.md +477 -0
- package/LICENSE +21 -0
- package/README.md +1446 -0
- package/VERSION +1 -0
- package/aidevops.sh +1746 -0
- package/bin/aidevops +21 -0
- package/package.json +75 -0
- package/scripts/npm-postinstall.js +60 -0
- package/setup.sh +2366 -0
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: External resources and documentation links
|
|
3
|
+
mode: subagent
|
|
4
|
+
tools:
|
|
5
|
+
read: true
|
|
6
|
+
write: false
|
|
7
|
+
edit: false
|
|
8
|
+
bash: false
|
|
9
|
+
glob: true
|
|
10
|
+
grep: true
|
|
11
|
+
webfetch: true
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# External Resources & Links
|
|
15
|
+
|
|
16
|
+
<!-- AI-CONTEXT-START -->
|
|
17
|
+
|
|
18
|
+
## Quick Reference
|
|
19
|
+
|
|
20
|
+
- **Hosting APIs**: Hostinger, Hetzner, Closte, Cloudron, Coolify
|
|
21
|
+
- **Quality APIs**: CodeRabbit, CodeFactor, Codacy, SonarCloud
|
|
22
|
+
- **Git APIs**: GitHub REST/GraphQL, GitLab v4, Gitea
|
|
23
|
+
- **DNS APIs**: Cloudflare, Namecheap, Route 53
|
|
24
|
+
- **MCP Protocol**: https://spec.modelcontextprotocol.io/
|
|
25
|
+
- **AGENTS.md Standard**: https://agents.md/
|
|
26
|
+
- **CLI Tools**: jq, curl, git, Bitwarden CLI
|
|
27
|
+
- **DevOps**: Terraform, Ansible, Docker, Kubernetes
|
|
28
|
+
- **CI/CD**: GitHub Actions, GitLab CI/CD
|
|
29
|
+
- **Config templates**: `configs/[service]-config.json.txt`
|
|
30
|
+
<!-- AI-CONTEXT-END -->
|
|
31
|
+
|
|
32
|
+
## Service Documentation & APIs
|
|
33
|
+
|
|
34
|
+
### Infrastructure & Hosting
|
|
35
|
+
|
|
36
|
+
- **Hostinger API**: https://developers.hostinger.com/
|
|
37
|
+
- **Hetzner Cloud API**: https://docs.hetzner.cloud/
|
|
38
|
+
- **Closte API**: https://closte.com/api-documentation
|
|
39
|
+
- **Cloudron API**: https://docs.cloudron.io/api/
|
|
40
|
+
|
|
41
|
+
### Deployment & Orchestration
|
|
42
|
+
|
|
43
|
+
- **Coolify API**: https://coolify.io/.agent/api
|
|
44
|
+
- **Coolify GitHub**: https://github.com/coollabsio/coolify
|
|
45
|
+
|
|
46
|
+
### Content Management
|
|
47
|
+
|
|
48
|
+
- **MainWP API**: https://mainwp.com/help/.agent/mainwp-rest-api/
|
|
49
|
+
- **MainWP Extensions**: https://mainwp.com/extensions/
|
|
50
|
+
|
|
51
|
+
### Security & Secrets
|
|
52
|
+
|
|
53
|
+
- **Vaultwarden**: https://github.com/dani-garcia/vaultwarden
|
|
54
|
+
- **Bitwarden API**: https://bitwarden.com/help/api/
|
|
55
|
+
- **Bitwarden CLI**: https://bitwarden.com/help/cli/
|
|
56
|
+
|
|
57
|
+
### Code Quality & Auditing
|
|
58
|
+
|
|
59
|
+
- **CodeRabbit API**: https://docs.coderabbit.ai/
|
|
60
|
+
- **CodeFactor API**: https://docs.codefactor.io/
|
|
61
|
+
- **Codacy API**: https://docs.codacy.com/codacy-api/
|
|
62
|
+
- **SonarCloud API**: https://docs.sonarsource.com/sonarqube-cloud/
|
|
63
|
+
|
|
64
|
+
### Version Control & Git Platforms
|
|
65
|
+
|
|
66
|
+
- **GitHub API**: https://docs.github.com/en/rest
|
|
67
|
+
- **GitLab API**: https://docs.gitlab.com/ee/api/
|
|
68
|
+
- **Gitea API**: https://docs.gitea.io/en-us/api-usage/
|
|
69
|
+
|
|
70
|
+
### Email Services
|
|
71
|
+
|
|
72
|
+
- **Amazon SES API**: https://docs.aws.amazon.com/ses/
|
|
73
|
+
- **SES Developer Guide**: https://docs.aws.amazon.com/ses/latest/dg/
|
|
74
|
+
|
|
75
|
+
### Domain & DNS
|
|
76
|
+
|
|
77
|
+
- **Spaceship API**: https://spaceship.com/api
|
|
78
|
+
- **101domains API**: https://101domain.com/api
|
|
79
|
+
- **Cloudflare API**: https://developers.cloudflare.com/api/
|
|
80
|
+
- **Namecheap API**: https://www.namecheap.com/support/api/
|
|
81
|
+
- **Route 53 API**: https://docs.aws.amazon.com/route53/
|
|
82
|
+
|
|
83
|
+
## MCP Server Resources
|
|
84
|
+
|
|
85
|
+
### Official MCP Servers
|
|
86
|
+
|
|
87
|
+
- **Context7 MCP**: https://github.com/context7/mcp-server
|
|
88
|
+
- **Bitwarden MCP**: https://github.com/bitwarden/mcp-server
|
|
89
|
+
- **GitHub MCP**: https://github.com/github/mcp-server
|
|
90
|
+
|
|
91
|
+
### Community MCP Servers
|
|
92
|
+
|
|
93
|
+
- **Codacy MCP**: https://github.com/codacy/codacy-mcp-server
|
|
94
|
+
- **SonarQube MCP**: https://github.com/SonarSource/sonarqube-mcp-server
|
|
95
|
+
- **GitLab MCP**: https://gitlab.com/gitlab-org/mcp-server
|
|
96
|
+
|
|
97
|
+
### MCP Protocol Documentation
|
|
98
|
+
|
|
99
|
+
- **MCP Specification**: https://spec.modelcontextprotocol.io/
|
|
100
|
+
- **MCP SDK**: https://github.com/modelcontextprotocol/sdk
|
|
101
|
+
- **MCP Examples**: https://github.com/modelcontextprotocol/examples
|
|
102
|
+
|
|
103
|
+
## Development Tools & Resources
|
|
104
|
+
|
|
105
|
+
### CLI Tools
|
|
106
|
+
|
|
107
|
+
- **jq (JSON processor)**: https://jqlang.github.io/jq/
|
|
108
|
+
- **curl (HTTP client)**: https://curl.se/.agent/
|
|
109
|
+
- **git (Version control)**: https://git-scm.com/docs
|
|
110
|
+
- **Bitwarden CLI**: https://bitwarden.com/help/cli/
|
|
111
|
+
|
|
112
|
+
### Package Managers
|
|
113
|
+
|
|
114
|
+
- **Homebrew (macOS)**: https://brew.sh/
|
|
115
|
+
- **APT (Ubuntu/Debian)**: https://ubuntu.com/server/.agent/package-management
|
|
116
|
+
- **npm (Node.js)**: https://docs.npmjs.com/
|
|
117
|
+
|
|
118
|
+
### Security Tools
|
|
119
|
+
|
|
120
|
+
- **OpenSSL**: https://www.openssl.org/.agent/
|
|
121
|
+
- **GPG**: https://gnupg.org/documentation/
|
|
122
|
+
- **SSH**: https://www.openssh.com/manual.html
|
|
123
|
+
|
|
124
|
+
## Standards & Specifications
|
|
125
|
+
|
|
126
|
+
### AI Agent Standards
|
|
127
|
+
|
|
128
|
+
- **AGENTS.md Standard**: https://agents.md/
|
|
129
|
+
- **Agent Directory Proposal**: https://github.com/agents-md/agents.md
|
|
130
|
+
- **MCP Protocol**: https://spec.modelcontextprotocol.io/
|
|
131
|
+
|
|
132
|
+
### API Standards
|
|
133
|
+
|
|
134
|
+
- **REST API Design**: https://restfulapi.net/
|
|
135
|
+
- **OpenAPI Specification**: https://swagger.io/specification/
|
|
136
|
+
- **JSON Schema**: https://json-schema.org/
|
|
137
|
+
|
|
138
|
+
### Security Standards
|
|
139
|
+
|
|
140
|
+
- **OWASP API Security**: https://owasp.org/www-project-api-security/
|
|
141
|
+
- **OAuth 2.0**: https://oauth.net/2/
|
|
142
|
+
- **JWT**: https://jwt.io/
|
|
143
|
+
|
|
144
|
+
## Monitoring & Observability
|
|
145
|
+
|
|
146
|
+
### Monitoring Tools
|
|
147
|
+
|
|
148
|
+
- **Prometheus**: https://prometheus.io/.agent/
|
|
149
|
+
- **Grafana**: https://grafana.com/.agent/
|
|
150
|
+
- **Uptime Robot**: https://uptimerobot.com/api/
|
|
151
|
+
|
|
152
|
+
### Log Management
|
|
153
|
+
|
|
154
|
+
- **ELK Stack**: https://www.elastic.co/elastic-stack/
|
|
155
|
+
- **Fluentd**: https://docs.fluentd.org/
|
|
156
|
+
- **Logrotate**: https://linux.die.net/man/8/logrotate
|
|
157
|
+
|
|
158
|
+
## DevOps Resources
|
|
159
|
+
|
|
160
|
+
### Infrastructure as Code
|
|
161
|
+
|
|
162
|
+
- **Terraform**: https://developer.hashicorp.com/terraform/docs
|
|
163
|
+
- **Ansible**: https://docs.ansible.com/
|
|
164
|
+
- **Docker**: https://docs.docker.com/
|
|
165
|
+
|
|
166
|
+
### CI/CD Platforms
|
|
167
|
+
|
|
168
|
+
- **GitHub Actions**: https://docs.github.com/en/actions
|
|
169
|
+
- **GitLab CI/CD**: https://docs.gitlab.com/ee/ci/
|
|
170
|
+
- **Jenkins**: https://www.jenkins.io/doc/
|
|
171
|
+
|
|
172
|
+
### Container Orchestration
|
|
173
|
+
|
|
174
|
+
- **Kubernetes**: https://kubernetes.io/.agent/
|
|
175
|
+
- **Docker Compose**: https://docs.docker.com/compose/
|
|
176
|
+
- **Portainer**: https://docs.portainer.io/
|
|
177
|
+
|
|
178
|
+
## Learning Resources
|
|
179
|
+
|
|
180
|
+
### DevOps Learning
|
|
181
|
+
|
|
182
|
+
- **DevOps Roadmap**: https://roadmap.sh/devops
|
|
183
|
+
- **AWS Training**: https://aws.amazon.com/training/
|
|
184
|
+
- **Google Cloud Training**: https://cloud.google.com/training
|
|
185
|
+
|
|
186
|
+
### API Development
|
|
187
|
+
|
|
188
|
+
- **Postman Learning**: https://learning.postman.com/
|
|
189
|
+
- **REST API Tutorial**: https://restapitutorial.com/
|
|
190
|
+
- **GraphQL Learning**: https://graphql.org/learn/
|
|
191
|
+
|
|
192
|
+
### Security Learning
|
|
193
|
+
|
|
194
|
+
- **OWASP Learning**: https://owasp.org/www-project-top-ten/
|
|
195
|
+
- **Security Headers**: https://securityheaders.com/
|
|
196
|
+
- **SSL Labs**: https://www.ssllabs.com/ssltest/
|
|
197
|
+
|
|
198
|
+
## Configuration Examples
|
|
199
|
+
|
|
200
|
+
### Service Configuration Templates
|
|
201
|
+
|
|
202
|
+
- All configuration templates are in `../configs/` directory
|
|
203
|
+
- Follow the pattern: `[service]-config.json.txt`
|
|
204
|
+
- Use placeholder values like `YOUR_API_TOKEN_HERE`
|
|
205
|
+
|
|
206
|
+
### Environment Setup
|
|
207
|
+
|
|
208
|
+
- **macOS Setup**: Use Homebrew for package management
|
|
209
|
+
- **Linux Setup**: Use distribution package manager
|
|
210
|
+
- **Windows Setup**: Use WSL2 for best compatibility
|
|
211
|
+
|
|
212
|
+
---
|
|
213
|
+
|
|
214
|
+
**These resources provide comprehensive external documentation and tools needed to effectively use and extend the AI DevOps Framework.**
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Critical security compliance requirements
|
|
3
|
+
mode: subagent
|
|
4
|
+
tools:
|
|
5
|
+
read: true
|
|
6
|
+
write: false
|
|
7
|
+
edit: false
|
|
8
|
+
bash: false
|
|
9
|
+
glob: true
|
|
10
|
+
grep: true
|
|
11
|
+
webfetch: false
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Security Requirements - CRITICAL COMPLIANCE
|
|
15
|
+
|
|
16
|
+
<!-- AI-CONTEXT-START -->
|
|
17
|
+
|
|
18
|
+
## Quick Reference
|
|
19
|
+
|
|
20
|
+
- **NEVER**: Hardcode API keys, commit credentials, include keys in commit messages
|
|
21
|
+
- **ALWAYS**: Environment variables, GitHub Secrets for CI/CD, template placeholders
|
|
22
|
+
- **Protected Files**: `configs/*-config.json`, `.env`, `*.key`, `*.pem`, `secrets/`
|
|
23
|
+
- **Templates OK**: `configs/service-config.json.txt` with `YOUR_API_TOKEN_HERE` placeholders
|
|
24
|
+
- **If Exposed**: Revoke immediately → Generate new → Update local + GitHub → Clean Git history
|
|
25
|
+
- **Git Cleanup**: `git filter-branch` to remove from history, force push
|
|
26
|
+
- **Rotation**: Every 90 days for Codacy, SonarCloud, GitHub tokens
|
|
27
|
+
- **Audits**: Monthly key review, quarterly access review, annual policy review
|
|
28
|
+
<!-- AI-CONTEXT-END -->
|
|
29
|
+
|
|
30
|
+
## Zero Tolerance Security Policies
|
|
31
|
+
|
|
32
|
+
### API Key Management (MANDATORY)
|
|
33
|
+
|
|
34
|
+
#### ❌ Never Allowed:
|
|
35
|
+
|
|
36
|
+
- Hardcoding API keys in source code
|
|
37
|
+
- Committing credentials to repository
|
|
38
|
+
- Storing secrets in configuration files tracked by Git
|
|
39
|
+
- Sharing API keys in documentation or comments
|
|
40
|
+
- **Including API keys in commit messages** (CRITICAL VIOLATION)
|
|
41
|
+
- Exposing credentials in Git history or commit metadata
|
|
42
|
+
|
|
43
|
+
#### **✅ REQUIRED PRACTICES:**
|
|
44
|
+
|
|
45
|
+
**Local Development:**
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
# Store in environment variables
|
|
49
|
+
export CODACY_API_TOKEN="your_token_here"
|
|
50
|
+
export SONAR_TOKEN="your_token_here"
|
|
51
|
+
export GITHUB_TOKEN="your_token_here"
|
|
52
|
+
|
|
53
|
+
# Add to shell profile for persistence
|
|
54
|
+
echo 'export CODACY_API_TOKEN="your_token_here"' >> ~/.bashrc
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
**GitHub Actions:**
|
|
58
|
+
|
|
59
|
+
```yaml
|
|
60
|
+
# Use GitHub Secrets
|
|
61
|
+
env:
|
|
62
|
+
CODACY_API_TOKEN: ${{ secrets.CODACY_API_TOKEN }}
|
|
63
|
+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
**Configuration Files:**
|
|
67
|
+
|
|
68
|
+
```json
|
|
69
|
+
{
|
|
70
|
+
"api_token": "YOUR_API_TOKEN_HERE", // Template placeholder
|
|
71
|
+
"api_token": "${CODACY_API_TOKEN}" // Environment variable reference
|
|
72
|
+
}
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
### **File Security Requirements**
|
|
76
|
+
|
|
77
|
+
#### **Protected Files (.gitignore):**
|
|
78
|
+
|
|
79
|
+
```text
|
|
80
|
+
# Security - Never commit sensitive information
|
|
81
|
+
configs/*-config.json
|
|
82
|
+
.env
|
|
83
|
+
.env.local
|
|
84
|
+
*.key
|
|
85
|
+
*.pem
|
|
86
|
+
secrets/
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
#### **Template Files (Safe to commit):**
|
|
90
|
+
|
|
91
|
+
```text
|
|
92
|
+
configs/service-config.json.txt // Template with placeholders
|
|
93
|
+
configs/service-config.json // Actual config (gitignored)
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
### **Security Incident Response**
|
|
97
|
+
|
|
98
|
+
#### **If API Key is Exposed:**
|
|
99
|
+
|
|
100
|
+
1. **IMMEDIATE**: Revoke the exposed key at provider
|
|
101
|
+
2. **IMMEDIATE**: Generate new API key
|
|
102
|
+
3. **IMMEDIATE**: Update local environment variables
|
|
103
|
+
4. **IMMEDIATE**: Update GitHub Secrets
|
|
104
|
+
5. **IMMEDIATE**: Remove key from Git history if committed
|
|
105
|
+
6. **DOCUMENT**: Log incident and remediation steps
|
|
106
|
+
|
|
107
|
+
#### **Git History Cleanup:**
|
|
108
|
+
|
|
109
|
+
```bash
|
|
110
|
+
# Remove sensitive file from history
|
|
111
|
+
git filter-branch --force --index-filter \
|
|
112
|
+
'git rm --cached --ignore-unmatch path/to/sensitive/file' \
|
|
113
|
+
--prune-empty --tag-name-filter cat -- --all
|
|
114
|
+
|
|
115
|
+
# Fix commit message with API key
|
|
116
|
+
git reset --hard COMMIT_HASH
|
|
117
|
+
git commit --amend -F secure-message.txt
|
|
118
|
+
git cherry-pick SUBSEQUENT_COMMITS
|
|
119
|
+
git push --force-with-lease origin main
|
|
120
|
+
|
|
121
|
+
# Force push to rewrite history
|
|
122
|
+
git push origin --force --all
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
### **Compliance Verification**
|
|
126
|
+
|
|
127
|
+
#### **Pre-Commit Checks:**
|
|
128
|
+
|
|
129
|
+
```bash
|
|
130
|
+
# Scan for potential secrets
|
|
131
|
+
grep -r "api_token.*:" . --include="*.sh" --include="*.json"
|
|
132
|
+
grep -r "API_TOKEN.*=" . --include="*.sh" --include="*.yml"
|
|
133
|
+
|
|
134
|
+
# Verify .gitignore coverage
|
|
135
|
+
git status --ignored
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
#### **Regular Security Audits:**
|
|
139
|
+
|
|
140
|
+
- Monthly review of all API keys and rotation
|
|
141
|
+
- Quarterly access review for all service accounts
|
|
142
|
+
- Annual security policy review and updates
|
|
143
|
+
|
|
144
|
+
### **Provider-Specific Security**
|
|
145
|
+
|
|
146
|
+
#### **Codacy:**
|
|
147
|
+
|
|
148
|
+
- API tokens from: https://app.codacy.com/account/api-tokens
|
|
149
|
+
- Scope: Repository analysis only
|
|
150
|
+
- Rotation: Every 90 days
|
|
151
|
+
|
|
152
|
+
#### **SonarCloud:**
|
|
153
|
+
|
|
154
|
+
- Tokens from: https://sonarcloud.io/account/security
|
|
155
|
+
- Scope: Project analysis only
|
|
156
|
+
- Rotation: Every 90 days
|
|
157
|
+
|
|
158
|
+
#### **GitHub:**
|
|
159
|
+
|
|
160
|
+
- Personal Access Tokens with minimal required scopes
|
|
161
|
+
- Fine-grained tokens preferred over classic tokens
|
|
162
|
+
- Regular review of token usage and permissions
|
|
163
|
+
|
|
164
|
+
## 🎯 **SECURITY COMPLIANCE CHECKLIST**
|
|
165
|
+
|
|
166
|
+
- [ ] No API keys in source code
|
|
167
|
+
- [ ] All sensitive configs in .gitignore
|
|
168
|
+
- [ ] Environment variables configured locally
|
|
169
|
+
- [ ] GitHub Secrets configured for CI/CD
|
|
170
|
+
- [ ] Regular key rotation schedule established
|
|
171
|
+
- [ ] Incident response procedures documented
|
|
172
|
+
- [ ] Security audit schedule implemented
|
|
173
|
+
|
|
174
|
+
**REMEMBER: Security is not optional - it's mandatory for professional development.**
|