mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
Update agent housekeeping guidance
This commit is contained in:
parent
3c591e8859
commit
0f1cef79b0
2 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -102,3 +102,7 @@ AGENTS.md
|
|||
/release-videos/_audio/__pycache__/
|
||||
/release-videos/4.5.2/*.mp4
|
||||
/release-videos
|
||||
/.agents/skills/impeccable
|
||||
/.tmp
|
||||
/DESIGN.md
|
||||
/PRODUCT.md
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ You may update `.ops/` files locally as you work on items, but do not commit `.o
|
|||
|
||||
When asked to prepare for a release:
|
||||
|
||||
1. Run through the @I18N_GUIDE.md and make sure translations are up-to-date.
|
||||
1. Run through the @I18N_GUIDE.md and make sure translations are up-to-date (and in their target language--not English placeholders).
|
||||
2. Make sure ALL `npm run test` tests are passing.
|
||||
3. Make sure there are no linting errors.
|
||||
4. Make sure all items in @docs/releases/unreleased.md thank the correct issue/pr opener (double check), as well as those who have commented on the issue/pr. Make sure the copy is appropriate--it is user facing so it should not be overly technical. Make sure it is free from anything that resembles marketing copy. do not thank callumalpass
|
||||
|
|
|
|||
Loading…
Reference in a new issue