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