0.3.0:1
Build Service / BuildPackage (push) Canceled after 0s

Group Actions and Config by category (Space-CLI, Bitcoin, Spaced,
Subspaces, Certrelay, Nacho) and build x86 + arm only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-24 03:34:34 -04:00
co-authored by Cursor
parent 2b0224a678
commit 073344d4d1
30 changed files with 74 additions and 34 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import { actionGroups } from '../actionGroups'
import { i18n } from '../i18n'
import { sdk } from '../sdk'
import { dataDir, SUBSPACES_DIR } from '../utils'
@@ -16,7 +17,7 @@ export const resetSubspacesState = sdk.Action.withoutInput(
'This deletes all local Subspaces state — any handles/proofs stored on disk will be lost. The binaries ship in the image, so nothing needs to be re-downloaded. The spaces wallet on spaced is preserved.',
),
allowedStatuses: 'any',
group: null,
group: actionGroups.subspaces,
visibility: 'enabled',
}),