aimfp_run
Starts a new AIMFP session to load full project context or sends watchdog alerts at work checkpoints for task tracking and directive compliance.
Instructions
Main entry point orchestrator. Called on session start (is_new_session=true) for full context bundle, and at work checkpoints (is_new_session=false) for watchdog alerts only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_new_session | No | Whether this is a new session start. Use true for first interaction, new session, or after long breaks. Use false (default) for continuation work. |