Skip to content

Commit

Permalink
♻️ Move fib files to new directory "fibs"
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Oct 15, 2024
1 parent f17bbcd commit 33e7db4
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/sample/src/edits/edits_changelog.genai.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { editTest } from "./fileedittest.mts"
script({
model: "large",
title: "system.diff test",
files: "src/edits/fib.*",
files: "src/edits/fibs/fib.*",
system: ["system", "system.changelog"],
})

Expand Down
4 changes: 2 additions & 2 deletions packages/sample/src/edits/edits_diff.genai.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { editTest } from "./fileedittest.mts"
script({
model: "large",
title: "system.diff test",
files: "src/edits/fib.*",
files: "src/edits/fibs/fib.*",
system: ["system", "system.diff"],
tests: {
files: "src/edits/fib.*",
files: "src/edits/fibs/fib.*",
},
})

Expand Down
4 changes: 2 additions & 2 deletions packages/sample/src/edits/edits_files.genai.mts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
script({
model: "large",
title: "system.files test",
files: "src/edits/fib.*",
files: "src/edits/fibs/fib.*",
system: ["system", "system.files"],
tests: {
files: "src/edits/fib.*",
files: "src/edits/fibs/fib.*",
},
})
import { editTest } from "./fileedittest.mts"
Expand Down
11 changes: 11 additions & 0 deletions packages/sample/src/edits/edits_files_diff.genai.mts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
script({
model: "large",
title: "system.files test",
files: "src/edits/fibs/fib.*",
system: ["system", "system.files", "system.diff"],
tests: {
files: "src/edits/fibs/fib.*",
},
})
import { editTest } from "./fileedittest.mts"
editTest()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 33e7db4

Please sign in to comment.