manticoresoftware / manticoresoftware/clt
Feature: advanced configuration
Nobody has claimed this yet.
- Dominant language
- Svelte
- Stars
- 8
- Forks
- 3
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
Currently, we have implemented the logic to parse the description with "Default image: ..." and use it on the UI side only.
However, to make it clearer and easier on a global level, and also to eliminate the need for setting an image in the CLT actions in GitHub, we can do better by moving this definition into the configuration of the project.
We already have the main pattern that utilizes the `.clt` folder and has `patterns` there with custom patterns.
We should consider how to add a config file and also ensure that we can utilize those values from the CLT tool properly when running tests.
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 examining the existing .clt folder and its patterns for custom patterns, then trace how the CLT tool reads values when running tests. Define where project configuration belongs and ensure the default image and other configuration values are consumed by the tool rather than only by the UI. Done means the configuration works without setting the image in GitHub CLT actions and tests cover its use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100