Skip to content

Commit 4bee80d

Browse files
committed
Fixed project URL.
1 parent 07fab65 commit 4bee80d

19 files changed

Lines changed: 63 additions & 63 deletions

.github/SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please **do not** open a public GitHub issue for security vulnerabilities.
1717

1818
Use GitHub's private vulnerability reporting instead:
1919

20-
> **[Report a vulnerability](https://github.com/adityamukho/minigraf/security/advisories/new)**
20+
> **[Report a vulnerability](https://github.com/project-minigraf/minigraf/security/advisories/new)**
2121
2222
Include as much of the following as possible:
2323

@@ -35,7 +35,7 @@ This is a solo hobby project. I will make a best-effort response:
3535
- **Fix or mitigation**: timeline depends on severity and complexity
3636

3737
If a fix is warranted, it will be released as a patch version and a
38-
[GitHub Security Advisory](https://github.com/adityamukho/minigraf/security/advisories)
38+
[GitHub Security Advisory](https://github.com/project-minigraf/minigraf/security/advisories)
3939
will be published.
4040

4141
## Scope

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Thank you for your interest in contributing. Minigraf is a hobby project with a
3131

3232
```bash
3333
# Clone and build
34-
git clone https://github.com/adityamukho/minigraf.git
34+
git clone https://github.com/project-minigraf/minigraf.git
3535
cd minigraf
3636
cargo build
3737

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
description = "Zero-config, single-file, embedded graph database with bi-temporal Datalog queries"
1010
license = "MIT OR Apache-2.0"
1111
authors = ["Aditya Mukhopadhyay"]
12-
repository = "https://github.com/adityamukho/minigraf"
12+
repository = "https://github.com/project-minigraf/minigraf"
1313
keywords = ["graph", "datalog", "bitemporal", "embedded", "database"]
1414
categories = ["database-implementations", "embedded"]
1515
readme = "README.md"

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
.binaryTarget(
1919
name: "minigrafFFI",
2020
// Updated by CI: release-upload-mobile job
21-
url: "https://github.com/adityamukho/minigraf/releases/download/v0.20.1/MinigrafKit-v0.20.1.xcframework.zip",
21+
url: "https://github.com/project-minigraf/minigraf/releases/download/v0.20.1/MinigrafKit-v0.20.1.xcframework.zip",
2222
checksum: "0000000000000000000000000000000000000000000000000000000000000000"
2323
),
2424
.target(

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![crates.io](https://img.shields.io/crates/v/minigraf.svg)](https://crates.io/crates/minigraf)
44
[![docs.rs](https://docs.rs/minigraf/badge.svg)](https://docs.rs/minigraf)
5-
[![Build Status](https://github.com/adityamukho/minigraf/actions/workflows/rust.yml/badge.svg)](https://github.com/adityamukho/minigraf/actions/workflows/rust.yml)
6-
[![Clippy Status](https://github.com/adityamukho/minigraf/actions/workflows/rust-clippy.yml/badge.svg)](https://github.com/adityamukho/minigraf/actions/workflows/rust-clippy.yml)
7-
[![Coverage](https://codecov.io/gh/adityamukho/minigraf/branch/main/graph/badge.svg)](https://codecov.io/gh/adityamukho/minigraf)
8-
[![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](https://github.com/adityamukho/minigraf#license)
5+
[![Build Status](https://github.com/project-minigraf/minigraf/actions/workflows/rust.yml/badge.svg)](https://github.com/project-minigraf/minigraf/actions/workflows/rust.yml)
6+
[![Clippy Status](https://github.com/project-minigraf/minigraf/actions/workflows/rust-clippy.yml/badge.svg)](https://github.com/project-minigraf/minigraf/actions/workflows/rust-clippy.yml)
7+
[![Coverage](https://codecov.io/gh/project-minigraf/minigraf/branch/main/graph/badge.svg)](https://codecov.io/gh/project-minigraf/minigraf)
8+
[![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](https://github.com/project-minigraf/minigraf#license)
99
[![Rust Edition](https://img.shields.io/badge/rust-2024-orange.svg)](https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html)
10-
[![Phase](https://img.shields.io/badge/phase-8.3c%20complete-blue.svg)](https://github.com/adityamukho/minigraf/blob/main/ROADMAP.md)
10+
[![Phase](https://img.shields.io/badge/phase-8.3c%20complete-blue.svg)](https://github.com/project-minigraf/minigraf/blob/main/ROADMAP.md)
1111

1212
> **Embedded graph memory for AI agents, mobile apps, and the browser** — the SQLite of bi-temporal graph databases
1313
@@ -99,7 +99,7 @@ cargo run < demos/demo_recursive.txt # recursive rules demo
9999

100100
See a working implementation of **temporal reasoning** with Minigraf at [github.com/adityamukho/temporal_reasoning](https://github.com/adityamukho/temporal_reasoning) — an AI agent that uses Minigraf's bi-temporal model to store, correct, and audit beliefs.
101101

102-
See the [Datalog Reference](https://github.com/adityamukho/minigraf/wiki/Datalog-Reference) wiki page for the complete syntax.
102+
See the [Datalog Reference](https://github.com/project-minigraf/minigraf/wiki/Datalog-Reference) wiki page for the complete syntax.
103103

104104
## Why Minigraf?
105105

@@ -117,7 +117,7 @@ No other database offers this combination:
117117

118118
**Embedded graph memory for agents, mobile, and the browser — SQLite's simplicity + Datomic's temporal model.**
119119

120-
See the [Comparison](https://github.com/adityamukho/minigraf/wiki/Comparison) wiki page for detailed analysis including temporal vs. time-series databases.
120+
See the [Comparison](https://github.com/project-minigraf/minigraf/wiki/Comparison) wiki page for detailed analysis including temporal vs. time-series databases.
121121

122122
### For AI Agents
123123

@@ -143,13 +143,13 @@ try db.execute(datalog: #"(transact [[:alice :person/name "Alice"] [:alice :pers
143143
let json = try db.execute(datalog: "(query [:find ?name :where [?e :person/name ?name]])")
144144
```
145145

146-
See the [Mobile Integration](https://github.com/adityamukho/minigraf/wiki/Use-Cases#mobile-apps) wiki section for full setup and usage docs (Gradle config, SPM integration, error handling, threading).
146+
See the [Mobile Integration](https://github.com/project-minigraf/minigraf/wiki/Use-Cases#mobile-apps) wiki section for full setup and usage docs (Gradle config, SPM integration, error handling, threading).
147147

148148
### For WASM / Browser
149149

150150
Phase 8.1a complete: IndexedDB backend, `wasm-pack` packaging. Phase 8.1b complete: server-side WASM via `wasm32-wasip1` / WASI (Wasmtime, Wasmer). npm release as `@minigraf/core` planned for Phase 8.2.
151151

152-
See the [Use Cases](https://github.com/adityamukho/minigraf/wiki/Use-Cases) wiki page for detailed guides on all three targets.
152+
See the [Use Cases](https://github.com/project-minigraf/minigraf/wiki/Use-Cases) wiki page for detailed guides on all three targets.
153153

154154
## Scope
155155

@@ -162,7 +162,7 @@ Minigraf will **not** be (by design):
162162
- **Distributed** — no clustering, no sharding, no replication; each agent instance owns its own `.graph` file
163163
- **Client-server** — no network protocol in core
164164
- **Billion-node scale** — optimised for <1M nodes (like SQLite)
165-
- **A time-series database** — Minigraf is a *temporal* database; see [Comparison](https://github.com/adityamukho/minigraf/wiki/Comparison#influxdb--prometheus--timescaledb-time-series-databases)
165+
- **A time-series database** — Minigraf is a *temporal* database; see [Comparison](https://github.com/project-minigraf/minigraf/wiki/Comparison#influxdb--prometheus--timescaledb-time-series-databases)
166166

167167
## Roadmap
168168

ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ MinigrafKit-v0.9.0.zip ← Swift Package Manager checksum source
12431243

12441244
**Swift Package Manager support**:
12451245
- `Package.swift` pointing to the `.xcframework` release artifact
1246-
- Allows `swift package add https://github.com/adityamukho/minigraf` in Xcode
1246+
- Allows `swift package add https://github.com/project-minigraf/minigraf` in Xcode
12471247

12481248
**Maven / Gradle support**:
12491249
- Publish `.aar` to GitHub Packages or Maven Central
@@ -1690,7 +1690,7 @@ When evaluating features, ask:
16901690
- ✅ Approximate LRU (read-lock on hits — avoids write-lock contention)
16911691
- ✅ Phase 8 = v1.0.0 (not Phase 7 — cross-platform completion is the 1.0 milestone)
16921692

1693-
See [GitHub Issues](https://github.com/adityamukho/minigraf/issues) for specific tasks.
1693+
See [GitHub Issues](https://github.com/project-minigraf/minigraf/issues) for specific tasks.
16941694

16951695
---
16961696

docs/superpowers/plans/2026-03-22-phase6-4b-benchmarks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ edition = "2024"
4343
description = "Zero-config, single-file, embedded graph database with bi-temporal Datalog queries"
4444
license = "MIT OR Apache-2.0"
4545
authors = ["Aditya Mukhopadhyay"]
46-
repository = "https://github.com/adityamukho/minigraf"
46+
repository = "https://github.com/project-minigraf/minigraf"
4747
keywords = ["graph", "datalog", "bitemporal", "embedded", "database"]
4848
categories = ["database", "embedded"]
4949
readme = "README.md"
@@ -501,12 +501,12 @@ Three targeted changes: (a) update the phase badge and status text, (b) add a me
501501

502502
Find:
503503
```markdown
504-
[![Phase](https://img.shields.io/badge/phase-6.4a%20complete-blue.svg)](https://github.com/adityamukho/minigraf/blob/main/ROADMAP.md)
504+
[![Phase](https://img.shields.io/badge/phase-6.4a%20complete-blue.svg)](https://github.com/project-minigraf/minigraf/blob/main/ROADMAP.md)
505505
```
506506

507507
Replace with:
508508
```markdown
509-
[![Phase](https://img.shields.io/badge/phase-6.4b%20complete-blue.svg)](https://github.com/adityamukho/minigraf/blob/main/ROADMAP.md)
509+
[![Phase](https://img.shields.io/badge/phase-6.4b%20complete-blue.svg)](https://github.com/project-minigraf/minigraf/blob/main/ROADMAP.md)
510510
```
511511

512512
- [ ] **Step 2: Update status text (line 21)**
@@ -645,15 +645,15 @@ git commit -m "docs: add CHANGELOG.md v0.8.0 entry for Phase 6.4b"
645645
- [ ] **Step 1: Enable Discussions via GitHub API**
646646

647647
```bash
648-
gh api repos/adityamukho/minigraf -X PATCH -f has_discussions=true
648+
gh api repos/project-minigraf/minigraf -X PATCH -f has_discussions=true
649649
```
650650

651651
Expected: JSON response with `"has_discussions": true`.
652652

653653
- [ ] **Step 2: Verify**
654654

655655
```bash
656-
gh api repos/adityamukho/minigraf --jq '.has_discussions'
656+
gh api repos/project-minigraf/minigraf --jq '.has_discussions'
657657
```
658658

659659
Expected: `true`

docs/superpowers/plans/2026-04-07-phase-7-9-publish-prep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ cargo add minigraf
10191019
The badge at line 8 currently says `phase-7.8%20complete`. Update it to `phase-7.9%20complete`:
10201020

10211021
```markdown
1022-
[![Phase](https://img.shields.io/badge/phase-7.9%20complete-blue.svg)](https://github.com/adityamukho/minigraf/blob/main/ROADMAP.md)
1022+
[![Phase](https://img.shields.io/badge/phase-7.9%20complete-blue.svg)](https://github.com/project-minigraf/minigraf/blob/main/ROADMAP.md)
10231023
```
10241024

10251025
- [ ] **Step 4: Commit**

docs/superpowers/plans/2026-04-17-phase-8-1a-browser-wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
**Tech Stack:** Rust 2024 edition, `wasm-bindgen 0.2`, `wasm-bindgen-futures 0.4`, `web-sys 0.3`, `js-sys 0.3`, `serde_json 1.0` (optional dep), `wasm-pack` build tool, headless Chrome for integration tests.
1010

1111
**Spec:** `docs/superpowers/specs/2026-04-17-phase-8-1a-browser-wasm-design.md`
12-
**Issue:** adityamukho/minigraf#129
12+
**Issue:** project-minigraf/minigraf#129
1313

1414
---
1515

docs/superpowers/plans/2026-04-19-mobile-bindings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ This Gradle project is a configuration-only Android library. It has no source co
645645
repositories {
646646
maven {
647647
name = "GitHubPackages"
648-
url = uri("https://maven.pkg.github.com/adityamukho/minigraf")
648+
url = uri("https://maven.pkg.github.com/project-minigraf/minigraf")
649649
credentials {
650650
username = System.getenv("GITHUB_ACTOR") ?: ""
651651
password = System.getenv("GITHUB_TOKEN") ?: ""
@@ -735,7 +735,7 @@ This Gradle project is a configuration-only Android library. It has no source co
735735
.binaryTarget(
736736
name: "minigrafFFI",
737737
// Updated by CI: release-upload-mobile job
738-
url: "https://github.com/adityamukho/minigraf/releases/download/v0.20.1/MinigrafKit-v0.20.1.xcframework.zip",
738+
url: "https://github.com/project-minigraf/minigraf/releases/download/v0.20.1/MinigrafKit-v0.20.1.xcframework.zip",
739739
checksum: "0000000000000000000000000000000000000000000000000000000000000000"
740740
),
741741
.target(

0 commit comments

Comments
 (0)