worshop work

This commit is contained in:
Frank Harris 2026-06-08 16:09:54 -05:00
parent 0d44c65ea5
commit 3829a4a83d
92 changed files with 487 additions and 110 deletions

28
docs/UPDATE_POLICY.md Normal file
View file

@ -0,0 +1,28 @@
# GSP Update Policy
Workspace reference: [`GSP-WORKSPACE.md`](../../GSP-WORKSPACE.md)
## Update rule
Code updates must never remove customer-owned data.
Never overwrite or delete:
- home folders
- game server data
- save files
- configuration files
- Workshop content
- custom scripts
- uploads
- logs unless a documented rotation policy applies
## What may be updated
- application code
- bundled helper scripts explicitly owned by the product
- update metadata used by the Panel or agents
## Cross-repository rule
If an update path changes panel behavior, agent startup behavior, or filesystem ownership assumptions, update the docs in all affected repositories before the code change is considered complete.