Commit 9b0366b
feat(wiki): port full 42-scope catalogue from agentic-ai for parity
User pointed at ``agentic-ai/packages/memory/src/wiki/scopes.ts`` as
the reference: agentic-ai defines 42 canonical project scopes; Cortex
had 27. Importing the missing 15 + aligning 3 scope names brings
Cortex to parity.
# Renamed for parity
* ``configuration-reference`` → ``configuration``.
* ``migration`` → ``migration-guides``.
* ``extending`` → ``plugins-extensions``.
Anchor filenames overlap so existing pages keep coverage; only the
scope-name string (in dashboards + curation_gaps frontmatter) changes.
# Added 15 scopes
Diátaxis how-to / tutorial axis:
* ``how-to-guides`` — umbrella index of task-oriented recipes.
* ``tutorials`` — step-by-step learning paths.
* ``integration-guides`` — wiring into IDEs, CI, model APIs,
databases, MCP clients, downstream services.
* ``examples`` — end-to-end working sample apps / demos.
Setup + local-dev:
* ``local-development`` — contributor's machine setup, dev server,
hot-reload, mocks.
Operational telemetry:
* ``logging`` — log format, levels, sinks, rotation, structured
fields, conventions for new log sites.
* ``observability`` — metrics, traces, dashboards, alerts;
OpenTelemetry surface; copy-paste log queries.
Security:
* ``secrets-management`` — API keys, tokens, certs across dev, CI,
prod. Rotation + leak procedure. Distinct from access-control
(about the secrets themselves, not who can use them).
* ``access-control`` — RBAC / ABAC / capability matrix.
Contribution + governance:
* ``coding-standards`` — mechanical rules (file size, layer
boundaries, naming, lint config, type discipline, source-citation
requirements).
* ``release-process`` — how a human cuts a release (vs ci-cd which
is the pipeline).
* ``changelog`` — user-facing record per version (Keep a Changelog).
* ``roadmap`` — strategic surface: planned / in-progress / deferred
with reasons.
Inclusive design:
* ``accessibility`` — WCAG level, keyboard nav, screen-reader.
"Not applicable — no UI" valid for non-UI projects.
* ``localization`` — i18n library, source strings, translator
workflow. "Not applicable — single-locale project" valid.
Total scopes: 27 → 42. cortex coverage drops to 15/42 until the
autonomous worker authors the new anchors. Every other project's
queue grows by the same delta.
# README architecture + agent integration sections refreshed
* "Agent Integration" now opens with Cortex's own headless authoring
worker — same agent infrastructure the user's team uses, applied
to documentation maintenance. Added the autonomous-6h-spawn
explanation.
* "Architecture" table refreshed: shared/ row added, core count
bumped to 175+ (added wiki curation modules), MCP-exposed handler
count = 49. New "Wiki curation subsystem (3.17.0)" subsection
enumerates every module that implements the autonomous loop with
its responsibility.
* CORTEX_CONSOLIDATE_TTL_HOURS named in the configuration paragraph.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 03c6887 commit 9b0366b
2 files changed
Lines changed: 367 additions & 49 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
368 | 370 | | |
369 | 371 | | |
370 | 372 | | |
371 | 373 | | |
372 | 374 | | |
373 | | - | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
374 | 378 | | |
375 | | - | |
| 379 | + | |
376 | 380 | | |
377 | | - | |
| 381 | + | |
378 | 382 | | |
379 | 383 | | |
380 | 384 | | |
381 | 385 | | |
382 | 386 | | |
383 | 387 | | |
384 | 388 | | |
385 | | - | |
| 389 | + | |
386 | 390 | | |
387 | 391 | | |
388 | 392 | | |
389 | 393 | | |
390 | 394 | | |
391 | 395 | | |
392 | 396 | | |
393 | | - | |
| 397 | + | |
| 398 | + | |
394 | 399 | | |
395 | | - | |
396 | | - | |
397 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
398 | 404 | | |
399 | 405 | | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
400 | 419 | | |
401 | 420 | | |
402 | 421 | | |
403 | 422 | | |
404 | | - | |
| 423 | + | |
405 | 424 | | |
406 | 425 | | |
407 | 426 | | |
| |||
0 commit comments