| 53 | {Primary: "/storage", Description: "Show session storage usage"}, |
| 54 | {Primary: "/cleanup", Description: "Dry-run session storage cleanup; use --enforce to apply"}, |
| 55 | {Primary: "/pin", Description: "Protect current session from cleanup"}, |
| 56 | {Primary: "/unpin", Description: "Allow current session cleanup"}, |
| 57 | {Primary: "/quit", Description: "Exit LUMINA", Aliases: []string{"/q", "/exit"}}, |
| 58 | } |
| 59 | |
| 60 | var BuiltinCommands = buildBuiltinCommands() |
| 61 | var CommandMeta = buildCommandMeta() |
nothing calls this directly
no outgoing calls
no test coverage detected