feat: publish initial TeaQL conformance evidence
Browse files- README.md +54 -0
- data/evidence.jsonl +10 -0
- schema.md +19 -0
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: TeaQL Agentic Software Conformance
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-generation
|
| 8 |
+
tags:
|
| 9 |
+
- teaql
|
| 10 |
+
- software-engineering
|
| 11 |
+
- code-generation
|
| 12 |
+
- conformance
|
| 13 |
+
- agentic-coding
|
| 14 |
+
size_categories:
|
| 15 |
+
- n<1K
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# TeaQL Agentic Software Conformance
|
| 19 |
+
|
| 20 |
+
Machine-readable evidence for the TeaQL Harness: semantic-model evaluation,
|
| 21 |
+
generated artifacts, seven language-native runtimes, executable examples, and
|
| 22 |
+
cross-language conformance checks.
|
| 23 |
+
|
| 24 |
+
This is an evidence dataset, not a leaderboard and not a collection of
|
| 25 |
+
unverified model claims. Each row identifies its evidence level, exact source,
|
| 26 |
+
verification date, revisions where available, command or gate, result, and
|
| 27 |
+
important qualifications. The canonical human-readable status remains the
|
| 28 |
+
[TeaQL Conformance repository](https://github.com/teaql/teaql-conformance).
|
| 29 |
+
|
| 30 |
+
## Files
|
| 31 |
+
|
| 32 |
+
- `data/evidence.jsonl`: one retained evidence record per line.
|
| 33 |
+
- `schema.md`: field definitions and interpretation rules.
|
| 34 |
+
|
| 35 |
+
## Evidence levels
|
| 36 |
+
|
| 37 |
+
- `local-source`: executed against checked-out runtime/generator source.
|
| 38 |
+
- `public-package`: executed after resolving a published package or tag.
|
| 39 |
+
- `repository-matrix`: a compact index into detailed retained evidence; it is
|
| 40 |
+
not a substitute for the linked commands and reports.
|
| 41 |
+
|
| 42 |
+
## Intended use
|
| 43 |
+
|
| 44 |
+
The dataset is suitable for auditing agent-produced reports, constructing
|
| 45 |
+
conformance dashboards, and evaluating whether a generated workspace is backed
|
| 46 |
+
by reproducible evidence. It is deliberately small: evidence quality and
|
| 47 |
+
traceability matter more than synthetic row count.
|
| 48 |
+
|
| 49 |
+
## Limitations
|
| 50 |
+
|
| 51 |
+
Records describe the revisions and environments named in each row. They do not
|
| 52 |
+
prove every database/provider combination, all generated applications, or
|
| 53 |
+
future versions. A `pass` must never be carried forward to a newer artifact
|
| 54 |
+
without a new execution record.
|
data/evidence.jsonl
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"evidence_id":"checker-wire-java-20260905","capability":"Checker JSON wire path/profile","runtime":"Java","status":"pass","evidence_level":"local-source","verified_at":"2026-09-05T04:20:00+08:00","runtime_revision":"2d3cb75","generator_revision":"e0ccb27 ancestry","command":"scripts/verify-wire-field-profile-conformance.sh","result_summary":"Generated metadata, input normalization, and explicit serialized wire DTO passed.","source_url":"https://github.com/teaql/teaql-conformance/blob/main/2026-09/202609050420-checker-wire-profile-and-external-runtime-source.md","qualifications":"Local-source evidence; no later package result is implied."}
|
| 2 |
+
{"evidence_id":"checker-wire-rust-20260905","capability":"Checker JSON wire path/profile","runtime":"Rust","status":"pass","evidence_level":"local-source","verified_at":"2026-09-05T04:20:00+08:00","runtime_revision":"2c360e9","generator_revision":"e0ccb27 ancestry","command":"scripts/verify-wire-field-profile-conformance.sh","result_summary":"Generated metadata, normalization, and structured JSON projection passed.","source_url":"https://github.com/teaql/teaql-conformance/blob/main/2026-09/202609050420-checker-wire-profile-and-external-runtime-source.md","qualifications":"Local-source evidence; no later package result is implied."}
|
| 3 |
+
{"evidence_id":"checker-wire-typescript-20260905","capability":"Checker JSON wire path/profile","runtime":"TypeScript","status":"pass","evidence_level":"local-source","verified_at":"2026-09-05T04:20:00+08:00","runtime_revision":"d3507a6","generator_revision":"e0ccb27 ancestry","command":"scripts/verify-wire-field-profile-conformance.sh","result_summary":"Profile renderer and exact submitted path retention passed.","source_url":"https://github.com/teaql/teaql-conformance/blob/main/2026-09/202609050420-checker-wire-profile-and-external-runtime-source.md","qualifications":"Local-source evidence; no later package result is implied."}
|
| 4 |
+
{"evidence_id":"checker-wire-swift-20260905","capability":"Checker JSON wire path/profile","runtime":"Swift","status":"pass","evidence_level":"local-source","verified_at":"2026-09-05T04:20:00+08:00","runtime_revision":"733b03d","generator_revision":"e0ccb27 ancestry","command":"scripts/verify-wire-field-profile-conformance.sh","result_summary":"Explicit Codable structured location segments passed.","source_url":"https://github.com/teaql/teaql-conformance/blob/main/2026-09/202609050420-checker-wire-profile-and-external-runtime-source.md","qualifications":"Local-source evidence; no later package result is implied."}
|
| 5 |
+
{"evidence_id":"checker-wire-python-20260905","capability":"Checker JSON wire path/profile","runtime":"Python","status":"pass","evidence_level":"local-source","verified_at":"2026-09-05T04:20:00+08:00","runtime_revision":"693d0a7 ancestry (587a405)","generator_revision":"e0ccb27 ancestry (a0c742b)","command":"scripts/verify-wire-field-profile-conformance.sh","result_summary":"Wire adapter and generated registry metadata passed.","source_url":"https://github.com/teaql/teaql-conformance/blob/main/2026-09/202609050420-checker-wire-profile-and-external-runtime-source.md","qualifications":"The report explicitly does not claim teaql 0.2.5 was published."}
|
| 6 |
+
{"evidence_id":"checker-wire-dotnet-20260905","capability":"Checker JSON wire path/profile","runtime":".NET","status":"pass","evidence_level":"local-source","verified_at":"2026-09-05T04:20:00+08:00","runtime_revision":"1772761 ancestry (ec99be3, f0fd8bc)","generator_revision":"e0ccb27 ancestry (c9f6788, ae1fb78)","command":"scripts/verify-wire-field-profile-conformance.sh","result_summary":"Wire adapter and generated registry metadata passed.","source_url":"https://github.com/teaql/teaql-conformance/blob/main/2026-09/202609050420-checker-wire-profile-and-external-runtime-source.md","qualifications":"The report explicitly does not claim TeaQL.Runtime 0.2.5 was published."}
|
| 7 |
+
{"evidence_id":"checker-wire-go-20260905","capability":"Checker JSON wire path/profile","runtime":"Go","status":"pass","evidence_level":"local-source","verified_at":"2026-09-05T04:20:00+08:00","runtime_revision":"52215ce","generator_revision":"e0ccb27 ancestry","command":"scripts/verify-wire-field-profile-conformance.sh","result_summary":"Explicit canonical segment JSON serialization passed.","source_url":"https://github.com/teaql/teaql-conformance/blob/main/2026-09/202609050420-checker-wire-profile-and-external-runtime-source.md","qualifications":"Local-source evidence; no later package result is implied."}
|
| 8 |
+
{"evidence_id":"gabm-swift-public-0.2.4","capability":"Generated Audited Bootstrap Mutation","runtime":"Swift","status":"pass","evidence_level":"public-package","verified_at":"2026-09-05T03:00:00+08:00","runtime_revision":"0.2.4 / 07c5c93","generator_revision":"abdc012 / server 20260905.025327","command":"public-tag cold clone build and GitHub Actions gates","result_summary":"28 XCTest (1 environment skip), 48 Swift Testing, and all examples passed.","source_url":"https://github.com/teaql/teaql-conformance/blob/main/2026-09/202609050300-tier2-gabm-releases.md","qualifications":"Evidence is limited to the named generated bootstrap contract and recorded environments."}
|
| 9 |
+
{"evidence_id":"gabm-python-public-0.2.4","capability":"Generated Audited Bootstrap Mutation","runtime":"Python","status":"pass","evidence_level":"public-package","verified_at":"2026-09-05T03:00:00+08:00","runtime_revision":"0.2.4 / ef142c2","generator_revision":"abdc012 / server 20260905.025327","command":"example gate, trusted PyPI publish, and fresh venv import","result_summary":"134 passed, 4 skipped; all examples and clean installation/import passed.","source_url":"https://github.com/teaql/teaql-conformance/blob/main/2026-09/202609050300-tier2-gabm-releases.md","qualifications":"Four recorded skips remain visible and are not represented as executed passes."}
|
| 10 |
+
{"evidence_id":"gabm-go-public-0.2.4","capability":"Generated Audited Bootstrap Mutation","runtime":"Go","status":"pass","evidence_level":"public-package","verified_at":"2026-09-05T03:00:00+08:00","runtime_revision":"v0.2.4 / 7abd247","generator_revision":"abdc012 / server 20260905.025327","command":"go test ./...; public Go proxy and checksum verification","result_summary":"Runtime and all examples passed; public proxy exposed v0.2.4.","source_url":"https://github.com/teaql/teaql-conformance/blob/main/2026-09/202609050300-tier2-gabm-releases.md","qualifications":"Evidence is limited to the named generated bootstrap contract and recorded environments."}
|
schema.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Evidence schema
|
| 2 |
+
|
| 3 |
+
| Field | Meaning |
|
| 4 |
+
| --- | --- |
|
| 5 |
+
| `evidence_id` | Stable identifier for the retained observation |
|
| 6 |
+
| `capability` | Capability or gate being verified |
|
| 7 |
+
| `runtime` | Runtime language, or `cross-language` |
|
| 8 |
+
| `status` | Observed result: `pass`, `fail`, `partial`, or `not-run` |
|
| 9 |
+
| `evidence_level` | `local-source`, `public-package`, or `repository-matrix` |
|
| 10 |
+
| `verified_at` | ISO 8601 timestamp or date supplied by the source report |
|
| 11 |
+
| `runtime_revision` | Runtime commit/tag when recorded |
|
| 12 |
+
| `generator_revision` | Generator commit/build when recorded |
|
| 13 |
+
| `command` | Executed command or named automated gate |
|
| 14 |
+
| `result_summary` | Concise observed output |
|
| 15 |
+
| `source_url` | Canonical detailed evidence document |
|
| 16 |
+
| `qualifications` | Boundaries needed to interpret the result honestly |
|
| 17 |
+
|
| 18 |
+
New evidence should be appended rather than rewriting an earlier observation.
|
| 19 |
+
A superseding record may refer to the older `evidence_id` in its qualifications.
|