We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a simple project setup.
### Chatting with AI `req~ai.chat.new-message-based-on-previous~1`
} else if (keyEvent.getCode() == KeyCode.UP) { // [impl->req~ai.chat.new-message-based-on-previous~1]
Now, I get
[unwanted coverage] ← impl~ai.chat.new-message-based-on-previous-2709826873~0
As beginner user, I expect that https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md days something about the case.
Are the artifact types at https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md#specification-item-id hard-coded in the system?
It seems that they are hard-coded in the system. Then, the following sentence needs to be rewritten:
While not enforced by OFT the following strings are well established:
Maybe at https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md#writing-a-specification?
The solution to my concrete case is to add following to the requirement:
Needs: impl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a simple project setup.
Now, I get
As beginner user, I expect that https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md days something about the case.
Are the artifact types at https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md#specification-item-id hard-coded in the system?
It seems that they are hard-coded in the system. Then, the following sentence needs to be rewritten:
Maybe at https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md#writing-a-specification?
The solution to my concrete case is to add following to the requirement:
The text was updated successfully, but these errors were encountered: