Kind: Function
Source: atloria-monorepo/libs/agent-core/src/session/permission-gate.ts
Quick check: is this command in the T3 hard-block list? Convenience wrapper around classifyBashCommand for callers that only need to know whether to block.
Signature
tsfunction isHardBlocked(command: string): { blocked: boolean; reason?: string }
Parameters
| Name | Type |
|---|---|
command | string |
Returns: { blocked: boolean; reason?: string }
Was this page helpful?