fix(hololake): avoid no-op agent workspace writes

This commit is contained in:
冰朔 2026-08-12 07:18:46 +08:00
commit dc1a32a52b
6 changed files with 72 additions and 5 deletions

View file

@ -4,7 +4,7 @@ import test from 'node:test'
const readJson = async path => JSON.parse(await readFile(path, 'utf8'))
test('local native candidate has an isolated macOS identity', async () => {
test('local native candidate has an isolated macOS package identity', async () => {
const [base, candidate, packageJson] = await Promise.all([
readJson('src-tauri/tauri.conf.json'),
readJson('src-tauri/tauri.local-candidate.conf.json'),