Skip to content

Commit

Permalink
docs: Add comprehensive Kafka architecture deep dive document
Browse files Browse the repository at this point in the history
  • Loading branch information
josix committed Dec 20, 2024
1 parent e4149bf commit e352d15
Show file tree
Hide file tree
Showing 2 changed files with 933 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/thought-consolidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- 'random-thoughts/*.md'
workflow_dispatch:

jobs:
consolidate-thoughts:
Expand Down Expand Up @@ -39,9 +40,8 @@ jobs:
run: |
gd --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
- name: Clean up
run: |
rm all_thoughts.md
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
Expand Down
Loading

0 comments on commit e352d15

Please sign in to comment.