Skip to content

Commit 405eebc

Browse files
committed
cleanup
1 parent 04a2b63 commit 405eebc

15 files changed

Lines changed: 39 additions & 39 deletions

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The easiest way to contribute is **inside the Codex UI** at [`frame.dev/codex`](
5050
- IndexedDB / SQL cache
5151
- Any Frame.dev backend
5252
- The token is sent **only** to GitHub’s API endpoints for:
53-
- Forking `framersai/codex`
53+
- Forking `framerslab/codex`
5454
- Creating a branch + file
5555
- Opening a pull request
5656

@@ -65,7 +65,7 @@ If you prefer the CLI, follow the traditional flow:
6565
1. **Fork & Clone**
6666

6767
```bash
68-
gh repo fork framersai/codex --clone
68+
gh repo fork framerslab/codex --clone
6969
cd codex
7070
```
7171

@@ -120,7 +120,7 @@ If you prefer the CLI, follow the traditional flow:
120120

121121
You can reuse the Frame.dev Codex UI to render **any** Codex-style repository:
122122

123-
1. **Fork `framersai/frame.dev`**.
123+
1. **Fork `framerslab/frame.dev`**.
124124
2. In your fork, create `.env.local` under `apps/frame.dev`:
125125

126126
```bash

QUICK_START.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm run index -- --validate
1717
### Option A: GitHub Actions (Simplest)
1818

1919
```bash
20-
gh workflow run build-index.yml --repo framersai/codex
20+
gh workflow run build-index.yml --repo framerslab/codex
2121
```
2222

2323
Or click "Run workflow" at:

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99

1010
*The OS for humans, the codex of humanity.*
1111

12-
[![GitHub](https://img.shields.io/badge/GitHub-framersai%2Fcodex-black?logo=github)](https://github.com/framerslab/codex)
12+
[![GitHub](https://img.shields.io/badge/GitHub-framerslab%2Fcodex-black?logo=github)](https://github.com/framerslab/codex)
1313
[![License](https://img.shields.io/badge/License-CC--BY--4.0-green.svg)](https://creativecommons.org/licenses/by/4.0/)
1414
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](docs/contributing/how-to-submit.md)
1515
[![OpenStrand](https://img.shields.io/badge/Schema-OpenStrand-purple)](https://openstrand.ai)
16-
[![Build](https://img.shields.io/github/actions/workflow/status/framersai/codex/auto-index.yml?label=Index)](https://github.com/framerslab/codex/actions)
17-
[![Tests](https://img.shields.io/github/actions/workflow/status/framersai/codex/test.yml?label=Tests)](https://github.com/framerslab/codex/actions/workflows/test.yml)
16+
[![Build](https://img.shields.io/github/actions/workflow/status/framerslab/codex/auto-index.yml?label=Index)](https://github.com/framerslab/codex/actions)
17+
[![Tests](https://img.shields.io/github/actions/workflow/status/framerslab/codex/test.yml?label=Tests)](https://github.com/framerslab/codex/actions/workflows/test.yml)
1818

19-
![Coverage](https://raw.githubusercontent.com/framersai/codex/master/docs/badges/coverage.svg)
20-
![Lines](https://raw.githubusercontent.com/framersai/codex/master/docs/badges/coverage-lines.svg)
21-
![Tests](https://raw.githubusercontent.com/framersai/codex/master/docs/badges/tests.svg)
22-
![LOC](https://raw.githubusercontent.com/framersai/codex/master/docs/badges/loc.svg)
19+
![Coverage](https://raw.githubusercontent.com/framerslab/codex/master/docs/badges/coverage.svg)
20+
![Lines](https://raw.githubusercontent.com/framerslab/codex/master/docs/badges/coverage-lines.svg)
21+
![Tests](https://raw.githubusercontent.com/framerslab/codex/master/docs/badges/tests.svg)
22+
![LOC](https://raw.githubusercontent.com/framerslab/codex/master/docs/badges/loc.svg)
2323

2424
[Browse](https://frame.dev/codex)[Documentation](docs/DEVELOPMENT.md)[Contributing](docs/contributing/how-to-submit.md)[Changelog](docs/CHANGELOG_SYSTEM.md)[Security](SECURITY.md)[Discord](https://wilds.ai/discord)
2525

@@ -276,7 +276,7 @@ Frame.dev and OpenStrand consume this content via:
276276
```javascript
277277
// Example: Fetch a strand (file at any depth inside a weave)
278278
const response = await fetch(
279-
'https://raw.githubusercontent.com/framersai/codex/main/weaves/frame/overview.md'
279+
'https://raw.githubusercontent.com/framerslab/codex/main/weaves/frame/overview.md'
280280
);
281281
const content = await response.text();
282282
```
@@ -297,7 +297,7 @@ The primary UI for browsing Frame Codex is [Quarry](https://frame.dev/quarry) at
297297

298298
You can reuse Quarry to render *any* GitHub-hosted Codex-style repository:
299299

300-
1. **Fork `framersai/frame.dev`**
300+
1. **Fork `framerslab/frame.dev`**
301301
2. In the `apps/frame.dev` app, configure the Codex repo via environment variables:
302302

303303
```bash
@@ -307,7 +307,7 @@ You can reuse Quarry to render *any* GitHub-hosted Codex-style repository:
307307
NEXT_PUBLIC_CODEX_REPO_BRANCH=main
308308
```
309309

310-
3. The viewer reads these in `components/codex/constants.ts` (`REPO_CONFIG`) and will render your repository instead of `framersai/codex`.
310+
3. The viewer reads these in `components/codex/constants.ts` (`REPO_CONFIG`) and will render your repository instead of `framerslab/codex`.
311311
4. Deploy your fork (e.g., Vercel, Netlify, GitHub Pages) and you now have a hosted Codex UI for your own knowledge fabric.
312312

313313
### Building the Index

codex-history/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Each line in a `.jsonl` file is one of two types:
9696
{
9797
"type": "github_activity",
9898
"date": "2025-01-15",
99-
"repository": "framersai/codex",
99+
"repository": "framerslab/codex",
100100
"summary": {
101101
"issuesCreated": 2,
102102
"issuesClosed": 1,
@@ -135,7 +135,7 @@ Generate history for a specific date range:
135135

136136
```bash
137137
# Via GitHub Actions
138-
gh workflow run changelog.yml --repo framersai/codex -f since=2025-01-01
138+
gh workflow run changelog.yml --repo framerslab/codex -f since=2025-01-01
139139

140140
# Or locally
141141
cd apps/codex
@@ -245,7 +245,7 @@ The AI can stream-read `2025-01.jsonl` line-by-line and generate a comprehensive
245245

246246
### GitHub Secrets
247247

248-
Add to `framersai/codex` repository settings:
248+
Add to `framerslab/codex` repository settings:
249249

250250
**Required:**
251251
- `GH_PAT`: GitHub Personal Access Token with `repo` scope

codex-index.json

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

codex-search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/BLOCK_TAGGING_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The compiled block index is generated by `scripts/build-index.mjs` and published
1313
const url = '/assets/codex-blocks.json'
1414

1515
// CDN/GitHub raw
16-
const url = 'https://raw.githubusercontent.com/framersai/codex/main/codex-blocks.json'
16+
const url = 'https://raw.githubusercontent.com/framerslab/codex/main/codex-blocks.json'
1717
```
1818

1919
### Index Structure

docs/BLOCK_TAGGING_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Since block tags are stored in the Codex repository (not the browser), contribut
127127

128128
### Option 2: Direct PR
129129

130-
1. Fork the [framersai/codex](https://github.com/framerslab/codex) repository
130+
1. Fork the [framerslab/codex](https://github.com/framerslab/codex) repository
131131
2. Edit the strand's frontmatter:
132132

133133
```yaml

docs/DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This will:
5050

5151
### Required GitHub Secrets
5252

53-
Add to `framersai/codex` repository settings:
53+
Add to `framerslab/codex` repository settings:
5454

5555
```bash
5656
# Required for auto-merge workflow
@@ -134,7 +134,7 @@ chmod +x scripts/retrigger-full-catalog.sh
134134

135135
```bash
136136
# Via GitHub CLI
137-
gh workflow run build-index.yml --repo framersai/codex
137+
gh workflow run build-index.yml --repo framerslab/codex
138138

139139
# Or via web UI
140140
# Go to: https://github.com/framerslab/codex/actions/workflows/build-index.yml

docs/RECATALOG_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Run a full re-catalog when:
4848
### Via GitHub CLI
4949

5050
```bash
51-
gh workflow run build-index.yml --repo framersai/codex
51+
gh workflow run build-index.yml --repo framerslab/codex
5252
```
5353

5454
**What It Does:**

0 commit comments

Comments
 (0)