https://github.com/mizcausevic-dev/lab-instrument-change-audit
Operator surface for lab instrument changes, calibration drift, firmware review, and audit-safe attestation posture.
https://github.com/mizcausevic-dev/lab-instrument-change-audit
aspnet-core biotech calibration csharp diagnostics firmware instrument-change metrology operator-surface quality-systems
Last synced: 3 days ago
JSON representation
Operator surface for lab instrument changes, calibration drift, firmware review, and audit-safe attestation posture.
- Host: GitHub
- URL: https://github.com/mizcausevic-dev/lab-instrument-change-audit
- Owner: mizcausevic-dev
- License: agpl-3.0
- Created: 2026-05-30T01:48:51.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2026-05-31T20:51:56.000Z (3 days ago)
- Last Synced: 2026-05-31T22:20:30.272Z (3 days ago)
- Topics: aspnet-core, biotech, calibration, csharp, diagnostics, firmware, instrument-change, metrology, operator-surface, quality-systems
- Language: C#
- Homepage: https://instruments.kineticgain.com/
- Size: 37.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# lab-instrument-change-audit
C# / ASP.NET operator surface for lab instrument change packets, firmware and calibration control gaps, audit-trace repair, and final attestation posture.
## Why this matters
Biotech and diagnostics teams do not need another vague compliance landing page. They need a board that keeps firmware change packets, calibration freshness, SOP acknowledgments, maintenance continuity, audit traces, and final QA attestation visible together before weak instrument packets slip into downstream release review.
This repo is the public proof surface for that pattern:
- `Hosted preview planned` for a browser-based instrument change audit desk
- `Embedded by engagement` for teams that need the routing model inside a regulated lab or diagnostics workflow
## What it includes
- ASP.NET Core minimal API in C#
- synthetic instrument change snapshots, audit gaps, and control packets
- operator surfaces for:
- `/instrument-lane`
- `/change-log`
- `/control-posture`
- `/verification`
- `/docs`
- structured JSON endpoints under `/api/*`
- static Pages export with `robots.txt`, `sitemap.xml`, and `CNAME`
## Screenshots



## Verification
- synthetic instrument change and audit evidence only
- no patient, clinician, or proprietary biotech secrets
- no claim of CLIA, GxP, FDA, or clinical compliance
- this is a control-plane proof surface for biotech workflow depth, not a compliance certification claim
## Local run
```powershell
dotnet test
dotnet run --project src/LabInstrumentChangeAudit.Api -- --demo
dotnet run --project src/LabInstrumentChangeAudit.Api
```
Then open:
- `http://127.0.0.1:5094/`
- `http://127.0.0.1:5094/instrument-lane`
- `http://127.0.0.1:5094/change-log`
- `http://127.0.0.1:5094/control-posture`
## Render static site
```powershell
dotnet run --project src/LabInstrumentChangeAudit.Api -- --prerender
```
## Related docs
- [Embedded framing](./docs/KINETIC_GAIN_EMBEDDED.md)
- [Origin story](./docs/ORIGIN.md)