refactor: drop decnet- prefix — BEHAVE is now standalone
Rename packages and imports: decnet-behave-core → behave-core decnet-behave-shell → behave-shell decnet-behave-text → behave-text decnet_behave_* → behave_* BEHAVE is no longer a DECNET sub-project.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# DECNET BEHAVE
|
||||
# BEHAVE
|
||||
|
||||
Behavioral observation spec for adversarial network attribution.
|
||||
BEHAVE defines a structured observation envelope (`core`) and two domain registries — shell-session (`BEHAVE-SHELL`) and text/messaging (`BEHAVE-TEXT`) — used to build behavioral signatures over collected operator activity.
|
||||
@@ -7,9 +7,9 @@ BEHAVE defines a structured observation envelope (`core`) and two domain registr
|
||||
|
||||
| Package | Description | Path |
|
||||
|---|---|---|
|
||||
| `decnet-behave-core` | Shared observation envelope — schema contract used by all registries | [`core/`](core/) |
|
||||
| `decnet-behave-shell` | Shell-session behavioral observation registry | [`BEHAVE-SHELL/`](BEHAVE-SHELL/) |
|
||||
| `decnet-behave-text` | Text/messaging-domain behavioral observation registry | [`BEHAVE-TEXT/`](BEHAVE-TEXT/) |
|
||||
| `behave-core` | Shared observation envelope — schema contract used by all registries | [`core/`](core/) |
|
||||
| `behave-shell` | Shell-session behavioral observation registry | [`BEHAVE-SHELL/`](BEHAVE-SHELL/) |
|
||||
| `behave-text` | Text/messaging-domain behavioral observation registry | [`BEHAVE-TEXT/`](BEHAVE-TEXT/) |
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user