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>
This commit is contained in:
2026-05-10 06:20:01 -04:00
parent 0f1375912b
commit 315ca0b225
23 changed files with 34 additions and 34 deletions

View File

@@ -13,7 +13,7 @@ from __future__ import annotations
import pytest
from pydantic import ValidationError
from decnet_behave_core.spec import OBSERVATION_SCHEMA_VERSION, Observation, Window
from behave_core.spec import OBSERVATION_SCHEMA_VERSION, Observation, Window
def _make(primitive: str = "motor.example", value="x", **kwargs) -> Observation: