(file)
| 5 | const ROOT = path.resolve(__dirname, '..'); |
| 6 | |
| 7 | function readSource(file) { |
| 8 | return fs.readFileSync(path.join(ROOT, file), 'utf8'); |
| 9 | } |
| 10 | |
| 11 | describe('tool-level AI workflows', () => { |
| 12 | it('adds an explain-code workflow to code beautify without rewriting whole files', () => { |
no outgoing calls
no test coverage detected