0.1.0:2 - remove '<spark-user>' default everywhere (it's Alice's username, not factory)
Per user correction: '<spark-user>' is not the DGX Spark factory default. Generic-ize: - configureSparks: no default user; placeholder 'your SSH username' - sparkConfig schema: empty string defaults - main.ts env fallback: empty - showPublicKey: drop the '<spark-user>' fallback; skip Spark if user not configured - Update feedback memory with the correction
This commit is contained in:
@@ -10,9 +10,9 @@ export const main = sdk.setupMain(async ({ effects }) => {
|
||||
// Changing this file via the "Configure Sparks" action restarts the daemon.
|
||||
const cfg = (await sparkConfigYaml.read().const(effects)) ?? {
|
||||
spark1_host: '',
|
||||
spark1_user: '<spark-user>',
|
||||
spark1_user: '',
|
||||
spark2_host: '',
|
||||
spark2_user: '<spark-user>',
|
||||
spark2_user: '',
|
||||
}
|
||||
|
||||
return sdk.Daemons.of(effects).addDaemon('primary', {
|
||||
|
||||
Reference in New Issue
Block a user