@pasko70/pibo 1.9.2 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/README.md +183 -183
  2. package/context/codex-base-prompt.md +148 -148
  3. package/context/compute-worker.md +23 -23
  4. package/context/pibo-compaction-prompt.md +100 -100
  5. package/context/pibo-native-tooling.md +18 -18
  6. package/context/pibo-system-prompt.md +77 -77
  7. package/dist/apps/chat/agent-store.js +248 -248
  8. package/dist/apps/chat/data/project-service.js +168 -168
  9. package/dist/apps/chat/data/read-state-service.js +18 -18
  10. package/dist/apps/chat/data/session-query-service.js +25 -25
  11. package/dist/apps/chat/data/timeline-query-service.js +14 -14
  12. package/dist/apps/chat/static-assets.js +854 -854
  13. package/dist/apps/chat/workflow-persistence.js +255 -255
  14. package/dist/apps/chat-ui/assets/{dist-5GM30SQK.js → dist-5WHjqNrY.js} +1 -1
  15. package/dist/apps/chat-ui/assets/{dist-Cge8JklW.js → dist-BJBNSAIH.js} +1 -1
  16. package/dist/apps/chat-ui/assets/{dist-C-5u2QIS.js → dist-C3liNPZJ.js} +1 -1
  17. package/dist/apps/chat-ui/assets/{dist-BWbWIOcD.js → dist-CW6FHEaw.js} +1 -1
  18. package/dist/apps/chat-ui/assets/{dist-CjYtD7ZT.js → dist-CaNlj6v6.js} +1 -1
  19. package/dist/apps/chat-ui/assets/{dist-BYKMZlI0.js → dist-Cne74s6i.js} +1 -1
  20. package/dist/apps/chat-ui/assets/{dist-9lsp1UpA.js → dist-DvKZv20v.js} +1 -1
  21. package/dist/apps/chat-ui/assets/{dist-DFhhiR8M.js → dist-FYH7vzrh.js} +1 -1
  22. package/dist/apps/chat-ui/assets/{dist-Etxmpyxg.js → dist-f5KioIwL.js} +1 -1
  23. package/dist/apps/chat-ui/assets/{dist-2KdPXbMT.js → dist-hWrpj7SE.js} +1 -1
  24. package/dist/apps/chat-ui/assets/{dist-Idz5kzy8.js → dist-jAuO8_bV.js} +1 -1
  25. package/dist/apps/chat-ui/assets/{index-BqD_bm7z.js → index-Bf29pJph.js} +29 -29
  26. package/dist/apps/chat-ui/index.html +17 -17
  27. package/dist/apps/chat-ui/manifest.webmanifest +25 -25
  28. package/dist/apps/chat-ui/sw.js +47 -47
  29. package/dist/apps/chat-vscode-web/assets/index-BAMxIaI_.js +41 -0
  30. package/dist/apps/chat-vscode-web/index.html +13 -13
  31. package/dist/apps/cli-ui/cliSessionsCommand.js +23 -23
  32. package/dist/apps/context-files-ui/index.html +11 -11
  33. package/dist/cli.js +39 -39
  34. package/dist/compute/cli.js +54 -54
  35. package/dist/core/session-router.js +5 -2
  36. package/dist/cron/cli.js +15 -15
  37. package/dist/cron/store.js +49 -49
  38. package/dist/data/cli.js +23 -23
  39. package/dist/data/event-log.js +23 -23
  40. package/dist/data/message-store.js +20 -20
  41. package/dist/data/navigation-store.js +9 -9
  42. package/dist/data/observation-store.js +4 -4
  43. package/dist/data/payload-store.js +17 -17
  44. package/dist/data/schema.js +431 -431
  45. package/dist/data/session-store.js +4 -4
  46. package/dist/data/telemetry-queries.js +54 -54
  47. package/dist/data/telemetry.js +197 -197
  48. package/dist/debug/events.js +12 -12
  49. package/dist/debug/failures.js +6 -6
  50. package/dist/debug/index.js +227 -227
  51. package/dist/debug/messages.js +6 -6
  52. package/dist/debug/pty.js +124 -124
  53. package/dist/debug/session.js +29 -29
  54. package/dist/debug/tools.js +5 -5
  55. package/dist/debug/web-snapshot-browser-scripts.js +294 -294
  56. package/dist/debug/web-streaming-browser-library.js +925 -925
  57. package/dist/debug/web-streaming-browser-scripts.js +232 -232
  58. package/dist/debug/web-streaming-provider-telemetry.js +4 -4
  59. package/dist/debug/web.js +93 -93
  60. package/dist/gateway/cli.js +19 -19
  61. package/dist/mcp/config-command.js +53 -53
  62. package/dist/mcp/index.js +21 -21
  63. package/dist/mcp/registry.js +11 -11
  64. package/dist/pi-packages/cli.js +11 -11
  65. package/dist/plugins/context-files-store.js +110 -110
  66. package/dist/plugins/context-files.js +4 -4
  67. package/dist/ralph/cli.js +18 -18
  68. package/dist/ralph/templates.js +140 -140
  69. package/dist/reliability/store.js +226 -226
  70. package/dist/session-ui/sessionActivity.js +30 -0
  71. package/dist/sessions/pibo-data-store.js +16 -16
  72. package/dist/sessions/sqlite-store.js +53 -53
  73. package/dist/setup/cli.js +58 -58
  74. package/dist/signals/projector.js +26 -11
  75. package/dist/signals/registry.js +41 -0
  76. package/dist/tools/agent-browser-wrapper.js +80 -80
  77. package/dist/tools/browser-use-cdp.js +12 -12
  78. package/dist/tools/browser-use-wrapper.js +762 -762
  79. package/dist/tools/guides.js +538 -538
  80. package/dist/tools/index.js +99 -99
  81. package/dist/tools/runtime/node-worker-source.js +205 -205
  82. package/dist/tools/runtime/python-worker-source.js +177 -177
  83. package/dist/vscode/cli.js +9 -9
  84. package/dist/web-annotations/cdp.js +900 -900
  85. package/dist/web-annotations/store.js +96 -96
  86. package/docs/README.md +23 -23
  87. package/docs/ops/install-developer-host.md +112 -112
  88. package/docs/ops/install-user-host.md +96 -96
  89. package/docs/ops/upgrade-user-to-developer-host.md +69 -69
  90. package/docs/ops/vscode-extension-release.md +160 -160
  91. package/package.json +95 -95
  92. package/skills/builtin/graphify/SKILL.md +52 -52
  93. package/skills/builtin/pi-agent-harness/SKILL.md +319 -319
  94. package/skills/builtin/pi-agent-harness/agents/openai.yaml +4 -4
  95. package/skills/builtin/pibo-docker-system/SKILL.md +170 -170
  96. package/skills/builtin/pibo-spec-writing/SKILL.md +330 -330
  97. package/skills/builtin/prd/SKILL.md +143 -143
  98. package/skills/builtin/ralph-loop/SKILL.md +359 -359
  99. package/skills/builtin/ralph-prd-json/SKILL.md +123 -123
  100. package/skills/builtin/skill-creator/LICENSE.txt +201 -201
  101. package/skills/builtin/skill-creator/SKILL.md +513 -513
  102. package/skills/builtin/skill-creator/agents/analyzer.md +274 -274
  103. package/skills/builtin/skill-creator/agents/comparator.md +202 -202
  104. package/skills/builtin/skill-creator/agents/grader.md +223 -223
  105. package/skills/builtin/skill-creator/assets/eval_review.html +146 -146
  106. package/skills/builtin/skill-creator/eval-viewer/generate_review.py +471 -471
  107. package/skills/builtin/skill-creator/eval-viewer/viewer.html +1325 -1325
  108. package/skills/builtin/skill-creator/references/schemas.md +430 -430
  109. package/skills/builtin/skill-creator/scripts/aggregate_benchmark.py +401 -401
  110. package/skills/builtin/skill-creator/scripts/generate_report.py +326 -326
  111. package/skills/builtin/skill-creator/scripts/improve_description.py +247 -247
  112. package/skills/builtin/skill-creator/scripts/package_skill.py +136 -136
  113. package/skills/builtin/skill-creator/scripts/quick_validate.py +102 -102
  114. package/skills/builtin/skill-creator/scripts/run_eval.py +310 -310
  115. package/skills/builtin/skill-creator/scripts/run_loop.py +328 -328
  116. package/skills/builtin/skill-creator/scripts/utils.py +47 -47
  117. package/skills/builtin/web-annotations/SKILL.md +93 -93
  118. package/src/mcp/LICENSE.mcp-cli +21 -21
  119. package/dist/apps/chat-vscode-web/assets/index-Cst9OUkC.js +0 -41
  120. package/dist/session-ui/activeTurn.js +0 -126
