Goal
Add a contract validator for app-proposed Wiki entries.
Apps should be able to propose readable context, but the proposal shape needs to be consistent before Wiki, Memory, SDK, and Access can rely on it.
Suggested fields
A Wiki entry proposal may include:
- proposal id
- source app id
- category
- title
- body
- confidence
- evidence references
- suggested visibility
- suggested permissions
- created timestamp
Work to do
Important product rule
Apps propose context. Users decide whether it becomes accepted memory.
Acceptance criteria
SSoC26 Contributor Notice:
Since this repository (Memact/Contracts) is outside the main Context repository, and the registered project for tracking contributions is specifically Context (Memact/Context), please make sure to create a dummy PR in the Context repository linking to your actual PR or commits in this repository. This is required for your contribution to be correctly tracked and counted.
If you have already created a dummy PR in Memact/Context linking to your work here, please ignore this message!
Goal
Add a contract validator for app-proposed Wiki entries.
Apps should be able to propose readable context, but the proposal shape needs to be consistent before Wiki, Memory, SDK, and Access can rely on it.
Suggested fields
A Wiki entry proposal may include:
Work to do
WikiEntryProposalshape{ ok: true, value }for valid input{ ok: false, errors: [{ path, message }] }for invalid inputImportant product rule
Apps propose context. Users decide whether it becomes accepted memory.
Acceptance criteria
SSoC26 Contributor Notice:
Since this repository (
Memact/Contracts) is outside the mainContextrepository, and the registered project for tracking contributions is specifically Context (Memact/Context), please make sure to create a dummy PR in the Context repository linking to your actual PR or commits in this repository. This is required for your contribution to be correctly tracked and counted.If you have already created a dummy PR in
Memact/Contextlinking to your work here, please ignore this message!