[kimi] Create central Timmy Automations module (#701) #766
Reference in New Issue
Block a user
Delete Branch "kimi/issue-701"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #701
Summary
Created the central
timmy_automations/module as the single home for all Timmy automation scripts and configuration.Changes
Directory Structure
timmy_automations/— Top-level directory with clear organizationdaily_run/— Periodic scripts (cycle retros, idle detection, triage scoring)triage/— Deep triage helpers (LLM-driven issue refinement)workspace/— Agent workspace managementmetrics/— Dashboard and data collectionconfig/— Automation manifests and configurationDocumentation
README.mdexplaining:Discovery & Control
config/automations.json— Master manifest of all 10 automationsconfig/daily_run.json— Scheduling configurationconfig/triage_rules.yaml— Triage scoring weights and thresholds__init__.py— PythonAutomationRegistryclass for programmatic controlExisting Scripts Referenced
The following scripts are referenced (not moved, for backward compatibility):
scripts/cycle_retro.py,loop_guard.py,triage_score.pyscripts/deep_triage.sh,loop_introspect.pyscripts/agent_workspace.sh,backfill_retro.py,pre_commit_checks.py.kimi/scripts/bootstrap.sh,resume.sh,dev.shAcceptance Criteria
timmy_automations/exists with clearREADME.mdTesting