Files
git.stella-ops.org/docs/technical/development/README.md
Vladimir Moushkov 691028fe69
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
feat: Document completed tasks across multiple components
- Added completed tasks documentation for Scheduler WebService, ImpactIndex, Models, Queue, Storage.Mongo, Worker, Signals, Signer, UI, Zastava.Observer, Zastava.Webhook, Zastava.Core, Cryptography.Kms, Cryptography, and Plugin.
- Each task includes ID, status, owners, dependencies, descriptions, and exit criteria to ensure clarity and traceability.
- Enhanced integration and unit testing coverage across various components to validate functionality and compliance with specifications.
2025-10-30 18:20:31 +02:00

2.7 KiB
Raw Blame History

Development Guides & Tooling

Resources for contributors building features, plug-ins, connectors, and tests.

Engineering Standards & Quality

Plug-ins, Connectors & Extensions

  • ../10_PLUGIN_SDK_GUIDE.md plug-in lifecycle, manifests, packaging.
  • ../10_CONCELIER_CLI_QUICKSTART.md local Concelier + CLI workflow for advisory ingestion.
  • Developer guides under ../dev/:
    • Connector playbooks (30_EXCITITOR_CONNECTOR_GUIDE.md, 30_VEXER_CONNECTOR_GUIDE.md, concelier-connector-research-20251011.md, kisa_connector_notes.md).
    • Authority and DPoP guidance (31_AUTHORITY_PLUGIN_DEVELOPER_GUIDE.md, authority-dpop-mtls-plan.md, authority-plugin-di-coordination.md, authority-rate-limit-tuning-outline.md, 32_AUTH_CLIENT_GUIDE.md).
    • Analyzer and cache configuration (SCANNER_CACHE_CONFIGURATION.md, java-analyzer-observation-plan.md, EXCITITOR_STATEMENT_BACKFILL.md).
    • Normalisation & merge references (aoc-normalization-removal-notes.md, merge_semver_playbook.md, normalized-rule-recipes.md, normalized_versions_rollout.md).
    • Operational templates and fixtures (templates/, fixtures.md).
    • Mongo/Cartographer details (mongo_indices.md, cartographer-graph-handshake.md).

CLI, SDKs & Automation

Scaffolding & Examples