chore(rmi-backend): apply fleet-template standards (editorconfig, gitattributes, IP fixes, CI gate) #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/fleet-template-standards"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Apply fleet-template standards to rmi-backend per standards/GAPS.md#9 (Repo tooling parity) and #12 (Documentation contradictions).
Changes
.editorconfig— Python 4-space, default 2-space, LF, UTF-8, 100/120 col (from fleet-template).gitattributes— LF normalization, lockfile binary flags, generated-path linguist overridesAGENTS.md:35— netcup (100.100.18.18) → Talos (100.104.130.92)TODO.md:5done — Qdrant stale IP (was 100.100.18.18:6333, fixed in3c6b295)continue-on-error: truefromqdrant-cleanupjob (inner step already has|| \, no behavior change; addresses GAPS.md#4 partial)Verification
.forgejo/workflows/ci.yml(already strict on ruff/format/pytest) unchanged.github/workflows/ci.ymllint jobcontinue-on-error: trueleft in place — codebase has ~2K ruff warnings per existing comment, will re-tighten once lint debt paid down (GAPS.md#5)References