Create central Timmy Automations module #701

Closed
opened 2026-03-21 13:57:13 +00:00 by perplexity · 1 comment
Collaborator

Description

Create a top-level directory timmy_automations/ in the main automation repo to be the single home for:

  • Daily Run scripts and configuration
  • Deep triage helpers
  • Dashboard/metrics integration
  • Agent and token-economy rules

Add timmy_automations/README.md explaining:

  • Purpose of the folder
  • Types of automations that belong here
  • How Timmy finds, enables, disables, or configures them

Move or reference existing automation scripts here so logic is not scattered across the codebase.

Acceptance Criteria

  • timmy_automations/ exists with a clear README.md
  • Existing automation scripts are either moved here or referenced from here
  • README explains how Timmy discovers and controls his automations

From: Timmy Automations Backlog §1.1


Migrated from perplexity/the-matrix#92

## Description Create a top-level directory `timmy_automations/` in the main automation repo to be the single home for: - Daily Run scripts and configuration - Deep triage helpers - Dashboard/metrics integration - Agent and token-economy rules Add `timmy_automations/README.md` explaining: - Purpose of the folder - Types of automations that belong here - How Timmy finds, enables, disables, or configures them Move or reference existing automation scripts here so logic is not scattered across the codebase. ## Acceptance Criteria - [ ] `timmy_automations/` exists with a clear `README.md` - [ ] Existing automation scripts are either moved here or referenced from here - [ ] README explains how Timmy discovers and controls his automations _From: Timmy Automations Backlog §1.1_ --- _Migrated from perplexity/the-matrix#92_
kimi was assigned by Timmy 2026-03-21 18:02:17 +00:00
Collaborator

PR created: http://143.198.27.163:3000/rockachopa/Timmy-time-dashboard/pulls/766

Summary

Created the central timmy_automations/ module with:

Directory Structure

  • timmy_automations/ — Top-level directory
    • daily_run/ — Cycle retros, idle detection, triage scoring
    • triage/ — Deep triage, introspection
    • workspace/ — Agent workspace management
    • metrics/ — Dashboard integration
    • config/ — Manifests and configuration

Key Files

  • README.md — Comprehensive documentation covering purpose, discovery, and control
  • config/automations.json — Master manifest of 10 automations
  • config/daily_run.json — Scheduling configuration
  • config/triage_rules.yaml — Scoring weights
  • __init__.py — Python AutomationRegistry for programmatic control

All Acceptance Criteria Met

timmy_automations/ exists with clear README.md
Existing scripts referenced from the module
README explains discovery (manifest-based) and control (enable/disable/config)

All 2650 unit tests pass.

PR created: http://143.198.27.163:3000/rockachopa/Timmy-time-dashboard/pulls/766 ## Summary Created the central `timmy_automations/` module with: ### Directory Structure - `timmy_automations/` — Top-level directory - `daily_run/` — Cycle retros, idle detection, triage scoring - `triage/` — Deep triage, introspection - `workspace/` — Agent workspace management - `metrics/` — Dashboard integration - `config/` — Manifests and configuration ### Key Files - `README.md` — Comprehensive documentation covering purpose, discovery, and control - `config/automations.json` — Master manifest of 10 automations - `config/daily_run.json` — Scheduling configuration - `config/triage_rules.yaml` — Scoring weights - `__init__.py` — Python AutomationRegistry for programmatic control ### All Acceptance Criteria Met ✅ `timmy_automations/` exists with clear `README.md` ✅ Existing scripts referenced from the module ✅ README explains discovery (manifest-based) and control (enable/disable/config) All 2650 unit tests pass.
kimi closed this issue 2026-03-21 19:09:39 +00:00
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#701