Some checks failed
Work Records / validate (push) Has been cancelled
Complete T06 cutover: remove binky rhythm bridge crontab, install scripts/railiance-rhythm systemd user timers on railiance01 (Europe/Berlin), document residual continuous-intake gaps as BINKY-WP-0006. Three completion event types verified (daily_brief, mail_intake on Railiance, weekly_review). DEC-2026-003 marked resolved/executed.
49 lines
1.5 KiB
YAML
49 lines
1.5 KiB
YAML
# Instance manifest — ADR-005 schedule + agent-harness extensions (HARNESS-WP-0001-T07).
|
|
# Validate:
|
|
# agent-harness validate --target . --strict
|
|
# kaizen-agentic schedule validate --target . # base cadence keys; harness instance
|
|
# names mail-triage / review-prep use blueprint: coach for persona prepare
|
|
#
|
|
# Maps to activity-core definitions (enabled: true since DEC-2026-003 / T06):
|
|
# coach → binky-daily-rhythm
|
|
# mail-triage → binky-weekly-mail-intake
|
|
# review-prep → binky-weekly-review-prep
|
|
# Host timers: scripts/railiance-rhythm/ (interim until BINKY-WP-0006)
|
|
version: "1"
|
|
timezone: Europe/Berlin
|
|
harness: 0
|
|
agents:
|
|
coach:
|
|
cadence: daily
|
|
cron: "23 8 * * 1-5" # weekdays 08:23 — aligns with binky-daily-rhythm
|
|
enabled: true
|
|
lane: green
|
|
tool_profile: green-commit-only
|
|
budget: 80000
|
|
mail-triage:
|
|
cadence: weekly
|
|
cron: "37 9 * * 1" # Monday 09:37 — aligns with binky-weekly-mail-intake
|
|
enabled: true
|
|
blueprint: coach
|
|
lane: blue
|
|
tool_profile: blue-mail-triage
|
|
budget: 40000
|
|
review-prep:
|
|
cadence: weekly
|
|
cron: "43 16 * * 5" # Friday 16:43 — aligns with binky-weekly-review-prep
|
|
enabled: true
|
|
blueprint: coach
|
|
lane: green
|
|
tool_profile: green-commit-only
|
|
budget: 60000
|
|
# Kaizen fleet optimization (not a Binky rhythm slot; harness-ready for completeness)
|
|
optimization:
|
|
cadence: weekly
|
|
cron: "0 10 * * 1"
|
|
enabled: true
|
|
lane: green
|
|
tool_profile: green-commit-only
|
|
budget: 40000
|
|
tdd-workflow:
|
|
cadence: monthly
|
|
enabled: false
|