-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.toml
More file actions
45 lines (37 loc) · 1.32 KB
/
MANIFEST.toml
File metadata and controls
45 lines (37 loc) · 1.32 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
# ============================================================
# .github/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 = ".github"
kind = "infrastructure"
description = "Repository containing shared GitHub workflows, actions, and configuration for the adaptive-interfaces organization."
[layer]
space = "Organization"
role = "automation and orchestration infrastructure"
[depends]
required = ["python>=3.14", "uv"]
optional = ["pytest", "ruff", "pyright"]
[provides]
artifacts = [
"MANIFEST.toml",
"CITATION.cff",
"LICENSE",
"README.md",
"src/checks/",
]
[scope]
includes = [
"automatic generation of repository health checks for adaptive-interfaces organization",
]
excludes = []
[citation]
cff = "CITATION.cff"
preferred = "repo"