Skip to content
Closed
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,10 @@ vite.config.ts.timestamp-*
.vite/

.idea

# AI Agents files
AGENTS.md
CLAUDE.md

# https://taskwing.app
.taskwing
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import("prettier").Config} */

const config = {
printWidth: 80,
printWidth: 160,
trailingComma: 'all',
endOfLine: 'auto',
singleQuote: true,
Expand Down
4 changes: 2 additions & 2 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _Last updated: 2025-10-18_

## 1. Overview

**OpenMemory** is an open-source, community-driven project under the umbrella of **Spectrum Labs**.
**OpenMemory** is an open-source, community-driven project under the umbrella of **Spectrum Labs**.
This document defines how decisions are made, who has authority within the project, and how contributors can grow into maintainers.

Our goal is to ensure transparency, trust, and long-term sustainability for all contributors and users.
Expand Down Expand Up @@ -41,7 +41,7 @@ Our goal is to ensure transparency, trust, and long-term sustainability for all
- **Moderate changes** (new APIs, refactors): require two maintainers’ approval.
- **Major proposals** (architecture redesign, deprecation, rebrand): discussed via a **Request for Comment (RFC)** issue and voted on by the core team.

Each maintainer has one vote.
Each maintainer has one vote.
A proposal passes with **majority approval (β‰₯60%)**.

---
Expand Down
Loading