Files
git.stella-ops.org/docs/technical/development/README.md
StellaOps Bot 40362de568 chore: remove outdated documentation and prep notes
- Deleted several draft and prep documents related to benchmarks, authority DPoP & mTLS implementation, Java analyzer observation, link-not-merge determinism tests, replay operations, and crypto provider registry.
- Updated the merge semver playbook to reflect current database schema usage.
- Cleaned up the technical development README to remove references to obsolete documents and streamline guidance for contributors.
2025-12-24 12:47:50 +02:00

2.3 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, kisa_connector_notes.md).
    • Authority and DPoP guidance (31_AUTHORITY_PLUGIN_DEVELOPER_GUIDE.md, 32_AUTH_CLIENT_GUIDE.md).
    • Analyzer and cache configuration (SCANNER_CACHE_CONFIGURATION.md, EXCITITOR_STATEMENT_BACKFILL.md).
    • Normalisation references (normalized-rule-recipes.md).
    • Operational templates and fixtures (templates/, fixtures.md).

CLI, SDKs & Automation

Scaffolding & Examples