During interaction scanning, TPEN-services appears to call TinyNode CRUD routes with method/path conventions that may not match all other consumers (notably DEER using /app/*).
Suggested adjustment in TPEN-services:
- Centralize TinyNode endpoint mapping in one adapter module.
- Explicitly version or configure route prefix (
/app vs root).
- Add integration tests against TinyNode route contract.
This would reduce drift and make contract-seam checks easier to enforce.
Filed by automation as requested; label: copilot.
During interaction scanning, TPEN-services appears to call TinyNode CRUD routes with method/path conventions that may not match all other consumers (notably DEER using
/app/*).Suggested adjustment in TPEN-services:
/appvs root).This would reduce drift and make contract-seam checks easier to enforce.
Filed by automation as requested; label:
copilot.