Add task scope --no-cache option
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 816
- Forks
- 88
- PR merge metrics
- No merged PRs in 30d
Description
There is currently a global --no-cache option.
Add an option to be able to bypass the cache for select tasks
This option could be added to the lage config or the CLI (or both)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing global --no-cache CLI option and the cache handling for individual tasks. Determine whether task scope belongs in the Lage config, the CLI, or both, then define how selected tasks are identified and verify that those tasks bypass the cache while others retain existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100