paperclip/ui/src/pages
Dotta 0f4e4b4c10
[codex] Split reusable agent hiring templates (#4124)
## Thinking Path

> - Paperclip orchestrates AI agents for zero-human companies
> - Hiring new agents depends on clear, reusable operating instructions
> - The create-agent skill had one large template reference that mixed
multiple roles together
> - That made it harder to reuse, review, and adapt role-specific
instructions during governed hires
> - This pull request splits the reusable agent instruction templates
into focused role files and polishes the agent instructions pane layout
> - The benefit is faster, clearer agent hiring without bloating the
main skill document

## What Changed

- Split coder, QA, and UX designer reusable instructions into dedicated
reference files.
- Kept the index reference concise and pointed it at the role-specific
files.
- Updated the create-agent skill to describe the separated template
structure.
- Polished the agent detail instructions/package file tree layout so the
longer template references remain readable.

## Verification

- `pnpm install --frozen-lockfile --ignore-scripts`
- `pnpm --filter @paperclipai/ui typecheck`
- UI screenshot rationale: no screenshots attached because the visible
change is limited to the Agent detail instructions file-tree layout
(`wrapLabels` plus the side-by-side breakpoint). There is no new user
flow or state transition to demonstrate; reviewers can verify visually
by opening an agent's Instructions tab and resizing across the
single-column and side-by-side breakpoints to confirm long file names
wrap instead of truncating or overflowing.

## Risks

- Low risk: this is documentation and UI layout only.
- Main risk is stale links in the skill references; the new files are
committed in the referenced paths.

> For core feature work, check [`ROADMAP.md`](ROADMAP.md) first and
discuss it in `#dev` before opening the PR. Feature PRs that overlap
with planned core work may need to be redirected — check the roadmap
first. See `CONTRIBUTING.md`.

## Model Used

- OpenAI Codex coding agent based on GPT-5, tool-enabled local shell and
GitHub workflow, exact runtime context window not exposed in this
session.

## Checklist

- [x] I have included a thinking path that traces from project context
to this change
- [x] I have specified the model used (with version and capability
details)
- [x] I have checked ROADMAP.md and confirmed this PR does not duplicate
planned core work
- [x] I have run tests locally and they pass
- [x] I have added or updated tests where applicable
- [x] If this change affects the UI, I have included before/after
screenshots, or documented why targeted component/type verification is
sufficient here
- [x] I have updated relevant documentation to reflect my changes
- [x] I have considered and documented any risks above
- [x] I will address all Greptile and reviewer comments before
requesting merge

---------

Co-authored-by: Paperclip <noreply@paperclip.ing>
2026-04-20 10:33:19 -05:00
..
Activity.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
AdapterManager.tsx feat(adapters): add capability flags to ServerAdapterModule (#3540) 2026-04-15 07:10:52 -05:00
AgentDetail.tsx [codex] Split reusable agent hiring templates (#4124) 2026-04-20 10:33:19 -05:00
Agents.tsx [codex] Harden execution reliability and heartbeat tooling (#3679) 2026-04-14 13:34:52 -05:00
ApprovalDetail.tsx fix: keep runtime UI changes self-contained 2026-04-10 22:36:45 -05:00
Approvals.tsx Add generic issue-linked board approvals 2026-04-06 21:24:38 -05:00
Auth.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
BoardClaim.tsx feat(ui): reconcile backup UI changes with current routing and interaction features 2026-03-02 16:44:03 -06:00
CliAuth.tsx Add browser-based board CLI auth flow 2026-03-23 08:46:05 -05:00
Companies.tsx ui: apply interface polish from design article review 2026-03-11 08:20:24 -05:00
CompanyAccess.test.tsx [codex] Add access cleanup and user profile page (#4088) 2026-04-20 06:10:20 -05:00
CompanyAccess.tsx [codex] Add access cleanup and user profile page (#4088) 2026-04-20 06:10:20 -05:00
CompanyExport.tsx [codex] Harden execution reliability and heartbeat tooling (#3679) 2026-04-14 13:34:52 -05:00
CompanyImport.tsx [codex] Harden execution reliability and heartbeat tooling (#3679) 2026-04-14 13:34:52 -05:00
CompanyInvites.test.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
CompanyInvites.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
CompanySettings.tsx [codex] Harden execution reliability and heartbeat tooling (#3679) 2026-04-14 13:34:52 -05:00
CompanySkills.tsx [codex] Harden execution reliability and heartbeat tooling (#3679) 2026-04-14 13:34:52 -05:00
Costs.tsx feat(costs): add billing, quota, and budget control plane 2026-03-16 15:11:01 -05:00
Dashboard.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
DesignGuide.tsx fix: remove Cmd+1..9 company-switch shortcut 2026-03-11 15:32:39 -04:00
ExecutionWorkspaceDetail.tsx [codex] Improve workspace navigation and runtime UI (#4089) 2026-04-20 06:14:32 -05:00
GoalDetail.test.tsx fix goal view properties toggle 2026-03-30 12:49:22 +05:30
GoalDetail.tsx fix goal view properties toggle 2026-03-30 12:49:22 +05:30
Goals.tsx feat(ui): reconcile backup UI changes with current routing and interaction features 2026-03-02 16:44:03 -06:00
Inbox.test.tsx [codex] Add run liveness continuations (#4083) 2026-04-20 06:01:49 -05:00
Inbox.tsx [codex] Improve agent runtime recovery and governance (#4086) 2026-04-20 06:19:48 -05:00
InstanceAccess.tsx [codex] Add access cleanup and user profile page (#4088) 2026-04-20 06:10:20 -05:00
InstanceExperimentalSettings.tsx Unify all toggle switches into a single responsive ToggleSwitch component 2026-04-04 17:48:54 -05:00
InstanceGeneralSettings.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
InstanceSettings.tsx Address Greptile review on agent runtime PR 2026-03-23 17:18:17 -05:00
InviteLanding.test.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
InviteLanding.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
InviteUxLab.test.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
InviteUxLab.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
IssueChatUxLab.tsx Refine issue workflow surfaces and live updates 2026-04-09 10:26:17 -05:00
IssueDetail.tsx [codex] Polish issue and operator workflow UI (#4090) 2026-04-20 06:16:41 -05:00
Issues.test.tsx [codex] improve issue and routine UI responsiveness (#3744) 2026-04-15 15:54:05 -05:00
Issues.tsx [codex] improve issue and routine UI responsiveness (#3744) 2026-04-15 15:54:05 -05:00
JoinRequestQueue.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
MyIssues.tsx Remove priority icon from issue rows across the app 2026-03-23 16:57:27 -05:00
NewAgent.tsx Disable timer heartbeats by default for new agents 2026-04-09 06:16:05 -05:00
NotFound.tsx ui: add company-aware not found handling 2026-03-10 16:38:46 -05:00
Org.tsx feat(ui): reconcile backup UI changes with current routing and interaction features 2026-03-02 16:44:03 -06:00
OrgChart.tsx feat(adapters): external adapter plugin system with dynamic UI parser 2026-04-03 21:11:20 +01:00
PluginManager.tsx [codex] Harden execution reliability and heartbeat tooling (#3679) 2026-04-14 13:34:52 -05:00
PluginPage.tsx Clarify plugin authoring and external dev workflow 2026-03-14 10:40:21 -05:00
PluginSettings.tsx Add plugin framework and settings UI 2026-03-13 16:22:34 -05:00
ProfileSettings.test.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
ProfileSettings.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
ProjectDetail.tsx [codex] Improve workspace navigation and runtime UI (#4089) 2026-04-20 06:14:32 -05:00
Projects.tsx Add archive project button and filter archived projects from selectors 2026-03-15 14:30:33 -05:00
ProjectWorkspaceDetail.tsx [codex] Improve workspace runtime and navigation ergonomics (#3680) 2026-04-14 12:57:11 -05:00
RoutineDetail.tsx [codex] Polish issue and operator workflow UI (#4090) 2026-04-20 06:16:41 -05:00
Routines.test.tsx [codex] Harden execution reliability and heartbeat tooling (#3679) 2026-04-14 13:34:52 -05:00
Routines.tsx [codex] Polish issue and operator workflow UI (#4090) 2026-04-20 06:16:41 -05:00
RunTranscriptUxLab.tsx Tighten command transcript rows and dashboard card 2026-03-11 13:14:08 -05:00
UserProfile.tsx [codex] Add access cleanup and user profile page (#4088) 2026-04-20 06:10:20 -05:00
Workspaces.tsx [codex] Improve workspace navigation and runtime UI (#4089) 2026-04-20 06:14:32 -05:00