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