add new name for it SignalScope

This commit is contained in:
larssand
2026-06-22 21:14:54 +02:00
parent 9c51b92303
commit 0bc51bdd0d
3 changed files with 9 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
[project]
name = "fgai"
name = "signalscope"
version = "0.1.0"
description = "Local FortiGate log and policy inspection agent with guarded UTM autoblocking."
description = "Local multi-stream security log correlation and anomaly detection agent."
requires-python = ">=3.11"
dependencies = []
[project.scripts]
fgai = "fgai.cli:main"
signalscope = "fgai.cli:main"