You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,3 +76,13 @@ Only `packages/core` is published. The `"files"` field in its `package.json` con
69
76
-`dist/` (compiled JS + declarations)
70
77
-`README.md`
71
78
-`LICENSE`
79
+
80
+
### Stage and Commit Instructions
81
+
82
+
When working in local development, the repository is configured with a Husky pre-commit hook. This hook ensures that tasks such as linting and typechecking are executed before the commit is finalized. As a result, when staging and committing changes, Copilot must wait for these tasks to complete and summarize their output.
83
+
84
+
#### Steps:
85
+
1. Stage the changes using `git add <file>`.
86
+
2. Commit the changes using `git commit -m "<commit message>"`.
87
+
3. Wait for the pre-commit hook tasks to complete.
88
+
4. Summarize the output of the pre-commit hook tasks, including any errors or warnings encountered.
0 commit comments