chore: bootstrap rdb-discovery

This commit is contained in:
2026-06-01 17:43:02 +01:00
commit dede6ecc60
45 changed files with 2101 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[project]
name = "rdb-discovery"
version = "0.1.0"
description = "Markdown-first discovery and delivery workflow CLI for software projects."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"typer>=0.12.0",
"rich>=13.0.0"
]
[project.optional-dependencies]
dev = [
"pytest>=8.0.0"
]
[project.scripts]
rdb = "rdb_discovery.cli:app"
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"