ai-loop-workspace-four-components

Status: IN

Each ftl2-deployments workspace has four key components: `desired_state.txt` (declarative intent), `rules/` (AI loop constraints), `.env` (secrets/config), and runtime-generated state/inventory.

Source: entries/2026/05/11/deployments-README.md

Example

my-deployment/
├── desired_state.txt       # Natural language goal
├── rules/                  # observe/condition/action rules
│   ├── ensure_packages.py
│   └── ensure_service.py
├── inventory.yml           # Host inventory
└── .env                    # Secrets (not committed)

JSON