Skip to content

Commit ae7f3f3

Browse files
JayBazuzisusanfung
andcommitted
. d Development process for bugs
Co-Authored-By: Susan Fung <38925660+susanfung@users.noreply.github.com>
1 parent f6c88ae commit ae7f3f3

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Default STARTER_CHARACTER = 🧩
66
- Use `./build_and_test.sh` for full build (this includes mypy and lint)
77
- When writing code, follow the code style guidelines in `internal_documentation/code_style.md`.
88
- When interacting with GitHub, follow `internal_documentation/github_guidelines.md`.
9-
- When building a new feature, follow the steps in `internal_documentation/feature_development_process.md`.
9+
- When building a new feature or fixing a bug, follow the steps in `internal_documentation/development_process.md`.

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Default STARTER_CHARACTER = 🧩
66
- Use `./build_and_test.sh` for full build (this includes mypy and lint)
77
- When writing code, follow the code style guidelines in `internal_documentation/code_style.md`.
88
- When interacting with GitHub, follow `internal_documentation/github_guidelines.md`.
9-
- When building a new feature, follow the steps in `internal_documentation/feature_development_process.md`.
9+
- When building a new feature or fixing a bug, follow the steps in `internal_documentation/development_process.md`.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# Feature Development Process
1+
# Development Process
22

33
STARTER_CHARACTER = 😎
44

5+
For each step below, ask the human for confirmation before proceeding.
6+
57
1. Create a micro feature document in `internal_documentation/micro_features/` describing the feature
68
2. Write a failing test
7-
3. Implement the feature to make the test pass
9+
3. Implement the change to make the test pass
810
4. Run `./build_and_test.sh` to verify everything passes
911
5. Approve the `.received.` files that are correct
1012
6. Refactor as needed, re-running `./build_and_test.sh` after each change

0 commit comments

Comments
 (0)