Skip to content

Commit de5f4b9

Browse files
committed
chore: finish framersai -> framerslab (bare refs, github.io, api owners)
1 parent 6106fa2 commit de5f4b9

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

check-source-servers.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const SERVERS = [
2525
];
2626

2727
const QUERIES = [
28-
'wilds.ai', 'wilds', 'agentos', 'framers', 'framersai', 'rabbithole',
28+
'wilds.ai', 'wilds', 'agentos', 'framers', 'framerslab', 'rabbithole',
2929
'trojanos', 'johnny dunn', 'johnnyddunn', 'ayeeye', 'aye eye',
3030
'scammer', 'scam', 'fucking scammer', 'jddunn',
3131
];

manic-source-server-sweep.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const SERVERS = [
4141
];
4242

4343
const QUERIES = [
44-
'wilds.ai', 'wilds', 'agentos', 'framers', 'framersai', 'rabbithole',
44+
'wilds.ai', 'wilds', 'agentos', 'framers', 'framerslab', 'rabbithole',
4545
'rabbithole.inc', 'trojanos', 'johnny dunn', 'johnnyddunn', 'jddunn',
4646
'ayeeye', 'aye eye',
4747
'scammer community', 'fucking scammer', 'paid for stars',

src/dashboard/landing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ <h2 class="rv">Same world, same kernel, same seed, divergent events and futures.
14061406
.then(function (d) { if (d && d.version) setText('npm-version', 'v' + d.version); })
14071407
.catch(function () {});
14081408
// GitHub stars + forks (one request, both numbers)
1409-
fetch('https://api.github.com/repos/framersai/paracosm')
1409+
fetch('https://api.github.com/repos/framerslab/paracosm')
14101410
.then(function (r) { return r.ok ? r.json() : null; })
14111411
.then(function (d) {
14121412
if (!d) return;

src/dashboard/public/llms-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This file is a curated, token-efficient full-content map of Paracosm for large l
88

99
- **Name:** Paracosm
1010
- **Homepage:** https://paracosm.agentos.sh
11-
- **Repository:** https://github.com/framersai/paracosm
11+
- **Repository:** https://github.com/framerslab/paracosm
1212
- **npm:** https://www.npmjs.com/package/paracosm
1313
- **License:** Apache-2.0
1414
- **Built by:** Framers Lab, Inc. (https://frame.dev)
@@ -250,6 +250,6 @@ Largest cost lever: tool reuse after turn 3. Anthropic prompt cache hits the sha
250250

251251
## Contact + community
252252

253-
- Issues: https://github.com/framersai/paracosm/issues
253+
- Issues: https://github.com/framerslab/paracosm/issues
254254
- Enterprise / consulting: team@frame.dev
255255
- Author: Johnny Dunn — https://github.com/jddunn

src/dashboard/public/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Paracosm is built by [Framers Lab, Inc.](https://frame.dev) on top of [AgentOS](
99
- Homepage: https://paracosm.agentos.sh
1010
- API Reference: https://paracosm.agentos.sh/docs
1111
- npm: https://www.npmjs.com/package/paracosm
12-
- GitHub: https://github.com/framersai/paracosm
12+
- GitHub: https://github.com/framerslab/paracosm
1313
- AgentOS (parent runtime): https://agentos.sh
1414
- Sitemap: https://paracosm.agentos.sh/sitemap.xml
1515

src/server/services/email-templates.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test('renderWaitlistConfirmation includes email + brand assets, omits position n
1919
assert.match(out.html, /paracosm\.agentos\.sh\/brand\/favicons\/favicon-192\.png/);
2020
// Logo must be the Paracosm orbital favicon, not Frame.dev's "F" mark.
2121
assert.doesNotMatch(out.html, /frame\.dev\/icon-192\.png/);
22-
assert.match(out.html, /github\.com\/framersai\/paracosm/);
22+
assert.match(out.html, /github\.com\/framerslab\/paracosm/);
2323
assert.match(out.html, /https:\/\/frame\.dev"/);
2424
assert.match(out.html, /https:\/\/agentos\.sh"/);
2525
assert.match(out.html, /https:\/\/manic\.agency"/);

tests/scripts/generate-changelog.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ test('renderBullet: feat(scope) subject strips type + keeps scope', () => {
341341
const b = renderBullet(c);
342342
assert.equal(
343343
b,
344-
'- runtime: add X ([abcdef1](https://github.com/framersai/paracosm/commit/abcdef1234567890abcdef1234567890abcdef12))',
344+
'- runtime: add X ([abcdef1](https://github.com/framerslab/paracosm/commit/abcdef1234567890abcdef1234567890abcdef12))',
345345
);
346346
});
347347

0 commit comments

Comments
 (0)