store: Shared repos.json for claude-scheduled automations

This commit is contained in:
Cal Corum 2026-03-03 10:47:16 -06:00
parent ce6e6377f1
commit e58d4a0e89

View File

@ -0,0 +1,36 @@
---
id: da46f2a7-77f0-4cb4-ab06-77d20128dd75
type: configuration
title: "Shared repos.json for claude-scheduled automations"
tags: [claude-scheduled, repos, configuration, backlog-triage, issue-worker, homelab]
importance: 0.8
confidence: 0.8
created: "2026-03-03T16:47:16.021037+00:00"
updated: "2026-03-03T16:47:16.021037+00:00"
---
# Shared repos.json for claude-scheduled
## Summary
Moved repos.json from a task-specific location to a shared location so all automation tasks reference one canonical list.
## Paths
- **Old (task-specific):** `~/.config/claude-scheduled/tasks/issue-worker/repos.json`
- **New (shared):** `~/.config/claude-scheduled/repos.json`
- Old location replaced with a symlink pointing to the shared file.
## What Changed
- `extract_issues.py` updated to reference the shared path.
- `backlog-triage/prompt.md` updated to instruct the agent to read repos from the shared file instead of hardcoding repo names.
## Current Repos (7 total)
- cognitive-memory
- major-domo-v2
- claude-home
- paper-dynasty-database
- paper-dynasty-discord
- major-domo-database
- paper-dynasty-card-creation
## Benefit
Adding a new repo now requires editing only one file.