Skip to content

Commit

Permalink
Initial requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 25, 2024
1 parent f6ea6a9 commit 5f05209
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ plugins {
id 'idea'

id 'org.openrewrite.rewrite' version '6.20.0'

id "org.itsallcode.openfasttrace" version "3.0.0"
}

// Enable following for debugging
Expand Down
12 changes: 12 additions & 0 deletions docs/requirements/ai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
parent: Requirements
---
# AI

## User Interface

### Chatting with AI

`req~ai.chat.new-message-based-on-old-one~1`

To enable easy editing and resending of previous messages, cursor up should show last message. (If current text field is empty)
8 changes: 8 additions & 0 deletions docs/requirements/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
nav_order: 7
has_children: true
---
# Requirements

This part of the documentation collects requirements using [OpenFastTrace](https://github.com/itsallcode/openfasttrace).

0 comments on commit 5f05209

Please sign in to comment.