Files
breakpilot-compliance/developer-portal
Sharang Parnerkar 3784988d00
CI / secret-scan (push) Has been skipped
CI / dep-audit (push) Has been skipped
CI / sbom-scan (push) Has been skipped
CI / validate-canonical-controls (push) Successful in 1m37s
CI / detect-changes (push) Successful in 1m6s
CI / branch-name (push) Has been skipped
CI / guardrail-integrity (push) Has been skipped
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / loc-budget (push) Successful in 21s
CI / nodejs-build (push) Successful in 4m16s
CI / test-go (push) Has been skipped
CI / test-python-backend (push) Has been skipped
CI / test-python-document-crawler (push) Has been skipped
CI / test-python-dsms-gateway (push) Has been skipped
chore: bump next 15.1.0 → 15.5.16 (CVE-2026-44578)
Patches unauthenticated SSRF in WebSocket upgrade handler.
Applies to admin-compliance, developer-portal.

Compliance-SDK admin-dashboard skipped — has a pre-existing TS
type mismatch that blocks the build regardless of Next version.
Needs separate migration work.

GHSA-c4j6-fc7j-m34r.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 18:48:36 +02:00
..

developer-portal

Next.js 15 public API documentation portal — integration guides, SDK docs, BYOEH, development phases. Consumed by external customers.

Port: 3006 (container: bp-compliance-developer-portal) Stack: Next.js 15, React 18, TypeScript.

Run locally

cd developer-portal
npm install
npm run dev

Tests

0 test files today. Phase 4 adds Playwright smoke tests for each top-level page and Vitest for lib/ helpers.

Architecture

Follow ../AGENTS.typescript.md. MD/MDX content should live in a data directory, not inline in page.tsx.

Known debt

  • Several page files under app/development/ exceed the 300 LOC soft target and are candidates for splitting as refactoring continues.