|
| 1 | +# ============================================================ |
| 2 | +# adaptive-sensor-testing/MANIFEST.toml |
| 3 | +# ============================================================ |
| 4 | + |
| 5 | +schema = "adaptive-interfaces-manifest-1" |
| 6 | +schema_url = "https://github.com/adaptive-interfaces/.github/blob/main/schemas/adaptive-interfaces-manifest-1.md" |
| 7 | + |
| 8 | +[meta] |
| 9 | +framework = "Adaptive Interfaces" |
| 10 | +framework_url = "https://github.com/adaptive-interfaces" |
| 11 | +framework_note = "Provides definitions and conventions for adaptive-interfaces manifest semantics." |
| 12 | +description = "Declarative claim of repository intent, scope, and role." |
| 13 | +purpose = "To make explicit the boundaries, responsibilities, and expectations of this repository relative to others." |
| 14 | + |
| 15 | +[repo] |
| 16 | +name = "adaptive-sensor-testing" |
| 17 | +kind = "worked-example" |
| 18 | +description = "Complete worked example: a simulated PTAT sensor data codebase used to demonstrate agent test generation and anomaly detection using all three priors (ACS, ATD, AO) plus domain context." |
| 19 | + |
| 20 | +[layer] |
| 21 | +space = "Agent Engineering" |
| 22 | +role = "worked-example" |
| 23 | + |
| 24 | +[depends] |
| 25 | +required = [ |
| 26 | + "adaptive-conformance-specification", |
| 27 | + "adaptive-tool-discovery", |
| 28 | + "adaptive-onboarding", |
| 29 | + "python>=3.14", |
| 30 | + "uv", |
| 31 | +] |
| 32 | +optional = [ |
| 33 | + "pytest", |
| 34 | + "ruff", |
| 35 | + "pyright", |
| 36 | +] |
| 37 | + |
| 38 | +[provides] |
| 39 | +artifacts = [ |
| 40 | + "SKILL.md", |
| 41 | + "MANIFEST.toml", |
| 42 | + "DECISIONS.md", |
| 43 | + "CITATION.cff", |
| 44 | + "LICENSE", |
| 45 | + "README.md", |
| 46 | + "src/sensor_sim/", |
| 47 | + "tests/", |
| 48 | + "data/sample_batch.csv", |
| 49 | + ".agent/ao-config.toml", |
| 50 | + ".agent/ao-config-python.toml", |
| 51 | + ".agent/ao-domain.toml", |
| 52 | + "tools/sensor-api.toml", |
| 53 | + "evaluation/rubric.md", |
| 54 | + "evaluation/scenarios/", |
| 55 | +] |
| 56 | + |
| 57 | +[scope] |
| 58 | +includes = [ |
| 59 | + "synthetic PTAT sensor data generator with injected anomalies", |
| 60 | + "sensor data processing functions for agent test generation", |
| 61 | + "partial test suite demonstrating team test conventions", |
| 62 | + "ao-domain.toml capturing PTAT behavior, expected ranges, anomaly definitions", |
| 63 | + "ATD registry for the sensor data tool surface", |
| 64 | + "evaluation scenarios: basic, drift detection, multi-sensor", |
| 65 | + "rubric for evaluating agent test generation and anomaly reporting", |
| 66 | +] |
| 67 | +excludes = [ |
| 68 | + "production sensor hardware or firmware", |
| 69 | + "proprietary sensor processing pipelines", |
| 70 | + "real sensor data", |
| 71 | + "claims of physical accuracy beyond illustrative simulation", |
| 72 | + "model training or fine-tuning", |
| 73 | +] |
| 74 | + |
| 75 | +[citation] |
| 76 | +cff = "CITATION.cff" |
| 77 | +preferred = "repo" |
| 78 | + |
| 79 | +[traceability] |
| 80 | +identifier_map = "none" |
| 81 | + |
| 82 | + |
0 commit comments