paperclip/server/src/__tests__
Dotta 6e6d67372c Merge remote-tracking branch 'public-gh/master' into paperclip-subissues
* public-gh/master:
  Drop lockfile from watcher change
  Tighten plugin dev file watching
  Fix plugin smoke example typecheck
  Fix plugin dev watcher and migration snapshot
  Clarify plugin authoring and external dev workflow
  Expand kitchen sink plugin demos
  fix: set AGENT_HOME env var for agent processes
  Add kitchen sink plugin example
  Simplify plugin runtime and cleanup lifecycle
  Add plugin framework and settings UI

# Conflicts:
#	packages/db/src/migrations/meta/0029_snapshot.json
#	packages/db/src/migrations/meta/_journal.json
2026-03-14 13:56:09 -05:00
..
activity-routes.test.ts Fix issue run lookup and heartbeat run summaries 2026-03-11 17:23:33 -05:00
adapter-models.test.ts Merge PR #62: Full OpenCode adapter integration 2026-03-06 15:23:55 +00:00
adapter-session-codecs.test.ts feat(adapters): add Gemini CLI local adapter support 2026-03-10 16:46:04 +00:00
agent-auth-jwt.test.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
agent-shortname-collision.test.ts Auto-deduplicate agent shortname on join request approval 2026-03-06 13:54:58 -06:00
app-hmr-port.test.ts Fix execution workspace runtime lifecycle 2026-03-14 09:35:35 -05:00
approval-routes-idempotency.test.ts server: make approval retries idempotent (#499) 2026-03-10 12:00:29 -04:00
approvals-service.test.ts Fix approvals service idempotency test 2026-03-10 15:05:19 -05:00
attachment-types.test.ts fix: address review feedback — stale error message and * wildcard 2026-03-10 20:01:08 +05:30
board-mutation-guard.test.ts fix: remove stale port 5173 references from board mutation guard 2026-03-02 14:21:09 -06:00
claude-local-adapter-environment.test.ts Auto-create missing cwd for claude_local and codex_local 2026-03-03 12:29:32 -06:00
claude-local-adapter.test.ts refactor: rename packages to @paperclipai and CLI binary to paperclipai 2026-03-03 08:45:26 -06:00
codex-local-adapter-environment.test.ts fix: tighten Windows adapter command handling 2026-03-09 22:08:50 +09:00
codex-local-adapter.test.ts Redact home paths in transcript views 2026-03-11 20:56:47 -05:00
codex-local-execute.test.ts fix: isolate codex home in worktrees 2026-03-13 11:53:56 -05:00
codex-local-skill-injection.test.ts fix: isolate codex home in worktrees 2026-03-13 11:53:56 -05:00
companies-route-path-guard.test.ts Clarify missing companyId error for malformed issues path 2026-03-06 14:25:34 -06:00
cursor-local-adapter-environment.test.ts cursor adapter: use --yolo instead of --trust 2026-03-05 10:00:22 -06:00
cursor-local-adapter.test.ts Humanize run transcripts across run detail and live surfaces 2026-03-11 10:35:41 -05:00
cursor-local-execute.test.ts cursor adapter: pipe prompts over stdin 2026-03-05 09:35:43 -06:00
cursor-local-skill-injection.test.ts feat(cursor): export skill injection helper and document auto-behaviors 2026-03-05 08:35:59 -06:00
documents.test.ts feat(issues): add issue documents and inline editing 2026-03-13 21:30:48 -05:00
error-handler.test.ts fix(server): attach raw Error to res.err and avoid pino err key collision 2026-03-07 15:19:03 -06:00
execution-workspace-policy.test.ts Implement execution workspaces and work products 2026-03-13 17:12:25 -05:00
forbidden-tokens.test.ts Redact current user in comments and token checks 2026-03-11 22:17:21 -05:00
gemini-local-adapter-environment.test.ts feat(adapters): add Gemini CLI local adapter support 2026-03-10 16:46:04 +00:00
gemini-local-adapter.test.ts Default Gemini adapter to yolo mode and add API access prompt note 2026-03-12 01:45:08 +00:00
gemini-local-execute.test.ts Default Gemini adapter to yolo mode and add API access prompt note 2026-03-12 01:45:08 +00:00
health.test.ts Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00
heartbeat-run-summary.test.ts Fix issue run lookup and heartbeat run summaries 2026-03-11 17:23:33 -05:00
heartbeat-workspace-session.test.ts Merge remote-tracking branch 'public-gh/master' into paperclip-subissues 2026-03-14 12:24:40 -05:00
hire-hook.test.ts Remove legacy OpenClaw adapter and keep gateway-only flow 2026-03-07 18:50:25 -06:00
invite-accept-gateway-defaults.test.ts Remove legacy OpenClaw adapter and keep gateway-only flow 2026-03-07 18:50:25 -06:00
invite-accept-replay.test.ts Remove legacy OpenClaw adapter and keep gateway-only flow 2026-03-07 18:50:25 -06:00
invite-expiry.test.ts Enforce 10-minute TTL for generated company invites 2026-03-06 10:10:23 -06:00
invite-join-manager.test.ts Assign invite-joined agents to company CEO 2026-03-06 11:22:24 -06:00
invite-onboarding-text.test.ts fix(openclaw-gateway): enforce join token validation and add smoke preflight gates 2026-03-07 16:01:19 -06:00
issue-goal-fallback.test.ts Improve onboarding defaults and issue goal fallback 2026-03-12 08:50:31 -05:00
issues-checkout-wakeup.test.ts Cut over OpenClaw adapter to strict SSE streaming 2026-03-05 15:54:55 -06:00
issues-user-context.test.ts Normalize derived issue timestamps to avoid 500s 2026-03-06 09:03:27 -06:00
log-redaction.test.ts Redact current user from run logs 2026-03-11 17:46:23 -05:00
openclaw-gateway-adapter.test.ts fix: remove paperclip property from OpenClaw Gateway agent params 2026-03-12 00:27:41 +08:00
openclaw-invite-prompt-route.test.ts Add CEO OpenClaw invite endpoint and update onboarding UX 2026-03-07 18:19:06 -06:00
opencode-local-adapter-environment.test.ts Address PR feedback: keep testEnvironment non-destructive, warn on swallowed errors 2026-03-07 19:15:10 +00:00
opencode-local-adapter.test.ts Humanize run transcripts across run detail and live surfaces 2026-03-11 10:35:41 -05:00
paperclip-env.test.ts Fix agent API URL injection for auto-selected server ports 2026-03-03 13:13:47 -06:00
paperclip-skill-utils.test.ts fix: keep runtime skills scoped to ./skills 2026-03-13 08:49:25 -05:00
plugin-dev-watcher.test.ts Tighten plugin dev file watching 2026-03-14 12:07:04 -05:00
plugin-worker-manager.test.ts Add plugin framework and settings UI 2026-03-13 16:22:34 -05:00
private-hostname-guard.test.ts Fix worktree JWT env persistence 2026-03-11 16:38:16 -05:00
project-shortname-resolution.test.ts feat: deduplicate project shortnames on create and update 2026-03-07 08:59:34 -06:00
redaction.test.ts Implement secrets service with local encryption, redaction, and runtime resolution 2026-02-19 15:43:52 -06:00
storage-local-provider.test.ts fix: storage S3 stream conversion, API client FormData support, and attachment API 2026-02-20 10:33:10 -06:00
ui-branding.test.ts Add worktree UI branding 2026-03-13 11:12:43 -05:00
workspace-runtime.test.ts Stop runtime services during workspace cleanup 2026-03-14 09:41:13 -05:00