Commit Graph

9 Commits

Author SHA1 Message Date
214ce50941 release: bump all packages to 0.1.1, add PyPI metadata and CHANGELOG
- Add readme field to all three pyproject.toml files (populates PyPI description page)
- Bump versions to 0.1.1 and update behave-core pin in shell/text
- Update Install sections in root, BEHAVE-SHELL, and BEHAVE-TEXT READMEs to lead with pip install from PyPI
- Add CHANGELOG.md at project root (Keep-a-Changelog format)
2026-05-17 20:30:38 -04:00
7e6bf92cf0 docs(shell): strip remaining [DRAFT — verify] markers from registry notes core/v0.1.0 shell/v0.1.0 text/v0.1.0 core/v0.1.1 shell/v0.1.1 text/v0.1.1 2026-05-10 08:33:02 -04:00
bb78609599 docs(shell): remove [DRAFT — verify] markers from README
Entries are accepted as-is. TLS/SSH/Kerberos descriptions stand.
2026-05-10 08:33:02 -04:00
7f585027b3 docs: per-package READMEs with full primitive catalog and registry notes backfill
- core/README.md: envelope contract, field table, PII discipline, quickstart
- BEHAVE-SHELL/README.md: all 76 primitives documented across 9 categories;
  TLS/SSH/C2 fingerprint sections with [DRAFT — verify] markers on uncertain entries
- BEHAVE-TEXT/README.md: all 35 primitives across 6 categories; Rutify calibration
  notes inline; content.* layer marked EXPERIMENTAL throughout
- primitives.py (SHELL): backfilled notes for all previously undocumented primitives
- primitives.py (TEXT): backfilled notes for capitalization_habit, emoji_*, length,
  linebreak_style, sentence_complexity_class, question_formation_style,
  imperative_style, response_latency_class, message_burst_rate

License: CC-BY-SA-4.0 (prose) / GPL-3.0-or-later (code)
2026-05-10 08:33:02 -04:00
22b57307cf 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.
2026-05-10 06:20:01 -04:00
bccd1eafd9 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).
2026-05-10 06:17:32 -04:00
bf654b9aed 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).
2026-05-10 06:17:28 -04:00
abe7dde778 feat(core): initial decnet_behave_core spec + tests
Shared observation envelope and schema contract. GPLv3.
2026-05-10 06:17:25 -04:00
9f238d2c57 chore: repo scaffold — gitignore, dual license (GPLv3 + CC-BY-SA-4.0), README 2026-05-10 06:17:21 -04:00