[build-system] requires = ["setuptools>=68.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "darkplex-core" version = "0.2.0" description = "Darkplex Intelligence Layer — triage, health, feedback, governance, knowledge extraction, memory hygiene, roadmap, validation" readme = "README.md" requires-python = ">=3.11" license = {text = "MIT"} authors = [ {name = "Claudia & Albert", email = "hildalbert@gmail.com"}, ] [project.scripts] cortex = "cortex.cli:main" darkplex = "cortex.cli:main" [tool.setuptools.packages.find] include = ["cortex*"] [tool.pytest.ini_options] testpaths = ["tests"]