Skip to content

feat: add secret-safe setup - #4

Merged
fabiorosa merged 8 commits into
mainfrom
agent/secret-safe-setup
Jul 27, 2026
Merged

feat: add secret-safe setup#4
fabiorosa merged 8 commits into
mainfrom
agent/secret-safe-setup

Conversation

@fabiorosa

Copy link
Copy Markdown
Owner

What changed

  • Added Zod contracts and framework-independent server secret generation,
    fingerprinting, and authenticated AES-256-GCM envelopes.
  • Added Drizzle PostgreSQL schema, migration, encrypted setup repositories, and
    Fastify create/list endpoints with safe response projections.
  • Added the React setup console, Chromium coverage for creation, copy,
    dismissal, keyboard navigation, and a mobile viewport.

Why

WOP-101 establishes the first functional AfterHook workflow without expanding
into ingestion, delivery, queues, retries, accounts, or deployment.

Validation

  • npm run quality
  • PostgreSQL migration and integration tests against local Compose PostgreSQL
  • Chromium browser walkthrough
  • npm audit --omit=dev reports zero vulnerabilities

Closes #3

Map internal packages to source for static analysis and declare API project references so clean checkouts do not depend on stale dist output.\n\nRefs #3
Fresh GitHub runners do not include the Chromium executable required by the WOP-101 browser gate.\n\nRefs #3
@fabiorosa
fabiorosa marked this pull request as ready for review July 27, 2026 22:37
@fabiorosa
fabiorosa merged commit 1b3bcce into main Jul 27, 2026
2 checks passed
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.

feat: add secret-safe endpoint and destination setup

1 participant