Skip to content

Commit

Permalink
fixup! feat: Add conference talk and presentation slides for Aider
Browse files Browse the repository at this point in the history
  • Loading branch information
josix committed Dec 21, 2024
1 parent af2333f commit 28f0590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/thought-consolidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
AIDER_ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
run: |
git diff --name-only HEAD HEAD^ | xargs cat > all_thoughts.md
aider --auto-commits --sonnet --architect --read all_thoughts.md --message "Consider the read-only files and identify if the thoughts are matched in the random-thoughts/aider-brain/*.md, for each identified topic: 1. If yes, consolidate and expand the thoughts into detailed content 2. If no, create a new file in the random-thoughts/aider-brain" --yes
aider --auto-commits --sonnet --architect --read all_thoughts.md --message "consolidate how many topics in the read-only files, then identify each topic if has matched in the random-thoughts/aider-brain/*.md, for each identified topic: 1. If matched, consolidate and expand the thoughts into detailed content in the matched file 2. If not matched, create a new file in the random-thoughts/aider-brain in a structure of descriptive paragraphs, with 7 to 15 sentences in one paragraph to express your ideas with style like documents in `Permanent/*.md` instead of bullet points" --yes
rm all_thoughts.md
- name: Create Pull Request
Expand Down

0 comments on commit 28f0590

Please sign in to comment.