Mahlum Innovations LLC · Effective July 2026
Every change that reaches production is intentional, attributable, tested, reversible, and — for anything customer-visible — truthful. This policy covers the application (PHI-handling), the marketing site, infrastructure configuration, and secrets.
Chronos develops with AI-assisted engineering. Agent-authored changes follow the same gates as human-authored ones, and the founder is always the reviewer of record for production deploys, with automated gates (typecheck, test suite, preflight configuration diagnostics) doing the mechanical verification.
Every production change passes through these steps in order:
The change is scoped in writing before work starts. Changes touching authentication or PHI-handling code paths require explicit founder scoping in advance.
Implementation happens in development environments with no PHI present. No real patient data or customer records exist in non-production systems.
Typecheck and the full test suite must pass. Billing tests refuse live-mode payment keys — a live key in a test run is a hard failure.
Commits carry descriptive, attributable messages. Vague or undescribed commits are not permitted for production changes.
Production deploys run through an audited deploy script whose preflight validates security-critical configuration (database TLS verification, fail-closed AI-gateway resolution) before anything ships. A deploy that fails preflight does not reach production.
Health checks and, for significant changes, manual smoke tests confirm the deploy is functioning correctly before it is considered complete.
Any change that adds or edits a compliance, security, certification, insurance, or legal claim on a public page must pass a truthfulness review before publication. Specifically:
Published claims are re-verified against this gate on a weekly cadence. Regressions — false certification claims, wrong legal entity names, wrong retention figures — are treated as emergency changes and corrected immediately.
For severe incidents (active data exposure, service-threatening defects, security vulnerabilities under active exploitation), the founder may ship a fix immediately, provided:
The platform retains prior releases for redeploy of the last known-good version. Database restores use point-in-time recovery only in a declared recovery event and include re-applying any customer deletions that post-date the restore point before service resumes. Serving customers a state that omits a deletion they requested is a contractual breach; the re-deletion step is non-negotiable.
Git history, deploy logs with preflight output, publish history, test output, and incident retrospectives are retained for at least 12 months.
At our current scale the version-control log is the change register. We disclose that plainly rather than describing a ticketing bureaucracy that does not exist.