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