All findings from the inaugural LeadValidator audit resolved and confirmed. Release gate: PASS. VV_ISSUE_002 (BLOCKER): 15 OpenAPI specs verified present covering all 20 route groups (46 endpoints documented in docs/openapi/) VV_ISSUE_003 (MAJOR): Remove any types from src/db/pool.ts — replaced pool.query shim with unknown[] + Object.defineProperty, zero any types, eslint-disable suppressions removed VV_ISSUE_004 (MAJOR): Remove raw Pool from ScaffoldController and HealthDetailedController — injected AgentRepository/CredentialRepository and DbProbe interface respectively; added CredentialRepository.findActiveClientId() VV_ISSUE_005 (MAJOR): Add unit tests for 5 untested services — ComplianceStatusStore, EventPublisher, MarketplaceService, OIDCTrustPolicyService, UsageService VV_ISSUE_006 (MAJOR): Add integration tests for 7 missing route groups — analytics, billing, tiers, webhooks, marketplace, oidc-trust-policies, oidc-token-exchange VV_ISSUE_001 (MINOR): Create missing design.md and tasks.md in 4 OpenSpec archives — all archives now complete Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1.8 KiB
1.8 KiB
developer-docs-phase6-update — Task Tracker
All tasks complete. Archive committed 2026-04-04.
WS1 — api-reference.md (complete replacement)
- 1.1 Remove Phase 1 content (14 endpoints)
- 1.2 Document all 50+ current endpoints across 13 endpoint groups with method, path, auth, request/response schemas, error codes, and curl examples
- 1.3 Groups covered: Agents, Credentials, OAuth2 Token, Audit, Organizations, DID, Federation, Webhooks, Marketplace, Billing, Tiers, Analytics, OIDC/Delegation
WS2 — concepts.md (6 new sections appended)
- 2.1 Add Organizations & Multi-tenancy section
- 2.2 Add DID Identity (did:web) section
- 2.3 Add OIDC Provider section
- 2.4 Add A2A Delegation section
- 2.5 Add API Tier Plans section (Free/Pro/Enterprise)
- 2.6 Add AGNTCY Compliance section
WS3 — quick-start.md (org-first flow)
- 3.1 Add Step 0: Create API key / account
- 3.2 Add Step 1: Create organization (now required before agent registration)
- 3.3 Renumber all existing steps
- 3.4 Update agent registration curl to include
organization_id
WS4 — guides/ (4 updated + 5 new)
- 4.1 Update
authenticate-agent.md— add org-scoped token request - 4.2 Update
rotate-credentials.md— verify paths current - 4.3 Update
query-audit-logs.md— add org filter param - 4.4 Update
manage-agents.md— addorganization_idto all requests - 4.5 Create
use-analytics-dashboard.md - 4.6 Create
manage-api-tiers.md - 4.7 Create
a2a-delegation.md - 4.8 Create
configure-webhooks.md - 4.9 Create
agntcy-compliance.md
WS5 — README.md
- 5.1 Fix "bedroom developers" typo → "developers"
- 5.2 Expand guide index from 4 to 9 entries
QA
- 6.1 QA sign-off — 24/24 gates PASS, no defects