reality-probe-demo
v0.1.0
Published
Demonstrates ghost route detection using the reality probe.
Readme
Reality Probe Demo
Demonstrates ghost route detection using the reality probe.
Setup
- Start the demo server:
npm start
# Server runs on http://localhost:3000- Build truthpack (if needed):
shipgate truthpack build- Run reality probe:
isl verify --reality --reality-base-url http://localhost:3000Ghost Route Example
The server implements /api/users but the spec claims /api/foo exists. The reality probe will detect this ghost route.
Files
server.ts- Express server with some routesspec.isl- ISL spec claiming routes (including ghost route).shipgate/truthpack/routes.json- Route map from truthpack
