Skip to content

chore(devforge): add misc changes#63

Merged
Coding-Dev-Tools merged 8 commits into
mainfrom
cowork/batch-update-20260630005152
Jul 4, 2026
Merged

chore(devforge): add misc changes#63
Coding-Dev-Tools merged 8 commits into
mainfrom
cowork/batch-update-20260630005152

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

Changes

Automated submission of local changes.

Commits


Branch: cowork/batch-update-20260630005152 -> main

DevForge Engineer and others added 7 commits May 19, 2026 16:36
… license

Automated batch commit.

Files changed:
  A  .github/CODEOWNERS
  A  .github/ISSUE_TEMPLATE/bug_report.yml
  A  .github/ISSUE_TEMPLATE/feature_request.yml
  A  .github/dependabot.yml
  AA .github/workflows/ci.yml
  M  .gitignore
  A  .pre-commit-config.yaml
  M  404.html
  A  AGENTS.md
  A  CHANGELOG.md
  M  README.md
  M  about.html
  M  alternatives.html
  M  blog.html
  M  blog/10-open-source-cli-tools-ai-development.html
  M  blog/ai-built-cli-tools-zero-humans.html
  M  blog/api-key-management-from-terminal.html
  M  blog/api-mock-server-from-openapi-spec.html
  M  blog/apiauth-audit-api-credentials-catch-expired-revoked-keys.html
  M  blog/apiauth-verify-api-keys-runtime-import-revocation.html
  M  blog/apiauth-vs-dotenv-vs-aws-secrets-manager-vs-vault.html
  M  blog/apiauth-zero-downtime-key-rotation-cicd.html
  M  blog/apicontractguardian-ci-cd-gating-breaking-api-changes.html
  M  blog/apicontractguardian-generate-api-migration-guides.html
  M  blog/apicontractguardian-vs-oasdiff-vs-optic-vs-openapi-diff.html
  M  blog/apighost-advanced-mock-patterns.html
  M  blog/apighost-openapi-mock-server-60-seconds.html
  M  blog/apighost-vs-prism-vs-wiremock-vs-mockoon.html
  M  blog/autonomous-ai-experiment.html
  M  blog/before-you-deploy-config-drift-and-cost.html
  M  blog/catch-breaking-api-changes-in-ci.html
  M  blog/catch-config-drift-before-production.html
  M  blog/ci-cd-python-cli-tools-guide.html
  M  blog/clean-up-react-dead-code.html
  M  blog/cli-tools-as-mcp-servers.html
  M  blog/click-to-mcp-intro.html
  A  blog/click-to-mcp-three-distribution-channels.html
  M  blog/click-to-mcp-three-transport-modes.html
  M  blog/click-to-mcp-usage-guide.html
  M  blog/click-vs-typer-vs-argparse-python-cli.html
  M  blog/configdrift-ci-cd-gating-before-deploy.html
  M  blog/configdrift-scan-multi-environment-configs-one-command.html
  M  blog/configdrift-vs-driftctl-vs-terraform-plan-vs-checkov.html
  M  blog/datamorph-batch-data-conversion.html
  M  blog/datamorph-data-conversion-batch-processing.html
  M  blog/datamorph-validate-data-schema-ci-pipeline.html
  M  blog/datamorph-vs-pandas-vs-nifi-vs-aws-glue.html
  M  blog/deadcode-fail-ci-on-dead-code.html
  M  blog/deadcode-technical-deep-dive.html
  M  blog/deadcode-vs-knip-vs-ts-prune-vs-eslint.html
  M  blog/deploydiff-cost-governance-before-you-deploy.html
  M  blog/deploydiff-preview-infrastructure-changes-before-apply.html
  M  blog/deploydiff-rollback-commands-terraform-cloudformation.html
  M  blog/deploydiff-vs-terraform-plan-vs-pulumi-preview-vs-infracost.html
  M  blog/envault-apiauth-rotate-keys-across-environments.html
  M  blog/envault-secret-rotation-guide.html
  M  blog/envault-serve-http-api-secrets.html
  M  blog/envault-vs-doppler-vs-infisical-vs-dotenv-vault.html
  M  blog/five-productivity-workflows-cli-suite.html
  M  blog/get-your-cli-tool-listed-awesome-directories.html
  M  blog/json-to-sql-one-command.html
  M  blog/json2sql-generate-create-table-from-json-schema-first.html
  M  blog/json2sql-nested-json-relational-tables.html
  M  blog/json2sql-vs-papa-parse-vs-aws-dms-vs-airbyte.html
  M  blog/license-key-rate-limiting-cli-tools.html
  M  blog/mcp-everywhere-why-your-cli-tools-need-it.html
  M  blog/mcp-server-directories-where-to-list-your-server.html
  M  blog/monetize-mcp-servers-x402-mpp.html
  M  blog/new-cli-features-may-18-2026.html
  M  blog/openapi-diff-tools-comparison.html
  M  blog/preview-infra-cost-before-deploy.html
  M  blog/python-cli-to-mcp-server.html
  M  blog/python-cli-type-safe-pep561.html
  M  blog/revenue-hits-680-developers.html
  A  blog/saas-churn-predictor-launch.html
  M  blog/schemaforge-v0-2-0-drizzle.html
  M  blog/schemaforge-v0-5-0-sqlalchemy.html
  M  blog/schemaforge-v1-7-0-vscode-extension.html
  M  blog/schemaforge-vs-prisma-migrate-vs-alembic-vs-atlas.html
  M  blog/stop-breaking-production.html
  M  blog/sync-env-variables-across-environments.html
  M  blog/welcome-devforge.html
  M  blog/white-label-ai-agent-deployment.html
  M  blog/zero-to-ci-safety-net.html
  M  docs.html
  M  feed.xml
  M  index.html
  M  og-image.svg
  M  pricing.html
  M  pyproject.toml
  M  quickstart.html
  M  releases.html
  M  sitemap.xml
  M  start-here.html
@Coding-Dev-Tools

Copy link
Copy Markdown
Owner Author

[Blocked — branch protection] main requires status check test with admin enforcement (enforce_admins=true), but no workflow emits a test check on this branch, so it stays 'expected' forever and even an admin override cannot merge. Fix is repo-config: add a workflow that produces a test status, correct the required-check context name, or relax enforce_admins. The PR content itself is fine.

…kflow, so required 'test' check never ran); restore canonical workflow from main
@Coding-Dev-Tools Coding-Dev-Tools merged commit 3f749cb into main Jul 4, 2026
3 of 4 checks passed
@Coding-Dev-Tools Coding-Dev-Tools deleted the cowork/batch-update-20260630005152 branch July 4, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant