Record ReVault 3.2.1 verification state
Browse files- PROJECT_MEMORY.md +1 -1
- RELEASE_3.2.1.md +6 -0
PROJECT_MEMORY.md
CHANGED
|
@@ -222,7 +222,7 @@ A feature is complete only when all applicable checks pass:
|
|
| 222 |
- Components/AI provider test: passed.
|
| 223 |
- WordPress Sandbox: passed 39/39 on WordPress 7.0.1 / PHP 8.3 for `2.10.0`.
|
| 224 |
- Local UI: full-HTML selector, warning and confirmation are present; zero horizontal overflow and no console errors.
|
| 225 |
-
- Hugging Face source: `menu-cleanroom-3.2.1`
|
| 226 |
- Hugging Face runtime: independently checked and unavailable (`PAUSED`, public HTTP 503) because the account reports `cpu-basic` quota `0`; a restart request returns HTTP 403 until compute quota is restored.
|
| 227 |
|
| 228 |
## Do-not-regress checklist
|
|
|
|
| 222 |
- Components/AI provider test: passed.
|
| 223 |
- WordPress Sandbox: passed 39/39 on WordPress 7.0.1 / PHP 8.3 for `2.10.0`.
|
| 224 |
- Local UI: full-HTML selector, warning and confirmation are present; zero horizontal overflow and no console errors.
|
| 225 |
+
- Hugging Face source: synchronized as `menu-cleanroom-3.2.1` in commit `de1b4c828a51f1f1882b90718863c69771f431ef`.
|
| 226 |
- Hugging Face runtime: independently checked and unavailable (`PAUSED`, public HTTP 503) because the account reports `cpu-basic` quota `0`; a restart request returns HTTP 403 until compute quota is restored.
|
| 227 |
|
| 228 |
## Do-not-regress checklist
|
RELEASE_3.2.1.md
CHANGED
|
@@ -10,3 +10,9 @@
|
|
| 10 |
- Added regression coverage proving that a conflicting request cannot enqueue a full-domain crawl.
|
| 11 |
|
| 12 |
This prevents the clean menu workflow from downloading hundreds of unrelated archived news, error, pagination and technical pages before HTML cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- Added regression coverage proving that a conflicting request cannot enqueue a full-domain crawl.
|
| 11 |
|
| 12 |
This prevents the clean menu workflow from downloading hundreds of unrelated archived news, error, pagination and technical pages before HTML cleanup.
|
| 13 |
+
|
| 14 |
+
## Deployment state
|
| 15 |
+
|
| 16 |
+
- Local `http://127.0.0.1:8766/app/`: running and verified as `menu-cleanroom-3.2.1`.
|
| 17 |
+
- Hugging Face source: synchronized in commit `de1b4c828a51f1f1882b90718863c69771f431ef`.
|
| 18 |
+
- Hugging Face runtime remains paused by the account's `cpu-basic` quota and cannot serve the online UI until compute access is restored.
|