This website requires JavaScript.
Explore
Help
Sign in
ake
/
paperclip
Watch
1
Star
0
Fork
You've already forked paperclip
0
mirror of
https://github.com/alkimake/paperclip.git
synced
2026-06-14 01:50:39 +09:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4adea5e292
paperclip
/
pnpm-workspace.yaml
7 lines
75 B
YAML
Raw
Normal View
History
Unescape
Escape
Add project scaffolding and infrastructure config pnpm monorepo with shared packages, server, and UI workspaces. Includes Docker multi-stage build, Postgres compose, and root TypeScript/Vitest config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 13:31:35 -06:00
packages
:
-
packages/*
Move adapter implementations into shared workspace packages Extract claude-local and codex-local adapter code from cli/server/ui into packages/adapters/ and packages/adapter-utils/. CLI, server, and UI now import shared adapter logic instead of duplicating it. Removes ~1100 lines of duplicated code across packages. Register new packages in pnpm workspace. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 14:23:16 -06:00
-
packages/adapters/*
Add project scaffolding and infrastructure config pnpm monorepo with shared packages, server, and UI workspaces. Includes Docker multi-stage build, Postgres compose, and root TypeScript/Vitest config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 13:31:35 -06:00
-
server
-
ui
Add CLI package, config file support, and workspace setup Add cli/ package with initial scaffolding. Add config-schema to shared package for typed configuration. Add server config-file loader for paperclip.config.ts support. Register cli in pnpm workspace. Add .paperclip/ and .pnpm-store/ to gitignore. Minor Companies page fix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 13:39:47 -06:00
-
cli
Reference in a new issue
Copy permalink