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
execution helpers run work, and engines do not create their own competing
41
54
control loops.
42
55
43
-
The current README reflects the latest verified release-style test run on April 8, 2026: `bundle exec rake` completed successfully, including `51 examples, 0 failures`, CLI smoke checks, web-session smoke checks, local lab smoke checks, installer smoke checks, and a clean gem build.
56
+
The current README reflects the latest verified release-style test run on April 8, 2026: `bundle exec rake` completed successfully, including `52 examples, 0 failures`, CLI smoke checks, web-session smoke checks, local lab smoke checks, installer smoke checks, website-installer smoke checks, and a clean gem build.
44
57
45
-
## Authorized Use
58
+
## 🛡️ Authorized Use
46
59
47
60
Use ASRFacet-Rb only on systems you own or have explicit written permission to test. The framework is built to help operators stay inside scope through allow lists, exclusion lists, recon memory, and beginner-friendly explanations.
48
61
49
-
## What It Does
62
+
## 🔎 What It Does
50
63
51
64
<table>
52
65
<thead>
@@ -95,7 +108,9 @@ Use ASRFacet-Rb only on systems you own or have explicit written permission to t
95
108
</tbody>
96
109
</table>
97
110
98
-
## Installation
111
+
## 🛠️ Installation
112
+
113
+
From source:
99
114
100
115
```bash
101
116
bundle install
@@ -105,7 +120,7 @@ bundle exec ruby bin/asrfacet-rb about
105
120
bundle exec ruby bin/asrfacet-rb --explain scope
106
121
```
107
122
108
-
Cross-platform installers are also available in`install/`:
123
+
Using cross-platform installers from`install/`:
109
124
110
125
```text
111
126
install/windows.ps1 # install | test | uninstall | update
@@ -122,7 +137,7 @@ For local manual-page testing:
122
137
MANPATH="$PWD/man:$MANPATH" man asrfacet-rb
123
138
```
124
139
125
-
## Testing
140
+
## ✅ Testing
126
141
127
142
Use the Rake-based verification flow for routine checks:
128
143
@@ -133,6 +148,7 @@ bundle exec rake test:cli
133
148
bundle exec rake test:web
134
149
bundle exec rake test:lab
135
150
bundle exec rake test:install
151
+
bundle exec rake test:website_installers
136
152
```
137
153
138
154
There is also a reusable script harness under `test/`:
@@ -141,7 +157,7 @@ There is also a reusable script harness under `test/`:
0 commit comments