pi-arcweld
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Warn
- network request — Outbound network request in extensions/claude-web-search/test/hosted-search.test.ts
- network request — Outbound network request in extensions/claude-web-search/test/integration.test.ts
- process.env — Environment variable access in extensions/claude-web-search/test/loading.test.ts
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
An auditable local workspace for Pi: pinned upstream source, curated extensions, bounded MCP tooling, and a reproducible external runtime.
pi-arcweld
A local workspace for a curated Pi agent environment. It keeps the pinned upstream source, user-level extensions, system-instruction append file, and reproducible runtime tooling in one auditable repository.
Pi remains upstream. Local behavior and build state stay outside the pi-mono/ checkout.
Repository layout
pi-mono/— pinned upstream Pi source managed as a Git submodule.extensions/— curated user-level Pi extensions and package-backed extensions.mcp-servers/— local MCP servers the client launches over stdio, such asmcp-servers/camoufox/.system-instruction/— the globalAPPEND_SYSTEM.mdsource and capture notes.scripts/— local runtime build and upstream-update scripts.docs/— the static GitHub Pages site.build/— generated local runtime and package artifacts; intentionally untracked.
User-level integration
The active Pi configuration points back to this repository rather than copying curated files:
~/.pi/agent/extensions/plan-mode→extensions/plan-mode/~/.pi/agent/extensions/questionnaire.ts→extensions/questionnaire.ts~/.pi/agent/extensions/exa-search.ts→extensions/exa-search.ts~/.pi/agent/extensions/codex-web-search.ts→extensions/codex-web-search.ts~/.pi/agent/extensions/claude-web-search→extensions/claude-web-search/~/.pi/agent/extensions/grok-search.ts→extensions/grok-search.ts~/.pi/agent/APPEND_SYSTEM.md→system-instruction/APPEND_SYSTEM.md~/.pi/agent/settings.jsonregistersextensions/mcp-extension/as a local-path package~/.pi/agent/mcp.jsonregistersmcp-servers/camoufox/bin/camoufox-mcpas a stdio MCP server- the user
picommand resolves tobuild/pi-agent/runtime/bin/pi
Machine-local settings, credentials, and unrelated user extensions are not stored in this repository. In particular, the Exa API key stays only in ~/.pi/agent/exa-search.json, and Grok provider credentials stay in Pi's machine-local model/auth configuration. scripts/check-secret-boundary.sh fails if commit candidates include Pi credential/config files, obvious literal secrets, or an exact credential value discoverable from the active machine-local Pi configuration.
Getting started
Clone the repository with its upstream submodule:
git clone --recurse-submodules https://github.com/appautomaton/pi-arcweld.git pi-arcweld
cd pi-arcweld
Build and link the local Pi runtime without writing build output into pi-mono/:
scripts/build-pi-agent.sh --link-user-bin
pi --version
See extensions/README.md for extension loading and validation. Run the repository and machine-specific checks with:
scripts/check-workspace.sh
scripts/check-user-wiring.sh
Updating Pi
Use the update helper to fast-forward the local pi-mono checkout to upstream main and rebuild the runtime:
scripts/update-pi-mono.sh
git diff --submodule=log -- pi-mono
The helper does not commit or push. Review the resulting submodule pointer before committing it in this repository.
Development model
The repository intentionally has no root package.json or shared npm workspace. Each local package owns its manifest, lockfile, dependencies, and checks. Upstream Pi retains its own build and release process.
The root repository records the upstream URL and pinned Pi commit, not local Pi source changes. See AGENTS.md for workspace, build, and Git hygiene rules.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found