feat: SEO improvements and npm publish prep
- Expand sitemap from 2 to 13 URLs (all docs pages) - Update JSON-LD featureList with Anthropic, OpenCode, TypeScript SDK - Update llms.txt with docs links, TS SDK, OpenCode plugin sections - Add READMEs for agentlens-sdk and opencode-agentlens packages - Add repository, homepage, author, bugs fields to both package.json
This commit is contained in:
@@ -31,6 +31,24 @@
|
||||
"node": ">=20"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Vectry <hunter@repi.fun>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.repi.fun/repi/agentlens",
|
||||
"directory": "packages/sdk-ts"
|
||||
},
|
||||
"homepage": "https://agentlens.vectry.tech",
|
||||
"bugs": {
|
||||
"url": "https://gitea.repi.fun/repi/agentlens/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"agentlens",
|
||||
"observability",
|
||||
"tracing",
|
||||
"ai-agents",
|
||||
"sdk",
|
||||
"typescript"
|
||||
],
|
||||
"devDependencies": {
|
||||
"tsup": "^8.3.0",
|
||||
"typescript": "^5.7.0"
|
||||
|
||||
Reference in New Issue
Block a user