Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AsDecided Benchmarks

[Product site](https://asdecided.com/) · [Ecosystem documentation](https://asdecided.com/docs/ecosystem/) · [Canonical sources](https://asdecided.com/sources)

Evaluation suites for [AsDecided](https://github.com/asdecided/core)
(requirements-as-code) — one subdir per benchmark. Per ADR-092 (one repo per
concern, subdir per member) this is the single home for RAC's benchmarks; future
Expand Down
5 changes: 5 additions & 0 deletions autonomousqa/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ requires-python = ">=3.11"
# contracts, never imported.
dependencies = []

[project.urls]
Homepage = "https://asdecided.com/"
Documentation = "https://asdecided.com/docs/ecosystem/"
Repository = "https://github.com/asdecided/benchmarks/tree/main/autonomousqa"

[project.optional-dependencies]
schema = ["jsonschema>=4.20"]
dev = ["pytest>=7"]
Expand Down
5 changes: 5 additions & 0 deletions decisiongrounding/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ requires-python = ">=3.11"
# Core spine is stdlib-only so the demo runs offline with no install.
dependencies = []

[project.urls]
Homepage = "https://asdecided.com/"
Documentation = "https://asdecided.com/docs/ecosystem/"
Repository = "https://github.com/asdecided/benchmarks/tree/main/decisiongrounding"

[project.optional-dependencies]
# Strict JSON Schema (Draft 2020-12) validation. Without it the loader falls
# back to a built-in required-key check.
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ requires-python = ">=3.11"
# PATH), no embeddings, no network, no third-party runtime dependency.
dependencies = []

[project.urls]
Homepage = "https://asdecided.com/"
Documentation = "https://asdecided.com/docs/ecosystem/"
Repository = "https://github.com/asdecided/benchmarks"

[project.optional-dependencies]
dev = ["pytest>=8", "pyyaml>=6"]

Expand Down
Loading