fix: scope project skills by tenant #44

Merged
warkanum merged 1 commits from issue-42-tenant-skills into main 2026-08-19 04:30:23 +00:00
Member

Summary

Fix tenant isolation for project skills. Project-skill add/remove/list operations now constrain both the project and referenced skill to the active tenant when tenant context is present, preventing cross-tenant visibility and assignment.

Verification

  • go test ./internal/store -v — passed
  • go test ./internal/tools -v — passed
  • go test ./internal/store ./internal/tools — passed
  • git diff --check — passed
  • Full go test ./... was attempted by the worker but is blocked by repository environment/setup issues (missing ui/dist and sandbox-restricted test listener sockets).

Model selection: Tuesday primary Claude Code claude-sonnet-4-6 failed before repository access with OAuth HTTP 401; Codex gpt-5.5 completed the implementation, and the dispatcher independently verified the focused tests, commit, and remote SHA.

Closes #42

## Summary Fix tenant isolation for project skills. Project-skill add/remove/list operations now constrain both the project and referenced skill to the active tenant when tenant context is present, preventing cross-tenant visibility and assignment. ## Verification - `go test ./internal/store -v` — passed - `go test ./internal/tools -v` — passed - `go test ./internal/store ./internal/tools` — passed - `git diff --check` — passed - Full `go test ./...` was attempted by the worker but is blocked by repository environment/setup issues (missing `ui/dist` and sandbox-restricted test listener sockets). Model selection: Tuesday primary Claude Code `claude-sonnet-4-6` failed before repository access with OAuth HTTP 401; Codex `gpt-5.5` completed the implementation, and the dispatcher independently verified the focused tests, commit, and remote SHA. Closes #42
sgcommand added 1 commit 2026-08-17 22:17:06 +00:00
fix: scope project skills by tenant
CI / build-and-test (push) Failing after 20s
CI / build-and-test (pull_request) Failing after 14s
912b87404f
warkanum merged commit 01ff774aa2 into main 2026-08-19 04:30:23 +00:00
Sign in to join this conversation.