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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
1. Create a feature branch from `main`.
2. Keep one logical topic per pull request.
3. Do not push directly to `main`.
4. Sync your local checkout before preparing an export branch so dedupe/conflict checks run against the latest `main`.

## What to Contribute

Expand Down Expand Up @@ -45,4 +46,3 @@ If you modify record schema:
1. Update `schemas/memory-record.schema.json`.
2. Explain migration impact in the PR description.
3. Keep backward compatibility when possible.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Open Research Memory is a shared repository for reusable AI R&D experience recor

The goal is to accumulate evidence-backed memory that other contributors can apply safely across projects.

This repository is intended to be used as a read-only shared retrieval source during active runs and as a reviewed export target after task completion.

## Scope

This repository accepts:
Expand Down Expand Up @@ -110,4 +112,3 @@ A record is mergeable only when it is:
## Schema

See [`schemas/memory-record.schema.json`](schemas/memory-record.schema.json) for the machine-readable schema.

3 changes: 1 addition & 2 deletions schemas/memory-record.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://recursive-forge.github.io/open-research-memory/schemas/memory-record.schema.json",
"$id": "https://tenureai.github.io/open-research-memory/schemas/memory-record.schema.json",
"title": "Open Research Memory Record Metadata",
"type": "object",
"additionalProperties": true,
Expand Down Expand Up @@ -68,4 +68,3 @@
"schema_version"
]
}