@pasko70/pibo 3.1.4 → 3.2.1
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.
- package/README.md +2 -2
- package/dist/apps/chat-ui/assets/{dist-DkpIJ_Pp.js → dist-BL4oTUrk.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-BOqsX6_s.js → dist-CQF9jyQW.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-BcUbdOKJ.js → dist-DI39iyXK.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-a0mykCz7.js → dist-Drv_xdGh.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-qDZ-CdlK.js → dist-f-76_fmW.js} +1 -1
- package/dist/apps/chat-ui/assets/index-BTzIdlcK.css +1 -0
- package/dist/apps/chat-ui/assets/index-CgFDCgyv.js +228 -0
- package/dist/apps/chat-ui/index.html +2 -2
- package/dist/apps/chat-vscode-web/assets/index-B-TiIWb7.js +43 -0
- package/dist/apps/chat-vscode-web/assets/{index-SluZr_-r.css → index-b18ZkEo0.css} +1 -1
- package/dist/apps/chat-vscode-web/index.html +2 -2
- package/dist/session-ui/terminalRows.js +80 -1
- package/dist/setup/cli.js +5 -5
- package/docs/project/guides/pibo-on-windows-via-wsl.md +292 -0
- package/docs/project/guides/pibo-vscode-ext-quickstart.md +287 -0
- package/docs/project/installation-profiles.md +134 -0
- package/docs/project/operations/index.md +10 -0
- package/docs/{ops → project/operations}/install-developer-host.md +19 -0
- package/docs/{ops → project/operations}/install-user-host.md +19 -0
- package/docs/{ops → project/operations}/upgrade-user-to-developer-host.md +19 -0
- package/docs/{ops → project/operations}/vscode-extension-release.md +19 -0
- package/npm-shrinkwrap.json +4 -3
- package/package.json +17 -3
- package/skills/builtin/pibo-agent-runtime-adapter/references/testing-migration-and-validation.md +3 -1
- package/skills/builtin/pibo-spec-writing/SKILL.md +110 -168
- package/skills/builtin/prd/SKILL.md +18 -0
- package/dist/apps/chat-ui/assets/index-CmqRSbBU.css +0 -1
- package/dist/apps/chat-ui/assets/index-G2ic-FSG.js +0 -228
- package/dist/apps/chat-vscode-web/assets/index-zQ1fNz5K.js +0 -43
- package/docs/README.md +0 -34
package/docs/README.md
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# Pibo Documentation
|
|
2
|
-
|
|
3
|
-
This directory is the single home for project documentation, specs, plans, and reports.
|
|
4
|
-
|
|
5
|
-
## Structure
|
|
6
|
-
|
|
7
|
-
```text
|
|
8
|
-
docs/
|
|
9
|
-
project/ Normal/current project docs and other canonical documentation
|
|
10
|
-
specs/ Product, technical, and implementation specifications
|
|
11
|
-
plans/ Implementation plans and design plans
|
|
12
|
-
reports/ Investigation reports, validation reports, and generated report artifacts
|
|
13
|
-
legacy/ Previous documentation set kept for reference
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
## Active architecture change
|
|
17
|
-
|
|
18
|
-
The multi-agent runtime adapter work is tracked in:
|
|
19
|
-
|
|
20
|
-
- [proposal](specs/changes/multi-agent-runtime-adapters/proposal.md)
|
|
21
|
-
- [behavioral specification](specs/changes/multi-agent-runtime-adapters/spec.md)
|
|
22
|
-
- [technical design](specs/changes/multi-agent-runtime-adapters/design.md)
|
|
23
|
-
- [task ledger](specs/changes/multi-agent-runtime-adapters/tasks.md)
|
|
24
|
-
- [implementation plan](plans/multi-agent-runtime-adapter-implementation-plan-2026-08-14.md)
|
|
25
|
-
- [architecture investigation](reports/multi-agent-runtime-adapter-architecture-investigation-2026-08-14.md)
|
|
26
|
-
|
|
27
|
-
## Rules
|
|
28
|
-
|
|
29
|
-
- Put normal/current project docs and other canonical documentation in `docs/project/`.
|
|
30
|
-
- Put specifications in `docs/specs/`.
|
|
31
|
-
- Put implementation plans in `docs/plans/`.
|
|
32
|
-
- Put investigation, validation, and incident reports in `docs/reports/`.
|
|
33
|
-
- Do not create new root-level `plans/`, `reports/`, or `specs/` directories.
|
|
34
|
-
- Do not delete legacy docs unless there is a separate cleanup decision.
|