Commit Graph

5 Commits

Author SHA1 Message Date
315ca0b225 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.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 06:20:01 -04:00
0f1375912b feat(text): initial decnet_behave_text spec + tests
Text/messaging-domain behavioral observation registry layered on core.
SPDX: GPL-3.0-or-later (code) / CC-BY-SA-4.0 (attribution-recipes.md).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 06:17:32 -04:00
41f54cb30b feat(shell): initial decnet_behave_shell spec + tests
Shell-session behavioral observation registry layered on core.
SPDX: GPL-3.0-or-later (code) / CC-BY-SA-4.0 (attribution-recipes.md).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 06:17:28 -04:00
73c1eabf10 feat(core): initial decnet_behave_core spec + tests
Shared observation envelope and schema contract. GPLv3.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 06:17:25 -04:00
96dad4b52c chore: repo scaffold — gitignore, dual license (GPLv3 + CC-BY-SA-4.0), README
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 06:17:21 -04:00