73 lines
2.2 KiB
Markdown
73 lines
2.2 KiB
Markdown
---
|
|
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-03T21:26:03.222070+00:00"
|
|
relations:
|
|
- target: b27fb831-811e-4103-b5f1-3c36d5b1ad20
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.93
|
|
edge_id: 4007c7d8-a09a-4a73-a842-c84384dba202
|
|
- target: b27fb831
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.9
|
|
edge_id: e71ebbb9-66a3-4431-818e-e4e33852a6ef
|
|
- target: 4321bee8-105e-4fc8-b645-964d1234c966
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.84
|
|
edge_id: 79380a11-01bd-4aea-bdbf-9508cdbfed6e
|
|
- target: 66ae99cf-69d1-4dc2-b51f-7e35e14d3058
|
|
type: FOLLOWS
|
|
direction: incoming
|
|
strength: 0.9
|
|
edge_id: 4559e2e3-ffc9-4548-97b5-16679993462d
|
|
- target: acb14771-eee2-47e8-8ac3-6772d27fb528
|
|
type: REQUIRES
|
|
direction: incoming
|
|
strength: 0.9
|
|
edge_id: 40a3b522-8f5a-42f6-abbf-3cef9acfc8cc
|
|
- target: c4b2f42d-b443-447f-8a05-bba099e06036
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.8
|
|
edge_id: a9b4650a-c463-4b75-9d58-3613bacf4b61
|
|
- target: 91e8d0c6-74c0-472f-b123-d30123bfd009
|
|
type: RELATED_TO
|
|
direction: incoming
|
|
strength: 0.6
|
|
edge_id: 8e19bdca-17af-43ea-8df0-1cddaf571da6
|
|
---
|
|
|
|
# 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.
|