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
Copy file name to clipboardExpand all lines: admin/README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# JWSTF Local Administration
2
2
3
+
**Introduced:** 2026-08-24
4
+
**Documentation Updated:** 2026-09-16
5
+
3
6
A polished JavaFX local administration console for Java 21.
4
7
5
8
## Design
@@ -33,3 +36,17 @@ Removal applies to installed/generated artifacts and does not silently delete re
33
36
## Build integration
34
37
35
38
The class is `us.house.admin.LocalAdmin`. The release build should package it with the repository's JavaFX 21 / Java 21 configuration and produce native artifacts with `jpackage` on the corresponding OS.
39
+
40
+
## Administration Descriptors
41
+
42
+
The administration layer is documented as local software, not as a governmental or external-authority interface. Its controls are review-first and privileged execution remains subject to host authorization.
43
+
44
+
| Program | Descriptor Date | Current Status |
45
+
|---|---|---|
46
+
|`LocalAdmin`| 2026-08-24 | JavaFX local administration console |
47
+
|`RoyalsUSGuardIAdmin`| 2026-08-24 | Defensive local administration profile |
48
+
|`StateSecurityDownIAdmin`| 2026-08-24 | Intentional failed-state test fixture |
49
+
|`jwstf-admin-c`| 2026-09-16 | Native C local administration CLI |
50
+
|`jwstf-admin-cpp`| 2026-09-16 | Native C++17 local administration CLI |
0 commit comments