diff --git a/ontologies/graph.jsonld b/ontologies/graph.jsonld new file mode 100644 index 0000000..1c99d3d --- /dev/null +++ b/ontologies/graph.jsonld @@ -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" + } +] \ No newline at end of file diff --git a/tasks/TASK-001.yaml b/tasks/TASK-001.yaml new file mode 100644 index 0000000..02ce484 --- /dev/null +++ b/tasks/TASK-001.yaml @@ -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: []