Governed substrate for autonomous agents: scoped identity (passports), audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
6 lines
186 B
JavaScript
6 lines
186 B
JavaScript
/**
|
|
* ADR-027: Wellness Ecosystem API Routes
|
|
* Re-exports the router from wellness/index.js after refactoring into smaller modules.
|
|
*/
|
|
|
|
export { default } from './wellness/index.js';
|