Getting Started¶
Installation¶
pip install power-framework
Verify the installation:
power --version
Create a vault¶
power init my-vault
cd my-vault
This creates the P.A.R.A. directory structure:
vault/
├── 00_Inbox/
├── 01_Projects/
├── 02_Areas/
├── 03_Resources/
├── 04_Archive/
├── 05_Templates/
└── 06_Daily_Logs/
Add notes¶
power ingest --title "My Note" --type Resource --description "A useful resource"
Run health checks¶
power lint .
Generate index¶
power index .
Search¶
power search . "my query"