toolmark-monorepo / @toolmark/core / ToolInfo
Interface: ToolInfo
Defined in: packages/core/src/registry.ts:139
Registry-only facts about a tool, returned by Toolmark.info (never in a manifest).
Properties
nativeName?
optionalnativeName?:string
Defined in: packages/core/src/registry.ts:143
The native toolname of a 'native-form' tool.
origin
origin:
ToolOrigin
Defined in: packages/core/src/registry.ts:141
Where the tool came from ('code' unless its definition says otherwise).
sensitivePaths
sensitivePaths:
string[]
Defined in: packages/core/src/registry.ts:148
The tool's sensitive input paths (ToolDefinition.sensitivePaths(), evaluated on every info call; [] when it has none). Consumers redact these from state and telemetry.