You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Standard CI/Workflow Sweep: Added blocker workflows (`ts-blocker.yml`, `npm-bun-blocker.yml`) and updated `Justfile`.
8
+
2. SCM-to-A2ML Migration: Staged and committed deletions of legacy `.scm` files.
9
+
3. Lockfile Sweep: Generated and tracked missing lockfiles where manifests were present.
10
+
4. Static Analysis: Verified with `panic-attack assail`.
11
+
12
+
## Findings Summary
13
+
- 14 TODO/FIXME/HACK markers in .machine_readable/contractiles/k9/template-hunt.k9.ncl
14
+
- flake.nix declares inputs without narHash, rev pinning, or sibling flake.lock — dependency revision is unpinned in flake.nix
15
+
- Hardcoded /tmp/ path without mktemp in tests/e2e.sh
16
+
- 14 TODO/FIXME/HACK markers in affinescript/contractiles/k9/template-hunt.k9.ncl
17
+
- DOM manipulation (innerHTML/document.write) in affinescript/tools/affine-doc/assets/search.js
18
+
- 18 TODO/FIXME/HACK markers in affinescript/tools/affine-pkg/src/main.rs
19
+
- 9 unwrap/expect calls in affinescript/tools/affinescript-lsp/src/handlers.rs
20
+
- Rust project has test infrastructure but no mutation-test configuration (cargo-mutants/.cargo-mutants.toml) — add `cargo mutants` to verify test suite kills mutations
21
+
22
+
## Final Grade
23
+
-**CRG Grade:** D (Promoted from E/X) - CI and lockfiles are in place.
0 commit comments