bundle_schedule_hint
Generates a ready-to-paste crontab line and command for scheduling periodic compliance evidence bundle generation, supporting HIPAA, PCI-DSS, SOC2, GDPR.
Instructions
[READ] Ready-to-paste cron line + command for periodic sealed-bundle generation.
WRITES NOTHING and starts no daemon — it only composes and validates the
crontab line and the exact non-interactive compliance-aiops bundle generate
invocation (with the master-password env note) an operator can schedule.
Args: framework: hipaa / pci_dss / soc2 / gdpr / iso27001 / djcp_l3. cron: A standard 5-field cron expression (default: 02:00 every Monday). period: Relative window each run should cover (e.g. "7d", "last-7-days"). sign: If True, include --sign in the composed command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cron | No | 0 2 * * 1 | |
| sign | No | ||
| period | No | 7d | |
| framework | Yes |