Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion .github/0.1-AI-MANIFEST.a2ml
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# AI Manifest - Level 1: .github
# SPDX-License-Identifier: MPL-2.0
---
### [META]
id: "github"
level: 1
parent: "../0-AI-MANIFEST.a2ml"

---
### [AI_MANIFEST]
description: |
GitHub repository configuration: CI/CD workflows, issue and pull-request
templates, CODEOWNERS, dependabot / funding / settings, and community-health
files. GitHub community-health precedence is .github/ > root > docs/.

canonical_locations:
workflows: "workflows/"
issue_templates: "ISSUE_TEMPLATE/"
pull_request_template: "pull_request_template.md"
codeowners: "CODEOWNERS"
dependabot: "dependabot.yml"
settings: "settings.yml"
2 changes: 2 additions & 0 deletions container/0.1-AI-MANIFEST.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
---
### [META]
id: "container-templates"
level: 1
parent: "../0-AI-MANIFEST.a2ml"
version: "1.0.0"
context:
- "https://a2ml.org/ns/v2"
Expand Down
2 changes: 1 addition & 1 deletion docs/governance/0.1-AI-MANIFEST.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### [META]
id: "governance-pillar"
level: 1
parent: "../0-AI-MANIFEST.a2ml"
parent: "../0.1-AI-MANIFEST.a2ml"

---
### [AI_MANIFEST]
Expand Down
17 changes: 16 additions & 1 deletion examples/0.1-AI-MANIFEST.a2ml
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# AI Manifest - Level 1: examples
# SPDX-License-Identifier: MPL-2.0
---
### [META]
id: "examples"
level: 1
parent: "../0-AI-MANIFEST.a2ml"

---
### [AI_MANIFEST]
description: |
Worked examples and sample project configs — illustrative material only, not
part of the build, test, or proof gates.

canonical_locations:
readme: "README.adoc"
web_project_sample: "web-project-deno.json"
17 changes: 16 additions & 1 deletion verification/tests/0.2-AI-MANIFEST.a2ml
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# AI Manifest - Level 1: tests
# SPDX-License-Identifier: MPL-2.0
---
### [META]
id: "tests"
level: 2
parent: "../0.1-AI-MANIFEST.a2ml"

---
### [AI_MANIFEST]
description: |
Test assets and taxonomy for the verification pillar — classifies the repo's
test / aspect / bench coverage.

canonical_locations:
taxonomy: "TEST-TAXONOMY.adoc"
readme: "README.adoc"
Loading