agentsys 5.3.7 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/.agnix.toml +17 -7
  2. package/.claude-plugin/marketplace.json +13 -2
  3. package/.claude-plugin/plugin.json +1 -1
  4. package/.gitmodules +3 -0
  5. package/AGENTS.md +4 -4
  6. package/CHANGELOG.md +21 -0
  7. package/README.md +46 -5
  8. package/lib/adapter-transforms.js +3 -1
  9. package/package.json +1 -1
  10. package/site/assets/css/main.css +39 -1
  11. package/site/assets/js/main.js +24 -0
  12. package/site/content.json +4 -4
  13. package/site/index.html +82 -7
  14. package/site/ux-spec.md +5 -5
  15. package/agent-knowledge/AGENTS.md +0 -231
  16. package/agent-knowledge/acp-with-codex-gemini-copilot-claude.md +0 -504
  17. package/agent-knowledge/ai-cli-advanced-integration-patterns.md +0 -670
  18. package/agent-knowledge/ai-cli-non-interactive-programmatic-usage.md +0 -1394
  19. package/agent-knowledge/all-in-one-plus-modular-packages.md +0 -576
  20. package/agent-knowledge/cli-browser-automation-agents.md +0 -936
  21. package/agent-knowledge/github-org-project-management.md +0 -319
  22. package/agent-knowledge/github-org-structure-patterns.md +0 -268
  23. package/agent-knowledge/kiro-supervised-autopilot.md +0 -400
  24. package/agent-knowledge/multi-product-org-docs.md +0 -622
  25. package/agent-knowledge/oss-org-naming-patterns.md +0 -368
  26. package/agent-knowledge/resources/acp-with-codex-gemini-copilot-claude-sources.json +0 -408
  27. package/agent-knowledge/resources/ai-cli-non-interactive-programmatic-usage-sources.json +0 -500
  28. package/agent-knowledge/resources/all-in-one-plus-modular-packages-sources.json +0 -310
  29. package/agent-knowledge/resources/cli-browser-automation-agents-sources.json +0 -428
  30. package/agent-knowledge/resources/github-org-project-management-sources.json +0 -239
  31. package/agent-knowledge/resources/github-org-structure-patterns-sources.json +0 -293
  32. package/agent-knowledge/resources/kiro-supervised-autopilot-sources.json +0 -135
  33. package/agent-knowledge/resources/multi-product-org-docs-sources.json +0 -514
  34. package/agent-knowledge/resources/oss-org-naming-patterns-sources.json +0 -458
  35. package/agent-knowledge/resources/skill-plugin-distribution-patterns-sources.json +0 -290
  36. package/agent-knowledge/resources/terminal-browsers-agent-automation-sources.json +0 -758
  37. package/agent-knowledge/resources/web-session-persistence-cli-agents-sources.json +0 -528
  38. package/agent-knowledge/skill-plugin-distribution-patterns.md +0 -661
  39. package/agent-knowledge/terminal-browsers-agent-automation.md +0 -776
  40. package/agent-knowledge/web-session-persistence-cli-agents.md +0 -1352
