-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.toml
More file actions
69 lines (57 loc) · 1.91 KB
/
MANIFEST.toml
File metadata and controls
69 lines (57 loc) · 1.91 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
# ============================================================
# adaptive-conformance-specification/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-conformance-specification"
kind = "foundational-skill"
description = "Behavioral protocol defining how agents observe, infer, and conform to an environment before generating any artifact."
[layer]
space = "Agent Engineering"
role = "foundational-skill"
[depends]
required = [
]
optional = [
"nodejs>=20",
"npx",
"uvx",
]
[provides]
artifacts = [
"SKILL.md",
"MANIFEST.toml",
"DECISIONS.md",
"CITATION.cff",
"LICENSE",
"README.md",
"evaluation/rubric.md",
"evaluation/scenarios/",
]
[scope]
includes = [
"foundational observation and conformance discipline for agents",
"six-step workflow: Discover, Interpret, Select, Execute, Validate, Conclude",
"evidence-first behavioral constraints",
"stopping conditions for insufficient evidence",
"invocation protocol for dependent skills",
"evaluation scenarios and rubric for conformance quality",
]
excludes = [
"tool capability mapping (see adaptive-tool-discovery)",
"team context and convention capture (see adaptive-onboarding)",
"domain-specific behavior",
"post-conformance verification of agent understanding",
]
[citation]
cff = "CITATION.cff"
preferred = "repo"
[traceability]
identifier_map = "none"