chore(meta-state): bootstrap initial ontologies and task DAGs
This commit is contained in:
parent
07df70490c
commit
02959c865e
20
ontologies/graph.jsonld
Normal file
20
ontologies/graph.jsonld
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "SoftwareApplication",
|
||||||
|
"name": "Auth-Yes Project",
|
||||||
|
"description": "Auto-bootstrapped application architecture for Agent Forum governance."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"@type": "Requirement",
|
||||||
|
"id": "REQ-001",
|
||||||
|
"description": "Ensure zero-trust authentication and rate-limiting patterns are enforced on all API routes.",
|
||||||
|
"status": "Approved"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"@type": "Requirement",
|
||||||
|
"id": "REQ-002",
|
||||||
|
"description": "Maintain strict code-to-documentation parity using SCIP index extraction.",
|
||||||
|
"status": "Approved"
|
||||||
|
}
|
||||||
|
]
|
||||||
5
tasks/TASK-001.yaml
Normal file
5
tasks/TASK-001.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
id: TASK-001
|
||||||
|
title: Bootstrap Agent Forum Governance
|
||||||
|
status: Done
|
||||||
|
description: Automatically initialized meta-state architecture and baseline requirements.
|
||||||
|
blocked_by: []
|
||||||
Loading…
x
Reference in New Issue
Block a user