- Introduced `ReachabilityState`, `RuntimeHit`, `ExploitabilitySignal`, `ReachabilitySignal`, `SignalEnvelope`, `SignalType`, `TrustSignal`, and `UnknownSymbolSignal` records to define various signal types and their properties. - Implemented JSON serialization attributes for proper data interchange. - Created project files for the new signal contracts library and corresponding test projects. - Added deterministic test fixtures for micro-interaction testing. - Included cryptographic keys for secure operations with cosign.
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet build:*)",
|
|
"Bash(dotnet restore:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(dotnet nuget:*)",
|
|
"Bash(cd /mnt/c/dev/New\\ folder/git.stella-ops.org && python3:*)",
|
|
"Bash(cd:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(src/Cli/StellaOps.Cli/Commands/CommandHandlers.cs )",
|
|
"Bash(src/Cli/StellaOps.Cli/Configuration/CliProfile.cs )",
|
|
"Bash(src/Cli/StellaOps.Cli/Configuration/GlobalOptions.cs )",
|
|
"Bash(src/Cli/StellaOps.Cli/Output/CliError.cs )",
|
|
"Bash(src/Cli/StellaOps.Cli/Services/BackendOperationsClient.cs )",
|
|
"Bash(src/Cli/StellaOps.Cli/Services/OrchestratorClient.cs )",
|
|
"Bash(src/Cli/StellaOps.Cli/Services/PromotionAssembler.cs )",
|
|
"Bash(src/Cli/StellaOps.Cli/Services/VexObservationsClient.cs )",
|
|
"Bash(src/Cli/StellaOps.Cli/Telemetry/TraceparentHttpMessageHandler.cs)",
|
|
"Bash(python3:*)",
|
|
"Bash(dotnet list:*)",
|
|
"WebSearch",
|
|
"Bash(find:*)",
|
|
"Bash(xargs:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(mkdir -p:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"outputStyle": "default"
|
|
}
|