Skip to content

Fix cached-results path in literature-report skill#59

Merged
StevenZhang0116 merged 1 commit into
mainfrom
fix/literature-cache-path-mismatch
May 12, 2026
Merged

Fix cached-results path in literature-report skill#59
StevenZhang0116 merged 1 commit into
mainfrom
fix/literature-cache-path-mismatch

Conversation

@StevenZhang0116
Copy link
Copy Markdown
Contributor

literature-report pointed at .asta/literature/find/ for cached search results, but find-literature actually writes them to .asta/documents/literature/find/ (and indexes them via asta documents add). The mismatch meant literature-report silently missed the cache on every lookup and would have hit a permission prompt if it ever guessed the real path — its Read allow-list was scoped to .asta/literature/*.

Points both the docstring and the allowed-tools Read scope at the path find-literature actually uses.

Copy link
Copy Markdown
Member

@rodneykinney rodneykinney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this!

@StevenZhang0116 StevenZhang0116 merged commit bbb4283 into main May 12, 2026
6 checks passed
@StevenZhang0116 StevenZhang0116 deleted the fix/literature-cache-path-mismatch branch May 12, 2026 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants