Phase 0: wipe PrimeBAT template, SimHarness (sim+probe), lint + schema harvest tools

Gate G0 green: scan clean, lint 0 failures, clients 200, probe P0 facts captured,
simulator journaling. Probe locked: uuid row grouping, compound AlarmState strings,
java-exception bare-except gotcha, millis dates OK, ackUserName field.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-16 12:07:23 -05:00
parent 310b1b3b9e
commit af662f6fd2
78 changed files with 911 additions and 1957 deletions

View File

@@ -0,0 +1,9 @@
{
"pages": {
"/scratch": {
"title": "Scratch",
"viewPath": "Scratch/Current"
}
},
"sharedDocks": {}
}

View File

@@ -0,0 +1,10 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"config.json"
],
"attributes": {}
}

View File

@@ -0,0 +1,10 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json"
],
"attributes": {}
}

View File

@@ -0,0 +1,27 @@
{
"custom": {},
"params": {},
"propConfig": {},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "lblScratch"
},
"props": {
"text": "SimHarness scratch view - overwrite me to isolate a component under test."
},
"type": "ia.display.label"
}
],
"custom": {},
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}