Skip to content

Commit

Permalink
Simplify prompts; update README with aidda subcommand details
Browse files Browse the repository at this point in the history
Simplify prompts; update README with aidda subcommand.

summary of diff --git  a/.aidda/prompt b/.aidda/prompt

- Remove references to multiple files in the In and Out sections including source code and test files
- Simplify the In and Out sections to only include cli/cli.go and ../README.md
- Add the aidda subcommand to the README
  • Loading branch information
stevegt committed Jun 28, 2024
1 parent 86aa6d5 commit 40dd46a
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .aidda/prompt
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
Mime-Version: 1.0
Content-Transfer-Encoding: quoted-printable
In: aidda/aidda.go, aidda/aidda_test.go, aidda/cmd/aidda3/main.go,
aidda/run.go, cli/chat_test.go, cli/cli.go, cli/cli_test.go,
cli/migration_test.go, cli/testdata/sim1.md, cli/testdata/sim2.md,
cmd/grok/main.go, core/api.go, core/chat.go, core/chunk.go,
core/document.go, core/git.go, core/grokker.go, core/grokker_test.go,
core/migrate.go, core/model.go, core/openai.go, core/testdata/large-chat,
core/testdata/revise.txt, core/testdata/te-abstract.txt,
core/testdata/te-full.txt, lang/go/split.go, lang/go/split_test.go,
util/util.go
Out: aidda/aidda.go, aidda/aidda_test.go, aidda/cmd/aidda3/main.go,
aidda/run.go, cli/chat_test.go, cli/cli.go, cli/cli_test.go,
cli/migration_test.go, cli/testdata/sim1.md, cli/testdata/sim2.md,
cmd/grok/main.go, core/api.go, core/chat.go, core/chunk.go,
core/document.go, core/git.go, core/grokker.go, core/grokker_test.go,
core/migrate.go, core/model.go, core/openai.go, core/testdata/large-chat,
core/testdata/revise.txt, core/testdata/te-abstract.txt,
core/testdata/te-full.txt, lang/go/split.go, lang/go/split_test.go,
util/util.go
In: cli/cli.go, ../README.md
Out: ../README.md

add the aidda subcommand to the README

0 comments on commit 40dd46a

Please sign in to comment.