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/*).nnSuggested adjustment in TPEN-services:n1. Centralize TinyNode endpoint mapping in one adapter module.n2. Explicitly version or configure route prefix (/app vs root).n3. Add integration tests against TinyNode route contract.nnThis would reduce drift and make contract-seam checks easier to enforce.n`nFiled 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/*).
nnSuggested adjustment in TPEN-services:n1. Centralize TinyNode endpoint mapping in one adapter module.n2. Explicitly version or configure route prefix (/app vs root).n3. Add integration tests against TinyNode route contract.nnThis would reduce drift and make contract-seam checks easier to enforce.n`nFiled by automation as requested; label: copilot.