@@ -1,170 +1,170 @@
1
- ---
2
- name: pibo-docker-system
3
- description: Use this skill for Pibo Docker Compute System work, isolated implementation, worker worktrees, Chat Web or gateway testing, worker dev auth, browser/CDP validation, resource cleanup, and when coordinating Docker worker use with the github-server-flow strategy.
4
- ---
5
-
6
- # Pibo Docker Compute System
7
-
8
- Use Docker compute workers as the isolated execution boundary for Pibo code work, gateway checks, Chat Web validation, browser automation, and end-to-end tests. Keep Docker-specific operating rules here instead of duplicating them in `AGENTS.md`.
9
-
10
- ## Relationship to GitHub flow
11
-
12
- Use this skill together with `github-server-flow`:
13
-
14
- - `github-server-flow` owns branch, PR, fork mirror, and release strategy.
15
- - `pibo-docker-system` owns where implementation and validation run.
16
- - Normal code work starts from `upstream/dev` on a focused branch, then runs inside a Docker dev worker.
17
- - Do not use `origin/dev` as a preview or staging branch just to test work. Push focused branches to `origin` and open PRs to `upstream/dev`.
18
- - Documentation-only edits do not require a Docker worker unless they are coupled to code, build, gateway, or browser validation.
19
-
20
- ### Worker branch pattern
21
-
22
- `pibo compute dev spawn --worktree <name>` creates or attaches a Git worktree and uses `<name>` as the local branch name. Because container names and worktree names should be simple, prefer a slash-free local worker branch and push it to a slash-based PR branch when ready.
23
-
24
- Recommended pattern:
25
-
26
- ```bash
27
- cd /root/code/pibo
28
- git fetch origin --prune
29
- git fetch upstream --prune
30
-
31
- # Use a slash-free local branch/worktree name created from upstream/dev.
32
- git branch <short-topic> upstream/dev
33
- pibo compute dev spawn --worktree <short-topic>
34
-
35
- # Work in the returned worktree, then push as a focused PR branch.
36
- cd /root/code/pibo/.worktrees/<short-topic>
37
- git push -u origin HEAD:feature/<short-topic>
38
- ```
39
-
40
- If the local branch already exists and points at the intended base, `pibo compute dev spawn --worktree <short-topic>` attaches a worktree for it. If it does not exist, the compute CLI creates it from the current checkout, so pre-create the branch from `upstream/dev` when strict upstream-first history matters.
41
-
42
- ## Commands
43
-
44
- Discover progressively with the CLI first:
45
-
46
- ```bash
47
- pibo compute --help
48
- pibo compute dev --help
49
- pibo compute dev spawn --help
50
- ```
51
-
52
- Common commands:
53
-
54
- - `pibo compute spawn [--name <name>]` — create a short-lived worker container. It is useful for isolated checks but does not create the development worktree flow.
55
- - `pibo compute dev spawn --worktree <name>` — create a long-lived dev worker with a Git worktree and deterministic port block.
56
- - `pibo compute rebuild` — force a fresh Docker image build.
57
- - `pibo compute list` / `pibo compute list --all` — inspect worker and dev-worker containers.
58
- - `pibo compute release <id>` — stop and remove the named worker container. This does not delete the Git worktree.
59
- - `pibo compute reap --dry-run` — preview worker cleanup.
60
- - `pibo compute reap --apply` — apply selected cleanup. Dev workers are excluded unless the command explicitly includes them.
61
- - `pibo compute health` / `pibo compute doctor` — read-only resource health checks.
62
- - `pibo compute diagnostics` / `pibo compute disk` — read-only Docker disk diagnostics.
63
-
64
- ## Development rule
65
-
66
- Use a Docker dev worker for Pibo code and feature implementation whenever the compute system is available, especially for:
67
-
68
- - gateway changes;
69
- - Chat Web changes;
70
- - browser automation;
71
- - auth behavior;
72
- - runtime/session routing changes;
73
- - CLI/TUI changes that need realistic user-visible validation;
74
- - end-to-end checks.
75
-
76
- Do not edit the host checkout as an experimental workspace for code changes. Do not restart, replace, or run ad hoc host gateways for development unless the user explicitly requests host operations or Docker is unavailable. The host gateway is for observation and production/dev deployment only.
77
-
78
- ## Worker lifecycle
79
-
80
- 1. Start from the GitHub strategy: fetch remotes, create a focused branch from `upstream/dev`, and spawn a dev worker for that branch.
81
- 2. Use the returned worktree for edits.
82
- 3. Use the returned web and CDP ports for app and browser checks.
83
- 4. Run builds/tests inside the worker worktree when the work requires runtime validation.
84
- 5. Release the container with `pibo compute release <id>` when done.
85
- 6. Keep, merge, push, or discard the Git worktree only after review or explicit user approval.
86
-
87
- Releasing a dev worker removes the container, not the worktree. Worktree deletion is a separate Git cleanup decision.
88
-
89
- ## Gateway and deployment boundaries
90
-
91
- Host gateways are managed only through the Pibo CLI:
92
-
93
- ```bash
94
- pibo gateway web status
95
- pibo gateway web start
96
- pibo gateway web restart
97
- pibo gateway dev status
98
- pibo gateway dev start
99
- pibo gateway dev restart
100
- ```
101
-
102
- After Docker validation, use the host dev gateway for host-level testing:
103
-
104
- ```bash
105
- ./scripts/deploy-web-dev.sh
106
- pibo gateway dev restart
107
- ```
108
-
109
- The hosted dev Chat URL is host-specific. Set `PIBO_DEV_PUBLIC_URL` or `PIBO_DEV_BASE_URL` in the environment or repo-local `.env.developer-host`; do not hard-code public hostnames in docs, scripts, or skills.
110
-
111
- Deploy production only after dev testing succeeds and the user approves it:
112
-
113
- ```bash
114
- ./scripts/deploy-web.sh
115
- pibo gateway web restart
116
- ```
117
-
118
- If the production gateway restart is blocked because active agent work is running, ask the user before interrupting sessions. Do not bypass the CLI restart guard without explicit confirmation.
119
-
120
- ## Dev auth boundary
121
-
122
- Dev auth belongs only to Docker workers.
123
-
124
- - `gateway:web` inside a worker enables dev auth through the Docker entrypoint's internal option.
125
- - `PIBO_DEV_AUTH` does not enable dev auth for normal host gateways.
126
- - Never start the host gateway with dev-auth flags or fake-auth infrastructure.
127
- - The normal host gateway must use Better Auth.
128
- - Dev-auth web access is loopback-only; if a worker web port is accidentally reached through a public reverse proxy, auth requests are rejected.
129
-
130
- If auth is needed inside a Docker worker, use the `pibo-debug-auth` skill rather than bypassing auth ad hoc.
131
-
132
- ## Browser and app validation
133
-
134
- For Chat Web browser debugging while changing Pibo, start from the Docker dev worker when one is available. Use the worker's returned web/CDP ports so browser automation and gateway restarts stay isolated from host gateways.
135
-
136
- Useful validation evidence includes:
137
-
138
- - route visited;
139
- - visible state or DOM assertions;
140
- - screenshot path;
141
- - CDP target details;
142
- - request/response evidence;
143
- - terminal output for CLI/TUI flows.
144
-
145
- A gateway healthcheck only proves the service responds. For Web, CLI, TUI, gateway, runtime, auth, or agent-routing work, also verify user-visible behavior when feasible:
146
-
147
- - Use browser/CDP or browser-use for Web UI flows.
148
- - Use a pseudo-TTY or interactive shell for Ink/TUI flows.
149
- - Use the real command, API, router, or persistence path when the default path is locally testable.
150
-
151
- Fake/demo checks and healthchecks are useful supporting evidence, but do not treat them as final validation for a user-facing default path unless the real path is unavailable or explicitly out of scope.
152
-
153
- ## Resource hygiene
154
-
155
- - Workers are intended to be bounded and recyclable.
156
- - Prefer `pibo compute release <id>` when you finish with a worker.
157
- - Use `pibo compute list --all` to inspect running, stopped, dirty, and OOM-killed workers.
158
- - Use `pibo compute reap --dry-run` before destructive cleanup.
159
- - Use `pibo compute health` and `pibo compute diagnostics --json` for read-only resource investigations.
160
- - Do not delete worktrees just because containers were released. Worktree cleanup must be explicit.
161
-
162
- ## Source docs
163
-
164
- For exact product requirements and implementation details, read the canonical docs on demand:
165
-
166
- - `docs/specs/capabilities/docker-compute-workers.md`
167
- - `docs/specs/capabilities/standalone-docker-runtime.md`
168
- - `docs/project/compute-browser-resource-operating-model.md`
169
- - `docs/project/compute-browser-resource-rollout-checklist.md`
170
- - `src/skills/pibo-debug-auth/SKILL.md`
1
+ ---
2
+ name: pibo-docker-system
3
+ description: Use this skill for Pibo Docker Compute System work, isolated implementation, worker worktrees, Chat Web or gateway testing, worker dev auth, browser/CDP validation, resource cleanup, and when coordinating Docker worker use with the github-server-flow strategy.
4
+ ---
5
+
6
+ # Pibo Docker Compute System
7
+
8
+ Use Docker compute workers as the isolated execution boundary for Pibo code work, gateway checks, Chat Web validation, browser automation, and end-to-end tests. Keep Docker-specific operating rules here instead of duplicating them in `AGENTS.md`.
9
+
10
+ ## Relationship to GitHub flow
11
+
12
+ Use this skill together with `github-server-flow`:
13
+
14
+ - `github-server-flow` owns branch, PR, fork mirror, and release strategy.
15
+ - `pibo-docker-system` owns where implementation and validation run.
16
+ - Normal code work starts from `upstream/dev` on a focused branch, then runs inside a Docker dev worker.
17
+ - Do not use `origin/dev` as a preview or staging branch just to test work. Push focused branches to `origin` and open PRs to `upstream/dev`.
18
+ - Documentation-only edits do not require a Docker worker unless they are coupled to code, build, gateway, or browser validation.
19
+
20
+ ### Worker branch pattern
21
+
22
+ `pibo compute dev spawn --worktree <name>` creates or attaches a Git worktree and uses `<name>` as the local branch name. Because container names and worktree names should be simple, prefer a slash-free local worker branch and push it to a slash-based PR branch when ready.
23
+
24
+ Recommended pattern:
25
+
26
+ ```bash
27
+ cd /root/code/pibo
28
+ git fetch origin --prune
29
+ git fetch upstream --prune
30
+
31
+ # Use a slash-free local branch/worktree name created from upstream/dev.
32
+ git branch <short-topic> upstream/dev
33
+ pibo compute dev spawn --worktree <short-topic>
34
+
35
+ # Work in the returned worktree, then push as a focused PR branch.
36
+ cd /root/code/pibo/.worktrees/<short-topic>
37
+ git push -u origin HEAD:feature/<short-topic>
38
+ ```
39
+
40
+ If the local branch already exists and points at the intended base, `pibo compute dev spawn --worktree <short-topic>` attaches a worktree for it. If it does not exist, the compute CLI creates it from the current checkout, so pre-create the branch from `upstream/dev` when strict upstream-first history matters.
41
+
42
+ ## Commands
43
+
44
+ Discover progressively with the CLI first:
45
+
46
+ ```bash
47
+ pibo compute --help
48
+ pibo compute dev --help
49
+ pibo compute dev spawn --help
50
+ ```
51
+
52
+ Common commands:
53
+
54
+ - `pibo compute spawn [--name <name>]` — create a short-lived worker container. It is useful for isolated checks but does not create the development worktree flow.
55
+ - `pibo compute dev spawn --worktree <name>` — create a long-lived dev worker with a Git worktree and deterministic port block.
56
+ - `pibo compute rebuild` — force a fresh Docker image build.
57
+ - `pibo compute list` / `pibo compute list --all` — inspect worker and dev-worker containers.
58
+ - `pibo compute release <id>` — stop and remove the named worker container. This does not delete the Git worktree.
59
+ - `pibo compute reap --dry-run` — preview worker cleanup.
60
+ - `pibo compute reap --apply` — apply selected cleanup. Dev workers are excluded unless the command explicitly includes them.
61
+ - `pibo compute health` / `pibo compute doctor` — read-only resource health checks.
62
+ - `pibo compute diagnostics` / `pibo compute disk` — read-only Docker disk diagnostics.
63
+
64
+ ## Development rule
65
+
66
+ Use a Docker dev worker for Pibo code and feature implementation whenever the compute system is available, especially for:
67
+
68
+ - gateway changes;
69
+ - Chat Web changes;
70
+ - browser automation;
71
+ - auth behavior;
72
+ - runtime/session routing changes;
73
+ - CLI/TUI changes that need realistic user-visible validation;
74
+ - end-to-end checks.
75
+
76
+ Do not edit the host checkout as an experimental workspace for code changes. Do not restart, replace, or run ad hoc host gateways for development unless the user explicitly requests host operations or Docker is unavailable. The host gateway is for observation and production/dev deployment only.
77
+
78
+ ## Worker lifecycle
79
+
80
+ 1. Start from the GitHub strategy: fetch remotes, create a focused branch from `upstream/dev`, and spawn a dev worker for that branch.
81
+ 2. Use the returned worktree for edits.
82
+ 3. Use the returned web and CDP ports for app and browser checks.
83
+ 4. Run builds/tests inside the worker worktree when the work requires runtime validation.
84
+ 5. Release the container with `pibo compute release <id>` when done.
85
+ 6. Keep, merge, push, or discard the Git worktree only after review or explicit user approval.
86
+
87
+ Releasing a dev worker removes the container, not the worktree. Worktree deletion is a separate Git cleanup decision.
88
+
89
+ ## Gateway and deployment boundaries
90
+
91
+ Host gateways are managed only through the Pibo CLI:
92
+
93
+ ```bash
94
+ pibo gateway web status
95
+ pibo gateway web start
96
+ pibo gateway web restart
97
+ pibo gateway dev status
98
+ pibo gateway dev start
99
+ pibo gateway dev restart
100
+ ```
101
+
102
+ After Docker validation, use the host dev gateway for host-level testing:
103
+
104
+ ```bash
105
+ ./scripts/deploy-web-dev.sh
106
+ pibo gateway dev restart
107
+ ```
108
+
109
+ The hosted dev Chat URL is host-specific. Set `PIBO_DEV_PUBLIC_URL` or `PIBO_DEV_BASE_URL` in the environment or repo-local `.env.developer-host`; do not hard-code public hostnames in docs, scripts, or skills.
110
+
111
+ Deploy production only after dev testing succeeds and the user approves it:
112
+
113
+ ```bash
114
+ ./scripts/deploy-web.sh
115
+ pibo gateway web restart
116
+ ```
117
+
118
+ If the production gateway restart is blocked because active agent work is running, ask the user before interrupting sessions. Do not bypass the CLI restart guard without explicit confirmation.
119
+
120
+ ## Dev auth boundary
121
+
122
+ Dev auth belongs only to Docker workers.
123
+
124
+ - `gateway:web` inside a worker enables dev auth through the Docker entrypoint's internal option.
125
+ - `PIBO_DEV_AUTH` does not enable dev auth for normal host gateways.
126
+ - Never start the host gateway with dev-auth flags or fake-auth infrastructure.
127
+ - The normal host gateway must use Better Auth.
128
+ - Dev-auth web access is loopback-only; if a worker web port is accidentally reached through a public reverse proxy, auth requests are rejected.
129
+
130
+ If auth is needed inside a Docker worker, use the `pibo-debug-auth` skill rather than bypassing auth ad hoc.
131
+
132
+ ## Browser and app validation
133
+
134
+ For Chat Web browser debugging while changing Pibo, start from the Docker dev worker when one is available. Use the worker's returned web/CDP ports so browser automation and gateway restarts stay isolated from host gateways.
135
+
136
+ Useful validation evidence includes:
137
+
138
+ - route visited;
139
+ - visible state or DOM assertions;
140
+ - screenshot path;
141
+ - CDP target details;
142
+ - request/response evidence;
143
+ - terminal output for CLI/TUI flows.
144
+
145
+ A gateway healthcheck only proves the service responds. For Web, CLI, TUI, gateway, runtime, auth, or agent-routing work, also verify user-visible behavior when feasible:
146
+
147
+ - Use browser/CDP or browser-use for Web UI flows.
148
+ - Use a pseudo-TTY or interactive shell for Ink/TUI flows.
149
+ - Use the real command, API, router, or persistence path when the default path is locally testable.
150
+
151
+ Fake/demo checks and healthchecks are useful supporting evidence, but do not treat them as final validation for a user-facing default path unless the real path is unavailable or explicitly out of scope.
152
+
153
+ ## Resource hygiene
154
+
155
+ - Workers are intended to be bounded and recyclable.
156
+ - Prefer `pibo compute release <id>` when you finish with a worker.
157
+ - Use `pibo compute list --all` to inspect running, stopped, dirty, and OOM-killed workers.
158
+ - Use `pibo compute reap --dry-run` before destructive cleanup.
159
+ - Use `pibo compute health` and `pibo compute diagnostics --json` for read-only resource investigations.
160
+ - Do not delete worktrees just because containers were released. Worktree cleanup must be explicit.
161
+
162
+ ## Source docs
163
+
164
+ For exact product requirements and implementation details, read the canonical docs on demand:
165
+
166
+ - `docs/specs/capabilities/docker-compute-workers.md`
167
+ - `docs/specs/capabilities/standalone-docker-runtime.md`
168
+ - `docs/project/compute-browser-resource-operating-model.md`
169
+ - `docs/project/compute-browser-resource-rollout-checklist.md`
170
+ - `src/skills/pibo-debug-auth/SKILL.md`