|
3 | 3 | ## Table of Contents |
4 | 4 |
|
5 | 5 | - [Pre-flight checklist](#pre-flight-checklist) |
6 | | -- [AI co-authors](#ai-co-authors) |
7 | | -- [Repository profile](#repository-profile) |
8 | 6 | - [Local validation](#local-validation) |
9 | 7 | - [Linting policy](#linting-policy) |
10 | 8 | - [Python invocation](#python-invocation) |
|
19 | 17 | - If approval is granted to work on `develop`, call it out in the response and proceed only for that user-approved scope. |
20 | 18 | - Enable repository git hooks before committing: `git config core.hooksPath scripts/git-hooks`. |
21 | 19 |
|
22 | | -## AI co-authors |
23 | | - |
24 | | -- Co-Authored-By: wphillipmoore-codex <255923655+wphillipmoore-codex@users.noreply.github.com> |
25 | | -- Co-Authored-By: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com> |
26 | | - |
27 | | -## Repository profile |
28 | | - |
29 | | -- repository_type: library |
30 | | -- versioning_scheme: library |
31 | | -- branching_model: library-release |
32 | | -- release_model: artifact-publishing |
33 | | -- supported_release_lines: current and previous |
34 | | -- primary_language: python |
35 | | - |
36 | 20 | ## Local validation |
37 | 21 |
|
38 | 22 | - `st-validate-local` |
@@ -86,9 +70,8 @@ st-commit \ |
86 | 70 | - `--scope` (optional): conventional commit scope |
87 | 71 | - `--body` (optional): detailed commit body |
88 | 72 |
|
89 | | -The script resolves the correct `Co-Authored-By` identity from the |
90 | | -[AI co-authors](#ai-co-authors) section and the git hooks validate |
91 | | -the result. |
| 73 | +The script resolves the correct `Co-Authored-By` identity from |
| 74 | +`standard-tooling.toml` and the git hooks validate the result. |
92 | 75 |
|
93 | 76 | ### Submitting PRs |
94 | 77 |
|
|
0 commit comments