Snider
5c9fd615b7
chore: move EaaS design docs to private lthn/eaas repo
...
Product design and integration specs are private IP — moved to
forge.lthn.ai/lthn/eaas where they belong.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-26 00:31:32 +00:00
Snider
0304c925a5
docs: add SaaS ↔ EaaS integration spec for Charon
...
Authentik group provisioning, Blesta user sync flow,
port allocation, Docker image checklist, usage metering format.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-25 22:56:10 +00:00
Snider
12e15ae7e9
docs: add Ethics-as-a-Service (EaaS) product design
...
Private repo lthn/eaas consuming public EUPL framework.
API endpoints: /v1/score/content, /model, /imprint, /full.
Authentik auth, Blesta billing, go-ratelimit metering.
Dog-food integration with lem-scorer training pipeline.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-25 22:37:56 +00:00
Snider
035985f031
docs: add Q/K Bone Orientation section to README, archive implementation plan
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 12:34:33 +00:00
Snider
31cb095435
docs: archive completed CLI migration plans with summaries
...
Move completed CLI migration design and plan to docs/plans/completed/
with a concise completion summary alongside the originals.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 23:45:58 +00:00
Snider
f75458bce6
refactor: apply go fix modernizers for Go 1.26
...
Automated fixes: interface{} → any, range-over-int, t.Context(),
wg.Go(), strings.SplitSeq, strings.Builder, slices.Contains,
maps helpers, min/max builtins.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 21:00:17 +00:00
Snider
c8fc0b515b
docs: add CLI migration implementation plan
...
11-task plan for migrating LEM from manual switch/flag.FlagSet
to core/go pkg/cli registry pattern with grouped commands.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 18:25:28 +00:00
Snider
37010f4b6b
docs: CLI migration design — core/go pkg/cli registry pattern
...
Replace manual switch/flag.FlagSet with cli.Main() + WithCommands().
6 command groups, 28 commands, full framework lifecycle.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 18:21:28 +00:00