Governed substrate for autonomous agents: scoped identity (passports), audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
4 lines
186 B
Bash
Executable file
4 lines
186 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# ci — Code Intelligence CLI shortcut
|
|
# Usage: ./tools/ci refs createRow --project client
|
|
exec node --max-old-space-size=2048 "$(dirname "$0")/code-intel.mjs" "$@"
|