cleanup: Remove all V1 legacy, add CognitiveAgent V3

#5

V3 Cleanup: Remove all legacy code, add CognitiveAgent

All V1 legacy code removed. Clean V3-only package.

Deleted

  • tensegrity/legacy/ — V1 TensegrityAgent, MortonEncoder, MarkovBlanket
  • tensegrity/core/ — shim modules that re-exported legacy
  • tensegrity/engine/scoring.py — ScoringBridge + NGCLogitsProcessor (superseded by canonical pipeline)
  • tensegrity/pipeline/iterative.py — IterativeCognitiveScorer (superseded)
  • scripts/compare_iterative.py — compared two dead scoring paths
  • .DS_Store files

Added

  • tensegrity/engine/agent.py — CognitiveAgent, clean V3 replacement for TensegrityAgent

Modified

  • tensegrity/__init__.py — clean V3 exports, no lazy __getattr__, version 0.3.0
  • tensegrity/engine/__init__.py — exports CognitiveAgent, removed dead imports
  • tensegrity/broca/controller.py — imports CognitiveAgent instead of TensegrityAgent
theapemachine changed pull request status to open
theapemachine changed pull request status to merged

Sign up or log in to comment