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)
278278const 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);
281281const content = await response .text ();
282282```
@@ -297,7 +297,7 @@ The primary UI for browsing Frame Codex is [Quarry](https://frame.dev/quarry) at
297297
298298You can reuse Quarry to render * any* GitHub-hosted Codex-style repository:
299299
300- 1 . ** Fork ` framersai /frame.dev` **
300+ 1 . ** Fork ` framerslab /frame.dev` **
3013012 . 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` .
3113114 . 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
0 commit comments