-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoverage.a2ml
More file actions
34 lines (28 loc) · 1.02 KB
/
Copy pathcoverage.a2ml
File metadata and controls
34 lines (28 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SPDX-License-Identifier: MPL-2.0
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
#
# coverage.a2ml — Session coverage tracking for AffineScript
# Updated at the end of each AI agent session.
[metadata]
version = "1.0.0"
last-updated = "2026-04-12"
[coverage]
total-components = 39 # compiler modules (from STATE.a2ml [stats])
visited-components = 0
coverage-percent = 0
# ============================================================================
# VISITED COMPONENTS
# ============================================================================
# Component → session date + what was done
[coverage.visited]
# Suite upgrade session (2026-04-12) — .machine_readable/ only, no .ml changes
# [coverage.visited.typecheck]
# date = "2026-04-11"
# ring = 1
# fixes = 3
# note = "Traits wired, linear arrows enforced, borrow checker gated"
# [coverage.visited.lsp-server]
# date = "2026-04-11"
# ring = 1
# fixes = 4
# note = "Phases A-D complete: hover, goto-def, completion, JSON-RPC server"