nexus/server
Mikkel Georgsen dd63ecd1f7 feat(02-02): update resolveDefaultAgentWorkspaceDir to use slugified agent names
- Change signature from (agentId: string) to (agent: { id: string; name?: string | null })
- Use sanitizeFriendlyPathSegment(name) for human-readable workspace dirs
- Fall back to sanitized id when name is empty/null
- Update all 4 call sites in heartbeat.ts with { id, name } objects
- Add agentName field to resolveRuntimeSessionParamsForWorkspace input type
- Update both test call sites in heartbeat-workspace-session.test.ts
2026-03-30 23:08:44 +02:00
..
scripts Harden dev-watch excludes for nested UI outputs 2026-03-26 12:35:19 -05:00
src feat(02-02): update resolveDefaultAgentWorkspaceDir to use slugified agent names 2026-03-30 23:08:44 +02:00
CHANGELOG.md chore: release v0.3.1 2026-03-12 13:09:22 -05:00
package.json Fix worktree runtime isolation recovery 2026-03-26 11:12:39 -05:00
tsconfig.json Fix root TypeScript solution config 2026-03-09 14:09:30 -05:00
vitest.config.ts Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00