Overview
Thestandardise command provides tools for managing documentation and examples consistency across the PraisonAI project. It implements the Feature Docs/Examples Protocol (FDEP) to ensure all features have proper documentation and examples.
Commands
Check
Check for standardisation issues without making changes.
Example:
Report
Generate a detailed standardisation report.
Example:
Fix
Fix standardisation issues by creating missing artifacts.
Example:
Init
Initialise a new feature with all required artifacts.
Options:
Example:
AI
AI-powered generation of documentation and examples using LLM.Real, Runnable Examples: The AI generator creates actual working code, not templates.
Examples are verified by execution before being written - if the code doesnβt run, it wonβt be saved.
Options:
Features:
- Real Examples: Generates working code with mock data, not placeholder templates
- Execution Verification: Examples are run before writing to ensure they work
- Auto-Retry: If code fails, the AI attempts to fix it (up to 2 retries)
- External Library Handling: Examples requiring external libraries are marked but still saved
Checkpoint
Create an undo checkpoint before making changes.
Example:
Undo
Undo to a previous checkpoint.
Example:
Redo
Redo after an undo operation.
Example:
Workflow Example
Exit Codes
When using--ci mode:

