Files
Mikhail Chusavitin aac3a69526 Add platform config ingest, storage, API, and UI tab
Auditors can now send BIOS/Redfish platform settings via
POST /ingest/hardware as hardware.platform_config (map[string]any).
Stored as latest-snapshot per machine with per-key change history.
Exposed via GET /api/assets/{id}/platform-config and .../history.
Asset page gets a third tab "Platform Config" with inline history expand.
Contract bumped to v2.9, migration 0024 adds two new tables.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 15:07:21 +03:00
..
2026-03-15 16:29:24 +03:00

Architecture Decision Records

Use this directory to capture architecture decisions and significant updates.

Required

  • Every architecture decision must be recorded in the Bible.
  • If a decision replaces an older one, update the older document in the same change.
  • Keep entries short, explicit, and linked to the affected architecture files.
  • Use bible-local/architecture/... and bible-local/docs/... paths when referencing affected documents.

Minimal Entry Template

  • Date (YYYY-MM-DD)
  • Decision
  • Context
  • Consequences
  • Supersedes (if any)