project-notebook
Installation
SKILL.md
Project Notebook
Treat Git and the repository's Project Manifest as authoritative. Treat the remote notebook as scoped, derivative context that PJangler owns and can audit.
Work through PJangler
- Resolve the repository explicitly when the current directory is ambiguous.
- Inspect
pj notebook status [repo]before assuming a healthy binding. - Use
--jsonwhen another tool will consume the result. Checkok, symbolic error code, andnext_actions; do not infer success from prose. - Keep reads and mutations project-scoped. Never call the notebook service directly or accept a result whose membership in the resolved binding is not proven.
- Use
pj notebook audit [repo]to diagnose Drift. Usepj notebook migrate [repo]for an owned repair plan, adding--applyfor local changes and--liveonly when remote repair is intended. - Preserve repository files as the source of truth. Never overwrite Git content from notebook content.