From dcc082d70e630caad33f4f350f85bab78758ac2e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:36:15 +0000 Subject: [PATCH 1/5] Initial plan From 6668105bb673e29ee1a7581d90e6e0c7ebdf7bb1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:39:03 +0000 Subject: [PATCH 2/5] Add AgentPay x402 extension to community catalog with review-corrected timestamps Assisted-by: GitHub Copilot (model: unknown, autonomous) Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> --- docs/community/extensions.md | 1 + extensions/catalog.community.json | 34 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index f9b8b51beb..81162506f5 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -28,6 +28,7 @@ The following community-contributed extensions are available in [`catalog.commun | adrkit — decision memory for spec-driven development | Pulls the decisions governing this work into agent context, checks produced plans against them, and drafts an ADR from a plan artifact | `process` | Read+Write | [adrkit](https://github.com/mbeacom/adrkit) | | Agent Assign | Assign specialized Claude Code agents to spec-kit tasks for targeted execution | `process` | Read+Write | [spec-kit-agent-assign](https://github.com/xymelon/spec-kit-agent-assign) | | Agent Governance | Generate agent-platform repository governance files from Spec Kit metadata | `process` | Read+Write | [spec-kit-agent-governance](https://github.com/bigsmartben/spec-kit-agent-governance) | +| AgentPay x402 — Spend Controls for Spec Kit Agents | Set USDC spending caps and execute x402 payments to paid APIs during spec implementation. Zero platform fee on Base L2 | `integration` | Read+Write | [spec-kit-pay-x402](https://github.com/shawnhvac/spec-kit-pay-x402) | | AI-Driven Engineering (AIDE) | A structured 7-step workflow for building new projects from scratch with AI assistants — from vision through implementation | `process` | Read+Write | [aide](https://github.com/mnriem/spec-kit-extensions/tree/main/aide) | | Analytics | Measure what your AI builds, and how much time it saves you | `visibility` | Read+Write | [spec-kit-analytics](https://github.com/Fyloss/spec-kit-analytics) | | API Evolve | Managed API contract evolution — breaking-change detection, semver enforcement, deprecation orchestration, and lifecycle gates across REST, GraphQL, and gRPC | `process` | Read+Write | [spec-kit-api-evolve](https://github.com/Quratulain-bilal/spec-kit-api-evolve) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index f9ffc72280..c17622d137 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -3249,6 +3249,40 @@ "created_at": "2026-07-14T00:00:00Z", "updated_at": "2026-07-14T00:00:00Z" }, + "pay-x402": { + "name": "AgentPay x402 — Spend Controls for Spec Kit Agents", + "id": "pay-x402", + "description": "Set USDC spending caps and execute x402 payments to paid APIs during spec implementation. Zero platform fee on Base L2.", + "author": "AgentPay Team", + "version": "1.0.0", + "download_url": "https://github.com/shawnhvac/spec-kit-pay-x402/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/shawnhvac/spec-kit-pay-x402", + "homepage": "https://x402-agent-pay.com", + "documentation": "https://github.com/shawnhvac/spec-kit-pay-x402#readme", + "changelog": "https://github.com/shawnhvac/spec-kit-pay-x402/blob/main/CHANGELOG.md", + "license": "MIT", + "category": "integration", + "effect": "read-write", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 2, + "hooks": 1 + }, + "tags": [ + "payments", + "x402", + "budget", + "usdc", + "api" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-08-17T00:00:00Z", + "updated_at": "2026-08-17T00:00:00Z" + }, "plan-review-gate": { "name": "Plan Review Gate", "id": "plan-review-gate", From 17121636666275afc13401e8d9ef1e83cca57084 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Mon, 17 Aug 2026 12:54:23 -0500 Subject: [PATCH 3/5] chore: re-trigger CI (transient CodeQL infra 503) The default-setup CodeQL run failed with a transient GitHub server error and could not be retried on its own. Empty commit to force a clean re-run. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 20f1fc64-ba5b-4f3d-82af-855c43952ab3 From ee2e5d7831effcebb94859fab02ffb1baf8ef114 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:10:22 -0500 Subject: [PATCH 4/5] chore: re-trigger CodeQL after GitHub 503 incident Prior default-setup CodeQL init failed on transient GitHub API 503s. Retrying now that the API has recovered. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 20f1fc64-ba5b-4f3d-82af-855c43952ab3 From 88e5c1822485100150e48d4a063df3859cb1c915 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:03:02 -0500 Subject: [PATCH 5/5] chore: re-trigger CodeQL after API Requests recovery GitHub API Requests outage (feature-enablement endpoint) has recovered; retriggering CodeQL for a clean run. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 20f1fc64-ba5b-4f3d-82af-855c43952ab3