-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Implement per-run Git cache and restructure add/sync flows. #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
EriiYenn
wants to merge
54
commits into
westonplatter:main
Choose a base branch
from
EriiYenn:feat/git-improvements
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
23aa976
feat: WIP PR Message
EriiYenn dfc2f46
feat: Introduce Cursor and Claude hooks as new asset kinds
EriiYenn 8c30989
feat: Implement hooks validation module
EriiYenn 6ea8496
feat: Implement hooks installation helpers and conflict handling
EriiYenn 9b1c1c9
feat: Integrate hooks validation and installation into core logic
EriiYenn 91cb725
feat: Enable catalog generation for hook scripts
EriiYenn 8d4a7e7
test: Add CLI tests for Cursor and Claude hooks
EriiYenn 62d5879
docs: Update PR message for hooks feature
EriiYenn b23f3bd
chore: Bump version to 0.1.8
EriiYenn 53f6062
docs: Update PR message for hooks feature pt.2
EriiYenn 652e13e
feat: Remove PR Message
EriiYenn e4cba8b
Merge branch 'feat/synchronization-improvements'
EriiYenn d6a560f
feat: Implement per-run Git clone caching mechanism
EriiYenn 2ab83d3
feat: Integrate Git clone cache into sync command execution
EriiYenn 4c804a5
test: Add integration tests for Git clone caching
EriiYenn 81a71ca
docs: Document Git clone caching in architecture.md
EriiYenn 0ed0f50
chore: Bump version to 0.1.9
EriiYenn 5b52ff8
Merge branch 'main' into feat/synchronization-improvements
westonplatter 642d01b
fix: PR Changes
EriiYenn 74fe381
fix: PR Changes pt.2
EriiYenn 06f04cb
Merge branch 'westonplatter:main' into main
EriiYenn 86bf5a3
Merge branch 'main' into feat/synchronization-improvements
EriiYenn e805d58
feat: Scope Down to Cursor Hooks
EriiYenn 55c9f66
fix: PR Changes
EriiYenn 5dd7439
fix: Remove Version Bump
EriiYenn d0a66f4
Merge branch 'main' into feat/synchronization-improvements
EriiYenn 861fc59
feat: Lint issues
EriiYenn 2a0b58b
Merge branch 'feat/synchronization-improvements'
EriiYenn dda59cc
Merge branch 'main' into feat/git-improvements
EriiYenn 38bdfaa
feat: Verification
EriiYenn 8d7f805
fix: Clippy CI Error
EriiYenn 6bb49d0
fix: Comment on Directory Merge
EriiYenn fa3c809
fix: Directory Merge Issue
EriiYenn e980443
fix: Directory Merge Conflict Detect
EriiYenn af8b528
fix: Hook Install Logic
EriiYenn 5cc831b
fix: Hooks Dir Walk
EriiYenn a027edf
fix: Hooks Dir Walk pt.2
EriiYenn ae0e663
fix: Permissions & Pre-copy Cleanup
EriiYenn d374572
doc: Remove ClaudeHooks from AssetKind enum
westonplatter 252e545
Merge branch 'feat/synchronization-improvements'
EriiYenn ee693cf
Merge branch 'westonplatter:main' into main
EriiYenn fdafdf4
Merge branch 'main' into feat/git-improvements
EriiYenn 3ead5bf
feat: APS Add Improvements
EriiYenn 6af90b4
feat: APS Lockfile Changes
EriiYenn 92378de
feat: Lockfile README Extension
EriiYenn a9d4710
feat: Sync Progress
EriiYenn ea094d3
fix: Clippy Lint
EriiYenn 38c6619
Merge branch 'westonplatter:main' into main
EriiYenn 0f90b02
Merge branch 'main' into feat/git-improvements
EriiYenn 1464365
Merge branch 'westonplatter:main' into main
EriiYenn 62c34c3
Merge branch 'main' into feat/git-improvements
EriiYenn 0fa7cbd
fix: Conflicts
EriiYenn f1147ef
fix: Unused Error
EriiYenn 91f478d
Merge branch 'main' into feat/git-improvements
EriiYenn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,4 +5,5 @@ | |
| aps.catalog.yaml | ||
|
|
||
| .cursor | ||
| .claude | ||
| _bmad* | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,28 +1,28 @@ | ||
| version: 1 | ||
| aps_version: 0.1.11 | ||
| entries: | ||
| skill-creator: | ||
| source: https://github.com/anthropics/skills.git | ||
| dest: .claude/skills/skill-creator/ | ||
| resolved_ref: main | ||
| commit: 1ed29a03dc852d30fa6ef2ca53a67dc2c2c2c563 | ||
| checksum: sha256:bdd5389ea8390277b8310b83eaa561a703c2fa08bbcf770e6394d42571f7445f | ||
| anthropic-skills: | ||
| source: https://github.com/anthropics/skills.git | ||
| dest: ./.claude/skills/ | ||
| resolved_ref: main | ||
| commit: 1ed29a03dc852d30fa6ef2ca53a67dc2c2c2c563 | ||
| checksum: sha256:3bd37a1929706db495f2609910316bb1a385a057556deb151f968e877aef39e9 | ||
| composite-agents-md: | ||
| source: | ||
| composite: | ||
| - https://github.com/westonplatter/agentically.git:agents-md-partials/AGENTS.rust.md | ||
| - https://github.com/westonplatter/agentically.git:agents-md-partials/AGENTS.pull-requests.md | ||
| dest: ./AGENTS.md | ||
| checksum: sha256:11eedede54fa5217e041f613adc9f692b985972e8487261e720fc553d707bdbf | ||
| anthropic-skills: | ||
| source: https://github.com/anthropics/skills.git | ||
| dest: ./.claude/skills/ | ||
| resolved_ref: main | ||
| commit: 1ed29a03dc852d30fa6ef2ca53a67dc2c2c2c563 | ||
| checksum: sha256:3bd37a1929706db495f2609910316bb1a385a057556deb151f968e877aef39e9 | ||
| internal-comms: | ||
| source: https://github.com/anthropics/skills.git | ||
| dest: .claude/skills/internal-comms/ | ||
| resolved_ref: main | ||
| commit: 1ed29a03dc852d30fa6ef2ca53a67dc2c2c2c563 | ||
| checksum: sha256:b353d2d5223c9b5154f52a1d1b87c65bd0f2ed9eac5e541e88e72b4c4a614743 | ||
| skill-creator: | ||
| source: https://github.com/anthropics/skills.git | ||
| dest: .claude/skills/skill-creator/ | ||
| resolved_ref: main | ||
| commit: 1ed29a03dc852d30fa6ef2ca53a67dc2c2c2c563 | ||
| checksum: sha256:bdd5389ea8390277b8310b83eaa561a703c2fa08bbcf770e6394d42571f7445f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.