docs: auto-push without asking — remove human friction
This commit is contained in:
parent
2bd25672f9
commit
ba3a6e66b2
1 changed files with 2 additions and 2 deletions
|
|
@ -281,7 +281,7 @@ Disabling or removing tests weakens the codebase and is unacceptable. Tests are
|
|||
|
||||
If a feature touches all three layers (model + view + template), it needs tests in all three files. No exceptions. Untested code is incomplete code.
|
||||
|
||||
**AUTO-PUSH**: When you write new tests to cover new code paths and the full test suite passes, commit and push without asking. Bump GIT_HASH after pushing.
|
||||
**AUTO-PUSH**: Commit and push when the work is done — no need to ask fox. If tests were written, they must pass first. If no tests are required (defect fix, config, docs), push immediately after committing. Bump GIT_HASH after pushing. Fox runs two candles from both ends — remove all friction.
|
||||
|
||||
## Post-Work Chores
|
||||
|
||||
|
|
@ -291,7 +291,7 @@ After completing a feature or significant change, always perform these chores be
|
|||
2. **Docs** — Update `docs/architecture.md` (feature toggle matrix, ticket index, diagrams) and `docs/design-system.md` (new components/sections) to reflect the change.
|
||||
3. **Portal** — Update the marketing site at `~/git/www.makepostsell.com` (feature cards in `index.html`, includes list in `pricing.html`) when a user-facing feature is added.
|
||||
4. **CLAUDE.md** — Update this file if the change introduces new patterns, form sections, model columns, or conventions that future work needs to know about.
|
||||
5. **Commit & push** — Per AUTO-PUSH, commit and push when tests pass. Bump GIT_HASH.
|
||||
5. **Commit & push** — Per AUTO-PUSH, commit and push when done. No friction. Bump GIT_HASH.
|
||||
|
||||
## Commit Message Guidelines
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue