|
@@ -6,11 +6,11 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
|
|
|
|
|
|
|
**IMPORTANT**: At the start of each conversation, automatically check for open issues and milestones in the Gogs repository:
|
|
**IMPORTANT**: At the start of each conversation, automatically check for open issues and milestones in the Gogs repository:
|
|
|
|
|
|
|
|
-1. **Check Milestones**: Fetch from `https://git.mrbamm.xyz/api/v1/repos/blance/absRecommend/milestones?token=bf7d69fd1c0c918719e842c8f8aea97df30aba60`
|
|
|
|
|
|
|
+1. **Check Milestones**: Fetch from `https://git.mrbamm.xyz/api/v1/repos/blance/absRecommend/milestones?token=cd60d0360794079c59bcc6301d793e9d23506b20`
|
|
|
- List all milestones with their progress (open/closed issue counts)
|
|
- List all milestones with their progress (open/closed issue counts)
|
|
|
- If there are active milestones, ask which milestone to focus on for feature planning
|
|
- If there are active milestones, ask which milestone to focus on for feature planning
|
|
|
|
|
|
|
|
-2. **Check Open Issues**: Fetch from `https://git.mrbamm.xyz/api/v1/repos/blance/absRecommend/issues?state=open&token=bf7d69fd1c0c918719e842c8f8aea97df30aba60`
|
|
|
|
|
|
|
+2. **Check Open Issues**: Fetch from `https://git.mrbamm.xyz/api/v1/repos/blance/absRecommend/issues?state=open&token=cd60d0360794079c59bcc6301d793e9d23506b20`
|
|
|
- Group issues by milestone if they have one
|
|
- Group issues by milestone if they have one
|
|
|
- List standalone issues separately
|
|
- List standalone issues separately
|
|
|
- If there are open issues, list them and ask which ones to work on
|
|
- If there are open issues, list them and ask which ones to work on
|
|
@@ -20,13 +20,17 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
|
|
- For milestone-based work: Focus on issues within the selected milestone as a cohesive feature set
|
|
- For milestone-based work: Focus on issues within the selected milestone as a cohesive feature set
|
|
|
|
|
|
|
|
4. **When Completing Issues**:
|
|
4. **When Completing Issues**:
|
|
|
- - Add a detailed comment explaining the fix using the Gogs API
|
|
|
|
|
|
|
+ - Add a detailed comment explaining the fix using the Gogs API (use SonnetDev's token)
|
|
|
- Close the issue
|
|
- Close the issue
|
|
|
- If all issues in a milestone are completed, mention that the milestone is complete
|
|
- If all issues in a milestone are completed, mention that the milestone is complete
|
|
|
|
|
|
|
|
|
|
+**SonnetDev API Token**: `cd60d0360794079c59bcc6301d793e9d23506b20`
|
|
|
|
|
+- This is Claude's dedicated Gogs account for automated operations
|
|
|
|
|
+- Use this token for all Gogs API operations (checking issues, commenting, closing issues)
|
|
|
|
|
+
|
|
|
## Project Overview
|
|
## Project Overview
|
|
|
|
|
|
|
|
-Audiobookshelf Recommendation System - A FastAPI web application that syncs with Audiobookshelf to track listening history and provide AI-powered book recommendations using Google Gemini.
|
|
|
|
|
|
|
+Dewy Oracle - A FastAPI web application that syncs with Audiobookshelf to track listening history and provide AI-powered book recommendations using Google Gemini.
|
|
|
|
|
|
|
|
## Development Commands
|
|
## Development Commands
|
|
|
|
|
|