v0.6.3 — Codex review closeout, first npm publish, per-transaction routing#84
Merged
Conversation
Eleven PRs (#73–#83) merged since 0.6.2: - Codex review closeout (12 findings, all severities) - First npm publish of the @otaip/* scope - HTTP hardening (fetchWithRetry, https defaults) - EU 261 + US DOT IDB regulation modules in @otaip/core - Per-transaction GDS/NDC routing - ATPCO-rule-driven change/refund penalties (no invented defaults) - CLI agent registry auto-discovery - Bootstrap docs + single-source agent count - CI/publish workflow hardening (fail on test failures, verify packages live) Root + 15 workspace packages bumped 0.6.2 → 0.6.3. See CHANGELOG.md 0.6.3 entry for full detail and potentially-breaking notes. Verification: 3,092 tests pass, all 16 packages build, dry-run publish emits 15 tarballs at 0.6.3. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Eleven PRs (#73–#83) merged since 0.6.2.
Root + all 15 workspace packages bumped `0.6.2 → 0.6.3`. Full CHANGELOG entry below; inline here for PR review.
What's in this release
Published to npm
All 15 `@otaip/*` packages are live on npm for the first time (at 0.6.2; 0.6.3 will go out when this merges).
Removed invented domain logic (Codex review HIGH #3/#4/#5)
Per-transaction GDS/NDC routing (MEDIUM #5)
New required `transaction_type` input (`shopping` | `booking` | `ticketing` | `servicing` | `group` | `corporate`). Built-in carrier defaults cover shopping/booking only; other types need `capability_overrides` or return `domain_input_required: true`.
HTTP hardening (HIGH #2)
New `@otaip/core` `fetchWithRetry` (30s timeout + retry on 5xx/429/network) wired into TripPro SOAP, Sabre auth, Navitaire create+refresh, Duffel adapter. TripPro defaults now HTTPS.
Correctness fixes (MEDIUM #1 + #4)
CLI + counts (MEDIUM #3 + LOW #2)
CI / release (HIGH #1 + bootstrap + publish prep)
Potentially-breaking (pre-1.0 policy allows this in patch bumps)
See full details in the CHANGELOG entry for 0.6.3.
Test plan
🤖 Generated with Claude Code