+4
-4
.github/workflows/status-maintenance.yml
+4
-4
.github/workflows/status-maintenance.yml
···
48
48
claude_args: |
49
49
--allowedTools "Read,Write,Edit,Bash"
50
50
prompt: |
51
-
you are maintaining the plyr.fm project status file.
51
+
you are maintaining the plyr.fm (pronounce as "player FM") project status file.
52
52
53
53
## context
54
54
···
68
68
69
69
read STATUS.md and count the lines.
70
70
71
-
if over 500 lines:
71
+
if over 250 lines:
72
72
1. identify natural section boundaries (marked by "---" or headers like "### " with dates)
73
-
2. keep the most recent ~500 lines in STATUS.md
73
+
2. keep the most recent ~250 lines in STATUS.md
74
74
3. move older sections to .status_history/YYYY-MM.md files, grouped by month
75
75
4. create .status_history/ directory if it doesn't exist
76
76
5. preserve raw content - don't summarize or modify the archived text
77
77
78
-
if 500 lines or fewer, skip archiving.
78
+
if 250 lines or fewer, skip archiving.
79
79
80
80
## task 3: generate audio overview
81
81