Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -366,3 +366,8 @@
path = PMOVES-Spark-VSS
url = https://github.com/POWERFULMOVES/PM-Spark-video-search-and-summarization.git
branch = main

[submodule "pbnj"]
path = pbnj
url = https://github.com/POWERFULMOVES/PMOVES-pinokio.git
branch = PMOVES.AI-Edition-Hardened
8 changes: 4 additions & 4 deletions deploy/runbooks/pinokio-pbnj-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ vncserver :1 -geometry 1920x1080 -depth 24

### 2. Configure PBNJ Launchers

PBNJ launcher configs are at `pbnj/pinokio/api/pmoves-services/`.
PBNJ launcher configs are at `pbnj/api/pmoves-services/`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Migrate executable PBNJ references to the new layout

When the demo room is launched through P7/Hermes or .claude/skills/demo-room, the migration leaves executable references at the removed pbnj/pinokio/api/pmoves-pbnj/demo.js path (pmoves/config/rooms/demo.room.extras.json:8 and .claude/skills/demo-room/SKILL.md:43,72). Since this change establishes pbnj/api/* as the replacement layout, those flows can no longer find demo.js; update the runtime and skill references along with the runbook paths.

AGENTS.md reference: AGENTS.md:L7-L7

Useful? React with 👍 / 👎.


If the submodule is populated:
```bash
cd pbnj/pinokio/api/pmoves-services/
cd pbnj/api/pmoves-services/
# Each service has a pinokio.js launcher file
ls *.js
```
Expand Down Expand Up @@ -92,7 +92,7 @@ Configure launcher startup order in Pinokio or use Docker Compose `depends_on`.

| Service | Launcher | Status | Notes |
|---------|----------|--------|-------|
| Gateway | pbnj/pinokio/api/pmoves-services/ | Check submodule | CHIT signing enabled |
| Gateway | pbnj/api/pmoves-services/ | Check submodule | CHIT signing enabled |
| Postgres | docker-compose | Existing | Tier data |
| MinIO | docker-compose | Existing | Tier data |
| NATS | docker-compose | Existing | Message bus |
Expand All @@ -110,7 +110,7 @@ Configure launcher startup order in Pinokio or use Docker Compose `depends_on`.
## References

- Pinokio: https://pinokio.computer/
- PBNJ configs: `pbnj/pinokio/api/pmoves-services/`
- PBNJ configs: `pbnj/api/pmoves-services/`
- Docker Compose: `pmoves/docker/docker-compose.yml`
- Tier configs: `pmoves/env.tier-*.example`

Expand Down
1 change: 1 addition & 0 deletions pbnj
Submodule pbnj added at 40a629
321 changes: 0 additions & 321 deletions pbnj/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions pbnj/pinokio/api/pmoves-agent-zero/.gitignore

This file was deleted.

Loading
Loading