@pasko70/pibo 3.1.4 → 3.2.0

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 (30) hide show
  1. package/README.md +2 -2
  2. package/dist/apps/chat-ui/assets/{dist-BcUbdOKJ.js → dist-BAXv9edD.js} +1 -1
  3. package/dist/apps/chat-ui/assets/{dist-BOqsX6_s.js → dist-CiwafO2k.js} +1 -1
  4. package/dist/apps/chat-ui/assets/{dist-qDZ-CdlK.js → dist-DD2HRAgt.js} +1 -1
  5. package/dist/apps/chat-ui/assets/{dist-DkpIJ_Pp.js → dist-NsHPx2KS.js} +1 -1
  6. package/dist/apps/chat-ui/assets/{dist-a0mykCz7.js → dist-jgYATWSF.js} +1 -1
  7. package/dist/apps/chat-ui/assets/index-BTzIdlcK.css +1 -0
  8. package/dist/apps/chat-ui/assets/index-C-s68zrN.js +228 -0
  9. package/dist/apps/chat-ui/index.html +2 -2
  10. package/dist/apps/chat-vscode-web/assets/{index-SluZr_-r.css → index-b18ZkEo0.css} +1 -1
  11. package/dist/apps/chat-vscode-web/assets/index-nHYofa-e.js +43 -0
  12. package/dist/apps/chat-vscode-web/index.html +2 -2
  13. package/dist/setup/cli.js +5 -5
  14. package/docs/project/guides/pibo-on-windows-via-wsl.md +292 -0
  15. package/docs/project/guides/pibo-vscode-ext-quickstart.md +287 -0
  16. package/docs/project/installation-profiles.md +134 -0
  17. package/docs/project/operations/index.md +10 -0
  18. package/docs/{ops → project/operations}/install-developer-host.md +19 -0
  19. package/docs/{ops → project/operations}/install-user-host.md +19 -0
  20. package/docs/{ops → project/operations}/upgrade-user-to-developer-host.md +19 -0
  21. package/docs/{ops → project/operations}/vscode-extension-release.md +19 -0
  22. package/npm-shrinkwrap.json +4 -3
  23. package/package.json +17 -3
  24. package/skills/builtin/pibo-agent-runtime-adapter/references/testing-migration-and-validation.md +3 -1
  25. package/skills/builtin/pibo-spec-writing/SKILL.md +110 -168
  26. package/skills/builtin/prd/SKILL.md +18 -0
  27. package/dist/apps/chat-ui/assets/index-CmqRSbBU.css +0 -1
  28. package/dist/apps/chat-ui/assets/index-G2ic-FSG.js +0 -228
  29. package/dist/apps/chat-vscode-web/assets/index-zQ1fNz5K.js +0 -43
  30. 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.