Agents changes, added playwright package, codex skills
This commit is contained in:
@@ -22,7 +22,7 @@ These tool paths should be used instead of any entry in the PATH environment var
|
||||
- If there's documnentation present, always keep it updated.
|
||||
- After every iteration, evaluate if the test coverage would fall below 100%, and write tests if necessary.
|
||||
- After every iteration, run `jb cleanupcode --build=False '$file1' '$file2' ...` for every file you touched.
|
||||
- After every frontend change, verify the results using an ephemeral playwright.
|
||||
- After every frontend change, verify the results with `npx playwright test`.
|
||||
|
||||
### Git
|
||||
|
||||
@@ -47,3 +47,4 @@ These tool paths should be used instead of any entry in the PATH environment var
|
||||
- Consider using --no-restore.
|
||||
- Consider using `$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = '1'`
|
||||
- Consider using `$env:NUGET_PACKAGES = Join-Path $env:USERPROFILE '.nuget\packages'`
|
||||
- If you need a separate output directory, use a subfolder under `artifacts`, and clean it up afterwards.
|
||||
|
||||
Reference in New Issue
Block a user