mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
docs(prd): add OpenPRD 0001 — LogicSRC OpenOntology specification (#98)
Starts the repo's numbered OpenPRD collection under prd/ and lands the first proposal: LogicSRC OpenOntology, a provider-neutral, storage-agnostic contract for durable, source-backed domain knowledge shared by humans and agents (entity types, claims, provenance, temporal history, portable queries, change-set governance, and CLI/SDK/MCP/REST surfaces). Status is Draft — 8 open questions remain before Accepted, notably the globally unique ID profile, the package signature envelope, and which existing web app owns the /openontology route. Also adds prd/0000-template.md (copy of docs/openprd/0000-template.md, which the OpenPRD layout expects inside prd/) and prd/README.md as the index. Verified against the repo's own standard: front-matter validates against openprd-prd.schema.json via @logicsrc/validators, id matches the filename prefix, all eight body sections present in order, requirements contiguous R1-R210. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1428185148
commit
0d9dab0447
3 changed files with 1347 additions and 0 deletions
9
prd/README.md
Normal file
9
prd/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# LogicSRC PRDs
|
||||
|
||||
Numbered [OpenPRD](../docs/openprd.md) product requirements documents for this repo. One file per PRD at `prd/<id>-<slug>.md`, four-digit ids, no gaps. `0000-template.md` is the copy-paste starting point.
|
||||
|
||||
Status lives in each file's front-matter and is the source of truth: `Draft → Review → Accepted → Final`, or `Rejected` / `Withdrawn` / `Superseded`.
|
||||
|
||||
| ID | Title | Status | Tags |
|
||||
| --- | --- | --- | --- |
|
||||
| [0001](./0001-add-logicsrc-openontology-spec.md) | Add the LogicSRC OpenOntology specification | Draft | openontology, ontology, knowledge-graph, agents, mcp, schemas |
|
||||
Loading…
Add table
Add a link
Reference in a new issue