feat(prompt): add custom output format sequences #38
Annotations
3 errors
|
desktop-verify
Process completed with exit code 1.
|
|
tests/unit/main/updater.test.ts > Updater Service (Main Process) > registers installSource handler and replaces old updater handlers on re-register:
apps/desktop/tests/unit/main/updater.test.ts#L258
AssertionError: expected 'unknown' to be 'direct' // Object.is equality
Expected: "direct"
Received: "unknown"
❯ tests/unit/main/updater.test.ts:258:38
|
|
tests/unit/main/rules-workspace.test.ts > rules workspace storage > always includes built-in global rule descriptors even when target files are missing:
apps/desktop/tests/unit/main/rules-workspace.test.ts#L458
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- ObjectContaining {
- "id": "codex-global",
- "name": "AGENTS.md",
- },
- ObjectContaining {
- "id": "opencode-global",
- "name": "AGENTS.md",
- },
- ObjectContaining {
- "id": "claude-global",
- "name": "CLAUDE.md",
- },
- ]
+ Array []
❯ tests/unit/main/rules-workspace.test.ts:458:25
|