Skip to content

v1.9.4

Choose a tag to compare

@prih prih released this 30 Mar 22:27
· 1 commit to main since this release

March 2026

New

  • Per-user author attribution — when authentication is configured, all mutations (create, update, delete, link, attachment) record the authenticated user as author (createdBy/updatedBy) instead of the static config author. Falls back to config author when auth is disabled
  • Team from users configGET /api/projects/:id/team returns users from config when auth is enabled, instead of reading .team/ directory files. .team/ files still used when auth is disabled
  • Author in all mirror events — relation and attachment events in events.jsonl now include by field for audit trail

Tests

  • 29 new tests — author flow: resolveRequestAuthor, mirror by field, manager author override for Task/Knowledge/Skill managers
  • Total: 1947 tests across 55 suites