Sync wiki with current codebase (0.6.4 release)
- Test count: 2,985 → 3,092
- Stages: 11 → 12 (1.9 OfferEvaluator broken out as its own stage)
- Duffel package: @otaip/duffel → @otaip/adapter-duffel
- GDS/NDC router: updated to per-transaction routing description
- Change/Refund: updated to ATPCO-rule-driven (no invented $200 default)
- Involuntary Rebook: removed 60-min hardcode claim; describes applyEU261()
module and caller-supplied carrier thresholds
- Feedback & Complaint: DOT IDB caps updated to 14 CFR §250.5 current
values ($1,075 / $2,150, 200%/400% — fixed 220% typo on Home)
- CLI agents command: removed stale action-type column, added source_path
under --verbose to match PR #78
- Getting Started: pnpm install --frozen-lockfile + pnpm run data:download
explicit step; no more postinstall assumption
- Home: added npm scope section covering all 15 published @otaip/* packages
- Stripped a handful of marketing words (purpose-built etc.)
- Every count verified from pnpm run count:agents / pnpm test
05422b4
docs(wiki): expand 'What You Can Build on OTAIP' + fix stale numbers
The old list of 5 buildable products undersold the platform. TMC was
described as 'back-office' when the same platform covers search, book,
pay, ticket, refund, void, reconcile across multiple channels.
Expanded to 17 concrete use cases grouped into three tiers:
- End-user products (OTA, TMC, airline distribution, hotel, AI asst)
- Operational platforms (BSP/ARC, revenue accounting, IRROPS,
compliance, governance)
- Specialized components (fare intelligence, ancillary merchandising,
policy enforcement, document verification, loyalty, multi-supplier)
- Infrastructure (plugins, CLI, reference OTA)
Every item anchored to actual agents and adapters in the codebase —
no speculative 'future work' items.
Also fixed stale numbers on Home.md:
- '2,900+ tests' → '2,985 tests' (verified)
- 'Node.js 20+' → 'Node.js 24.14.1+' (matches engines.node in
every package.json)
a6e34bc
fix: correct the Stage 9 ID-renumbering note
The agent that wrote the initial wiki claimed 'some older source
comments still reference the previous IDs' — this is false. The
source was fully renumbered in Sprint D. Rewording the note to
accurately describe the historical collision and resolution.
997e561
docs: add 8 wiki pages covering setup, architecture, agents, adapters, pipeline, OTA, CLI, and Offers & Orders
ed03a0d