chore: archive Phase 1 P1 OpenSpec changes
Archive dockerfile, agntcy-alignment-docs, and nodejs-sdk changes now that implementation is complete and pushed to develop. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
13
openspec/changes/archive/2026-03-28-nodejs-sdk/proposal.md
Normal file
13
openspec/changes/archive/2026-03-28-nodejs-sdk/proposal.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## Why
|
||||
Bedroom developers currently must write raw HTTP calls to use AgentIdP. A Node.js SDK removes that friction — developers install one package and get a fully typed, auto-authenticating client. This is a Phase 1 P1 deliverable and a core developer experience improvement.
|
||||
|
||||
## What Changes
|
||||
- New `sdk/` directory at project root containing a self-contained TypeScript npm package
|
||||
- `AgentIdPClient` class: handles auth, token refresh, and exposes typed methods for all 14 endpoints
|
||||
- Covers all four services: AgentRegistry, Credentials, Token, AuditLog
|
||||
- Full TypeScript types — zero `any`, strict mode
|
||||
- Published as `@sentryagent/idp-sdk` (package name)
|
||||
|
||||
## What Does Not Change
|
||||
- No API changes
|
||||
- No changes to the main application source
|
||||
Reference in New Issue
Block a user