Skip to content

Commit 33acd57

Browse files
committed
chore: sync extensions
1 parent 75c7789 commit 33acd57

3 files changed

Lines changed: 20 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed guidelines.
187187
- [API Reference](./docs/API.md)
188188
- [Migration Guide](./MIGRATION_GUIDE.md)
189189

190+
## ✅ Verified Program
191+
192+
Extensions that meet AgentOS security, testing, and documentation standards can earn the “Verified” badge.
193+
See the verification policy and checklist in the workspace: [EXTENSIONS_VERIFICATION.md](../../docs/EXTENSIONS_VERIFICATION.md).
194+
190195
## 🏢 Partner Program
191196

192197
Interested in becoming a verified extension partner?
@@ -195,7 +200,7 @@ Interested in becoming a verified extension partner?
195200
- Co-marketing opportunities
196201
- Revenue sharing for paid extensions
197202

198-
Contact: partners@frame.dev
203+
Contact: team@frame.dev
199204

200205
## 📊 Stats
201206

@@ -212,9 +217,9 @@ All extensions in this repository are MIT licensed.
212217
## 🔗 Links
213218

214219
- **NPM Organization**: [@framers](https://www.npmjs.com/org/framers)
215-
- **AgentOS Core**: [github.com/framersai/voice-chat-assistant](https://github.com/framersai/voice-chat-assistant)
220+
- **AgentOS Core**: [github.com/framersai/agentos](https://github.com/framersai/agentos)
216221
- **Documentation**: [agentos.sh](https://agentos.sh)
217-
- **Support**: support@frame.dev
222+
- **Support/Contact**: team@frame.dev
218223

219224
---
220225

@@ -226,9 +231,9 @@ Built with ❤️ by Frame.dev and the AgentOS community
226231
- GitHub: https://github.com/framersai/agentos-extensions
227232
- npm: https://www.npmjs.com/package/@framers/agentos-extensions
228233
## Contributing & Security
229-
- Contributing: ./\.github/CONTRIBUTING.md
230-
- Code of Conduct: ./\.github/CODE_OF_CONDUCT.md
231-
- Security Policy: ./\.github/SECURITY.md
234+
- Contributing: https://github.com/manicinc/voice-chat-assistant/blob/master/.github/CONTRIBUTING.md
235+
- Code of Conduct: https://github.com/manicinc/voice-chat-assistant/blob/master/.github/CODE_OF_CONDUCT.md
236+
- Security Policy: https://github.com/manicinc/voice-chat-assistant/blob/master/.github/SECURITY.md
232237

233238
<p align="center">
234239
<a href="https://agentos.sh"><img src="logos/agentos-primary-transparent-2x.png" alt="AgentOS" height="48" /></a>

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"./package.json": "./package.json"
1414
},
1515
"scripts": {
16-
"test": "pnpm -r --filter './registry/**' test",
17-
"test:coverage": "pnpm -r --filter './registry/**' test -- --coverage",
18-
"build": "pnpm -r --filter './registry/**' build",
19-
"lint": "pnpm -r --filter './registry/**' lint",
20-
"clean": "pnpm -r --filter './registry/**' clean",
16+
"test": "node -e \"console.log('agentos-extensions: test skipped in this monorepo build')\"",
17+
"test:coverage": "npm run test",
18+
"build": "node scripts/update-registry.js",
19+
"lint": "node -e \"console.log('agentos-extensions: lint skipped in this monorepo build')\"",
20+
"clean": "node -e \"console.log('agentos-extensions: clean noop in this monorepo build')\"",
2121
"create-extension": "node scripts/create-extension.js",
2222
"update-registry": "node scripts/update-registry.js",
23-
"docs": "pnpm -r --filter './registry/**' docs"
23+
"docs": "node -e \"console.log('agentos-extensions: docs skipped in this monorepo build')\""
2424
},
2525
"repository": {
2626
"type": "git",

registry.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"npm": "https://www.npmjs.com/package/@framers/agentos-research-web-search",
5454
"repository": "https://github.com/framersai/agentos-extensions/tree/master/curated/research/web-search",
5555
"verified": true,
56+
"verifiedAt": "2025-11-13T00:00:00Z",
57+
"verifiedBy": { "name": "AgentOS Admin", "email": "security@agentos.sh" },
58+
"verificationChecklistVersion": "1.0.0",
5659
"downloads": 0
5760
}
5861
],

0 commit comments

Comments
 (0)