@@ -1,514 +0,0 @@
1
- {
2
- "topic": "Documentation & Website Architecture for Multi-Product Open Source Organizations",
3
- "slug": "multi-product-org-docs",
4
- "generated": "2026-02-21T00:00:00Z",
5
- "depth": "deep",
6
- "totalSources": 42,
7
- "methodology": "5 sources fetched live via WebFetch, 37 from verified domain knowledge (WebFetch was rate-limited/denied for most URLs). All information is based on publicly observable website architectures and official documentation.",
8
- "sources": [
9
- {
10
- "url": "https://developer.hashicorp.com",
11
- "title": "HashiCorp Developer Portal",
12
- "qualityScore": 95,
13
- "authority": 10,
14
- "recency": 9,
15
- "depth": 10,
16
- "examples": 9,
17
- "uniqueness": 9,
18
- "keyInsights": ["Unified portal for 6+ products", "Product switcher in sidebar", "Migrated from separate per-product sites", "Shared tutorial format", "Unified search with product filtering"],
19
- "fetched": false
20
- },
21
- {
22
- "url": "https://vercel.com/docs",
23
- "title": "Vercel Documentation",
24
- "qualityScore": 92,
25
- "authority": 10,
26
- "recency": 10,
27
- "depth": 9,
28
- "examples": 8,
29
- "uniqueness": 8,
30
- "keyInsights": ["Hub site for Vercel platform", "Links to independent product sites (Next.js, Turbo)", "AI-focused sections", "Marketplace for integrations", "Product categories in sidebar"],
31
- "fetched": true
32
- },
33
- {
34
- "url": "https://nextjs.org/docs",
35
- "title": "Next.js Documentation",
36
- "qualityScore": 90,
37
- "authority": 10,
38
- "recency": 10,
39
- "depth": 9,
40
- "examples": 9,
41
- "uniqueness": 7,
42
- "keyInsights": ["Completely separate site from Vercel", "Own design system and domain", "App Router vs Pages Router as parallel doc sections", "Ctrl+K search", "GitHub edit links"],
43
- "fetched": true
44
- },
45
- {
46
- "url": "https://bun.sh/docs",
47
- "title": "Bun Documentation",
48
- "qualityScore": 88,
49
- "authority": 9,
50
- "recency": 10,
51
- "depth": 8,
52
- "examples": 9,
53
- "uniqueness": 8,
54
- "keyInsights": ["Single product with 4 major sections via cards", "Runtime, Package Manager, Test Runner, Bundler as distinct areas", "Provides llms.txt for AI discoverability", "Custom-built docs framework"],
55
- "fetched": true
56
- },
57
- {
58
- "url": "https://supabase.com/docs",
59
- "title": "Supabase Documentation",
60
- "qualityScore": 91,
61
- "authority": 9,
62
- "recency": 9,
63
- "depth": 9,
64
- "examples": 9,
65
- "uniqueness": 8,
66
- "keyInsights": ["Unified site for Database, Auth, Storage, Edge Functions, Realtime, Vector", "Left sidebar groups by product area", "Auto-generated API reference from OpenAPI", "Multi-language client library docs"],
67
- "fetched": false
68
- },
69
- {
70
- "url": "https://docs.github.com/en/pages",
71
- "title": "GitHub Pages Documentation",
72
- "qualityScore": 85,
73
- "authority": 10,
74
- "recency": 8,
75
- "depth": 7,
76
- "examples": 7,
77
- "uniqueness": 6,
78
- "keyInsights": ["Org sites vs project sites", "Custom domain support", "HTTPS enforcement", "Jekyll integration", "GitHub Actions for custom build"],
79
- "fetched": true
80
- },
81
- {
82
- "url": "https://docusaurus.io/docs/docs-multi-instance",
83
- "title": "Docusaurus Multi-Instance Docs",
84
- "qualityScore": 90,
85
- "authority": 9,
86
- "recency": 9,
87
- "depth": 9,
88
- "examples": 10,
89
- "uniqueness": 8,
90
- "keyInsights": ["Multiple docs plugin instances for multi-product", "Independent versioning per instance", "Separate sidebars per product", "Shared theme and components"],
91
- "fetched": false
92
- },
93
- {
94
- "url": "https://starlight.astro.build",
95
- "title": "Starlight (Astro) Documentation Framework",
96
- "qualityScore": 88,
97
- "authority": 9,
98
- "recency": 10,
99
- "depth": 8,
100
- "examples": 9,
101
- "uniqueness": 8,
102
- "keyInsights": ["Sidebar groups for multi-section", "Content collections for organization", "Built-in Pagefind search", "Fast builds with Astro", "Growing plugin ecosystem"],
103
- "fetched": false
104
- },
105
- {
106
- "url": "https://vitepress.dev/reference/default-theme-sidebar",
107
- "title": "VitePress Sidebar Configuration",
108
- "qualityScore": 85,
109
- "authority": 9,
110
- "recency": 9,
111
- "depth": 8,
112
- "examples": 9,
113
- "uniqueness": 6,
114
- "keyInsights": ["Multiple sidebars via route-based config", "Each path prefix gets its own sidebar", "Simple JSON config", "Fast builds with Vite"],
115
- "fetched": false
116
- },
117
- {
118
- "url": "https://mintlify.com/docs/settings/navigation",
119
- "title": "Mintlify Navigation Configuration",
120
- "qualityScore": 86,
121
- "authority": 8,
122
- "recency": 9,
123
- "depth": 8,
124
- "examples": 9,
125
- "uniqueness": 7,
126
- "keyInsights": ["Tabs for product switching", "Groups for section organization", "Anchors for cross-section navigation", "Beautiful defaults with zero config"],
127
- "fetched": false
128
- },
129
- {
130
- "url": "https://www.jetbrains.com/help/",
131
- "title": "JetBrains Help Portal",
132
- "qualityScore": 87,
133
- "authority": 10,
134
- "recency": 8,
135
- "depth": 8,
136
- "examples": 7,
137
- "uniqueness": 8,
138
- "keyInsights": ["Separate help site per product under /help/", "Product picker at top level", "Each product has completely independent docs", "Shared design system across products"],
139
- "fetched": false
140
- },
141
- {
142
- "url": "https://registry.terraform.io",
143
- "title": "Terraform Registry",
144
- "qualityScore": 90,
145
- "authority": 10,
146
- "recency": 9,
147
- "depth": 9,
148
- "examples": 8,
149
- "uniqueness": 9,
150
- "keyInsights": ["Plugin marketplace with categories (Providers, Modules, Policies)", "Verified badge system", "Version history and download counts", "GitHub-based publishing flow", "README-driven detail pages"],
151
- "fetched": false
152
- },
153
- {
154
- "url": "https://marketplace.visualstudio.com",
155
- "title": "VS Code Marketplace",
156
- "qualityScore": 88,
157
- "authority": 10,
158
- "recency": 9,
159
- "depth": 8,
160
- "examples": 7,
161
- "uniqueness": 9,
162
- "keyInsights": ["Categories, trending, featured sections", "Install count and ratings", "Deep linking for install", "README from repo as detail page"],
163
- "fetched": false
164
- },
165
- {
166
- "url": "https://formulae.brew.sh",
167
- "title": "Homebrew Formulae",
168
- "qualityScore": 82,
169
- "authority": 9,
170
- "recency": 8,
171
- "depth": 7,
172
- "examples": 7,
173
- "uniqueness": 8,
174
- "keyInsights": ["Simple catalog: name, description, install command", "Analytics for install counts", "Static site generated from JSON", "No ratings, just facts"],
175
- "fetched": false
176
- },
177
- {
178
- "url": "https://stripe.com/docs",
179
- "title": "Stripe Documentation",
180
- "qualityScore": 93,
181
- "authority": 10,
182
- "recency": 9,
183
- "depth": 10,
184
- "examples": 10,
185
- "uniqueness": 7,
186
- "keyInsights": ["Unified docs for Payments, Billing, Connect, Terminal, Identity", "Related products cards at page bottom", "Multi-language code examples", "Interactive API explorer"],
187
- "fetched": false
188
- },
189
- {
190
- "url": "https://docs.aws.amazon.com",
191
- "title": "AWS Documentation",
192
- "qualityScore": 80,
193
- "authority": 10,
194
- "recency": 8,
195
- "depth": 9,
196
- "examples": 7,
197
- "uniqueness": 6,
198
- "keyInsights": ["Separate docs site per service", "Unified search across services", "Shared header with service picker", "Each service independently versioned"],
199
- "fetched": false
200
- },
201
- {
202
- "url": "https://diataxis.fr",
203
- "title": "Diataxis Documentation Framework",
204
- "qualityScore": 88,
205
- "authority": 8,
206
- "recency": 7,
207
- "depth": 9,
208
- "examples": 8,
209
- "uniqueness": 10,
210
- "keyInsights": ["Four documentation types: tutorials, how-to, reference, explanation", "Each type serves different user needs", "Framework for organizing any docs site"],
211
- "fetched": false
212
- },
213
- {
214
- "url": "https://llmstxt.org",
215
- "title": "llms.txt Standard",
216
- "qualityScore": 80,
217
- "authority": 7,
218
- "recency": 10,
219
- "depth": 6,
220
- "examples": 8,
221
- "uniqueness": 10,
222
- "keyInsights": ["Emerging standard for AI discoverability", "Simple text format at site root", "Lists pages and descriptions for AI crawlers", "Bun and others already implementing"],
223
- "fetched": false
224
- },
225
- {
226
- "url": "https://pagefind.app",
227
- "title": "Pagefind - Static Search",
228
- "qualityScore": 82,
229
- "authority": 8,
230
- "recency": 9,
231
- "depth": 7,
232
- "examples": 8,
233
- "uniqueness": 7,
234
- "keyInsights": ["Client-side search for static sites", "Built into Starlight", "Indexes at build time", "Works across multiple product sections"],
235
- "fetched": false
236
- },
237
- {
238
- "url": "https://pages.cloudflare.com",
239
- "title": "Cloudflare Pages",
240
- "qualityScore": 78,
241
- "authority": 9,
242
- "recency": 9,
243
- "depth": 6,
244
- "examples": 7,
245
- "uniqueness": 5,
246
- "keyInsights": ["Free hosting for static sites", "Preview deployments on PRs", "Fast global CDN", "Git integration"],
247
- "fetched": false
248
- },
249
- {
250
- "url": "https://nextra.site",
251
- "title": "Nextra Documentation Framework",
252
- "qualityScore": 83,
253
- "authority": 8,
254
- "recency": 9,
255
- "depth": 7,
256
- "examples": 8,
257
- "uniqueness": 6,
258
- "keyInsights": ["Next.js-based docs framework", "File-based routing with _meta.json", "Themes for docs and blog", "MDX support"],
259
- "fetched": false
260
- },
261
- {
262
- "url": "https://www.gitbook.com",
263
- "title": "GitBook",
264
- "qualityScore": 78,
265
- "authority": 8,
266
- "recency": 8,
267
- "depth": 6,
268
- "examples": 6,
269
- "uniqueness": 5,
270
- "keyInsights": ["Spaces per product, Collections to group spaces", "Non-technical team friendly", "Git sync for docs-as-code", "Limited customization"],
271
- "fetched": false
272
- },
273
- {
274
- "url": "https://readme.com",
275
- "title": "ReadMe Documentation Platform",
276
- "qualityScore": 79,
277
- "authority": 8,
278
- "recency": 8,
279
- "depth": 7,
280
- "examples": 6,
281
- "uniqueness": 6,
282
- "keyInsights": ["API reference focus", "Multi-version support", "Developer hub concept", "Analytics on doc usage"],
283
- "fetched": false
284
- },
285
- {
286
- "url": "https://turbo.build",
287
- "title": "Turbo (Turborepo + Turbopack)",
288
- "qualityScore": 84,
289
- "authority": 9,
290
- "recency": 9,
291
- "depth": 7,
292
- "examples": 8,
293
- "uniqueness": 7,
294
- "keyInsights": ["Separate domain from Vercel", "Two products (Repo and Pack) on one site", "Product tabs at top", "Independent from vercel.com/docs"],
295
- "fetched": false
296
- },
297
- {
298
- "url": "https://docs.astro.build",
299
- "title": "Astro Documentation",
300
- "qualityScore": 86,
301
- "authority": 9,
302
- "recency": 10,
303
- "depth": 8,
304
- "examples": 8,
305
- "uniqueness": 6,
306
- "keyInsights": ["Built with Starlight (dogfooding)", "Multi-section sidebar", "Internationalization support", "Content collections for docs"],
307
- "fetched": false
308
- },
309
- {
310
- "url": "https://developers.google.com",
311
- "title": "Google Developers Portal",
312
- "qualityScore": 82,
313
- "authority": 10,
314
- "recency": 8,
315
- "depth": 7,
316
- "examples": 7,
317
- "uniqueness": 6,
318
- "keyInsights": ["Massive multi-product portal", "Product cards on landing page", "Each product links to its own docs site", "Shared design system (Material)"],
319
- "fetched": false
320
- },
321
- {
322
- "url": "https://learn.microsoft.com",
323
- "title": "Microsoft Learn",
324
- "qualityScore": 80,
325
- "authority": 10,
326
- "recency": 8,
327
- "depth": 8,
328
- "examples": 7,
329
- "uniqueness": 5,
330
- "keyInsights": ["Unified platform for all Microsoft product docs", "Product picker, versioning", "Breadcrumb navigation showing product hierarchy", "Unified search across all products"],
331
- "fetched": false
332
- },
333
- {
334
- "url": "https://web.dev",
335
- "title": "web.dev (Google)",
336
- "qualityScore": 78,
337
- "authority": 9,
338
- "recency": 8,
339
- "depth": 7,
340
- "examples": 8,
341
- "uniqueness": 5,
342
- "keyInsights": ["Topic-based organization rather than product-based", "Courses, articles, patterns", "Unified design system"],
343
- "fetched": false
344
- },
345
- {
346
- "url": "https://firebase.google.com/docs",
347
- "title": "Firebase Documentation",
348
- "qualityScore": 85,
349
- "authority": 10,
350
- "recency": 9,
351
- "depth": 8,
352
- "examples": 8,
353
- "uniqueness": 6,
354
- "keyInsights": ["Multi-product under one brand (Auth, Firestore, Storage, Functions)", "Product groups in sidebar", "Platform tabs (iOS, Android, Web)", "Shared getting-started flow"],
355
- "fetched": false
356
- },
357
- {
358
- "url": "https://tailwindcss.com/docs",
359
- "title": "Tailwind CSS Documentation",
360
- "qualityScore": 85,
361
- "authority": 9,
362
- "recency": 9,
363
- "depth": 8,
364
- "examples": 9,
365
- "uniqueness": 5,
366
- "keyInsights": ["Single product, excellent single-site docs", "Sidebar with grouped categories", "Inline interactive examples", "Search with Algolia DocSearch"],
367
- "fetched": false
368
- },
369
- {
370
- "url": "https://docs.github.com",
371
- "title": "GitHub Documentation",
372
- "qualityScore": 87,
373
- "authority": 10,
374
- "recency": 9,
375
- "depth": 9,
376
- "examples": 7,
377
- "uniqueness": 6,
378
- "keyInsights": ["Multi-product (Actions, Pages, Packages, Copilot, etc.) under one site", "Version switcher for GitHub editions", "Product groups in sidebar", "Docs-as-code in github/docs repo"],
379
- "fetched": false
380
- },
381
- {
382
- "url": "https://www.algolia.com/doc/",
383
- "title": "Algolia Documentation",
384
- "qualityScore": 80,
385
- "authority": 8,
386
- "recency": 8,
387
- "depth": 7,
388
- "examples": 8,
389
- "uniqueness": 5,
390
- "keyInsights": ["Multi-product (Search, Recommend, Analytics) under one docs site", "Product tabs in navigation"],
391
- "fetched": false
392
- },
393
- {
394
- "url": "https://www.mongodb.com/docs",
395
- "title": "MongoDB Documentation",
396
- "qualityScore": 83,
397
- "authority": 9,
398
- "recency": 8,
399
- "depth": 8,
400
- "examples": 7,
401
- "uniqueness": 5,
402
- "keyInsights": ["Product picker for Atlas, Server, Compass, drivers", "Each product has independent doc tree", "Shared design system"],
403
- "fetched": false
404
- },
405
- {
406
- "url": "https://www.prisma.io/docs",
407
- "title": "Prisma Documentation",
408
- "qualityScore": 84,
409
- "authority": 8,
410
- "recency": 9,
411
- "depth": 8,
412
- "examples": 9,
413
- "uniqueness": 6,
414
- "keyInsights": ["Multi-product (ORM, Accelerate, Pulse) under one site", "Product switcher in sidebar", "Shared getting started flow"],
415
- "fetched": false
416
- },
417
- {
418
- "url": "https://grafana.com/docs",
419
- "title": "Grafana Documentation",
420
- "qualityScore": 86,
421
- "authority": 9,
422
- "recency": 9,
423
- "depth": 8,
424
- "examples": 7,
425
- "uniqueness": 7,
426
- "keyInsights": ["Multi-product portal (Grafana, Loki, Tempo, Mimir, etc.)", "Product cards on landing page", "Each product has independent versioned docs", "Plugin catalog separate page"],
427
- "fetched": false
428
- },
429
- {
430
- "url": "https://grafana.com/grafana/plugins/",
431
- "title": "Grafana Plugin Catalog",
432
- "qualityScore": 85,
433
- "authority": 9,
434
- "recency": 9,
435
- "depth": 7,
436
- "examples": 7,
437
- "uniqueness": 9,
438
- "keyInsights": ["Categories: panels, data sources, apps", "Install count, version, compatibility", "Filter by type and keyword", "Detail page with README and install instructions"],
439
- "fetched": false
440
- },
441
- {
442
- "url": "https://www.atlassian.com/software",
443
- "title": "Atlassian Product Portfolio",
444
- "qualityScore": 78,
445
- "authority": 10,
446
- "recency": 7,
447
- "depth": 6,
448
- "examples": 5,
449
- "uniqueness": 5,
450
- "keyInsights": ["Separate docs sites per product", "Shared Atlassian design system", "Cross-product integrations highlighted", "Marketplace for plugins/apps"],
451
- "fetched": false
452
- },
453
- {
454
- "url": "https://marketplace.atlassian.com",
455
- "title": "Atlassian Marketplace",
456
- "qualityScore": 83,
457
- "authority": 10,
458
- "recency": 8,
459
- "depth": 7,
460
- "examples": 6,
461
- "uniqueness": 8,
462
- "keyInsights": ["Plugin marketplace across Jira/Confluence/Bitbucket", "Categories, ratings, install counts", "Paid and free apps", "Vendor pages"],
463
- "fetched": false
464
- },
465
- {
466
- "url": "https://www.npmjs.com",
467
- "title": "npm Registry",
468
- "qualityScore": 80,
469
- "authority": 10,
470
- "recency": 8,
471
- "depth": 6,
472
- "examples": 6,
473
- "uniqueness": 5,
474
- "keyInsights": ["Package catalog with search", "README as detail page", "Weekly downloads, version history", "Scoped packages for organizations"],
475
- "fetched": false
476
- },
477
- {
478
- "url": "https://plugins.jetbrains.com",
479
- "title": "JetBrains Plugin Marketplace",
480
- "qualityScore": 82,
481
- "authority": 9,
482
- "recency": 8,
483
- "depth": 7,
484
- "examples": 6,
485
- "uniqueness": 7,
486
- "keyInsights": ["Cross-IDE plugin catalog", "Compatibility matrix per IDE", "Ratings, downloads, vendor info"],
487
- "fetched": false
488
- },
489
- {
490
- "url": "https://docsearch.algolia.com",
491
- "title": "Algolia DocSearch",
492
- "qualityScore": 78,
493
- "authority": 8,
494
- "recency": 8,
495
- "depth": 6,
496
- "examples": 7,
497
- "uniqueness": 6,
498
- "keyInsights": ["Free search for open source docs", "Crawls and indexes static sites", "Used by Docusaurus, VitePress, many OSS projects", "Alternative to Pagefind for server-side search"],
499
- "fetched": false
500
- },
501
- {
502
- "url": "https://developers.cloudflare.com",
503
- "title": "Cloudflare Developer Docs",
504
- "qualityScore": 84,
505
- "authority": 9,
506
- "recency": 9,
507
- "depth": 8,
508
- "examples": 8,
509
- "uniqueness": 6,
510
- "keyInsights": ["Multi-product portal (Workers, Pages, R2, D1, KV, etc.)", "Product cards on landing page", "Each product has independent sidebar", "Built with custom framework"],
511
- "fetched": false
512
- }
513
- ]
514
- }