Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
5cdf1d2
chore: add engines field, @types/node, tsx; remove stale spec file
jpr5 Mar 21, 2026
900399b
feat: v1.6.0 — provider endpoints, chaos, metrics, record-and-replay
jpr5 Mar 21, 2026
2773d9b
test: 1250 tests — comprehensive coverage for all v1.6.0 features
jpr5 Mar 21, 2026
402c8fa
docs: v1.6.0 documentation — 6 new pages, update all existing pages
jpr5 Mar 21, 2026
6be3821
chore: bump version to 1.6.0, update Chart.yaml appVersion, add CHANG…
jpr5 Mar 21, 2026
8f14082
fix: type safety — RecordProviderKey, null journal body, exhaustive c…
jpr5 Mar 21, 2026
63e718d
fix: observability — metrics crash guard, Bedrock truncation warning …
jpr5 Mar 21, 2026
3d479ef
docs: correct --strict mode documentation in SKILL.md
jpr5 Mar 21, 2026
de8cfc3
test: cover metrics crash guard and Bedrock CRC truncation
jpr5 Mar 21, 2026
3657cf1
test: add unit tests for drift remediation scripts
jpr5 Mar 21, 2026
3fd1ec1
fix: chaos header validation, range clamping, and disconnect integrat…
jpr5 Mar 21, 2026
65a5b1c
fix: add error handling around metrics instrumentation in response fi…
jpr5 Mar 21, 2026
e454c12
refactor: tighten recorder pipeline typing with RecordProviderKey
jpr5 Mar 21, 2026
7807b1e
feat: validate StreamingProfile and ChaosConfig ranges at fixture loa…
jpr5 Mar 21, 2026
8014b70
docs: correct docker.html errors, add missing endpoints, fix CHANGELO…
jpr5 Mar 21, 2026
72eda7c
fix: structured logger for chaos/stream warnings; EventStream bounds;…
jpr5 Mar 21, 2026
cb09880
test: regression coverage for logger migration, EventStream bounds, b…
jpr5 Mar 21, 2026
8540122
fix: address review — recorder logging, strict fail-fast, chaos valid…
jpr5 Mar 22, 2026
c694c9b
docs: fix endpoint label (Groq not Azure) and metrics port (4010 not …
jpr5 Mar 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: add engines field, @types/node, tsx; remove stale spec file
  • Loading branch information
jpr5 committed Mar 21, 2026
commit 5cdf1d2221decf7952fe0dc1941abaf1df585627
93 changes: 0 additions & 93 deletions docs/superpowers/specs/2026-03-15-trust-section-design.md

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Deterministic mock LLM server for testing (OpenAI, Anthropic, Gemini)",
"license": "MIT",
"packageManager": "pnpm@10.28.2",
"engines": {
"node": ">=20.15.0"
},
"type": "module",
"exports": {
".": {
Expand Down