Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Check-ins with non-propagating tags:
|
2026-06-03
| ||
| 19:35 |
feat: complete professional project skeleton for P2 Spin2 MCP server
- README.md (full install via Fossil, usage, agent configs, P2 Edge hardware, structure) - pyproject.toml + bootstrap.sh (uv-first, matching fossil-scm-mcp style) - p2_mcp/ package: __init__, __main__, rich server.py with 15+ tools (p2_info, spin2_generate, pasm2_optimize, xbyte_create_interpreter (real 6c XBYTE), cordic_generate, smartpin_configure, multicog_plan+simulate, pnut_* full orchestration, p2_scaffold_project, optimize suggester, resources) - examples/ (hello_8cogs.spin2, xbyte_demo.spin2, client_demo.py) - templates/ (multi-cog, xbyte-vm starters) - tests/integration_test.py (spawns server, JSON-RPC, verifies key tools + p2_info) - docs/ (BEST_PRACTICES.md, HARDWARE_SETUP.md) - LICENSE - All added via explicit fossil add; tree clean - Phase 1 of the P2-cookbook / p2-mcp build captured in Fossil + technotes This gives a production-ready base that already delivers massive P2 exploitation power. check-in: 7c472c460c user: refaqtor tags: phase1-skeleton, trunk | |
| 19:31 | Note: P2-Spin2-MCP: Session bootstrap and task start technote: [6c59c5c5c6] user: refaqtor tags: agent-memory, bootstrap, p2-mcp, phase0, phase1 | |