| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-18 | 823 Bytes | |
| v0.7.1 -- Fix base-install import crash + spec status note source code.tar.gz | 2026-03-18 | 420.5 kB | |
| v0.7.1 -- Fix base-install import crash + spec status note source code.zip | 2026-03-18 | 472.0 kB | |
| Totals: 3 Items | 893.3 kB | 0 | |
[0.7.1] - 2026-03-18
Fixed
- Import crash on base install:
import pic_standard.clino longer fails when optional dependencies (langchain-core,mcp) are not installed.integrations/__init__.pynow uses lazy__getattr__loading so importing one integration does not pull in another's dependencies. - CLI
servecommand import moved inside the handler —pic-cli verify,pic-cli keys, etc. no longer trigger any integration imports.
Added
docs/spec-status.md— companion status note for RFC-0001, explaining that the defensive publication is intentionally preserved with its original SHA-256 fingerprint while the implementation has evolved through v0.7.x.TYPE_CHECKINGimports and__dir__()inintegrations/__init__.pyfor IDE/type-checker support.