Skip to content

Commit dc56221

Browse files
Merge pull request #468 from wphillipmoore/chore/467-strip-repo-standards
chore: strip config sections from repository-standards.md
2 parents a6fc3cb + 2f86f9e commit dc56221

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

docs/repository-standards.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
## Table of Contents
44

55
- [Pre-flight checklist](#pre-flight-checklist)
6-
- [AI co-authors](#ai-co-authors)
7-
- [Repository profile](#repository-profile)
86
- [Local validation](#local-validation)
97
- [Linting policy](#linting-policy)
108
- [Python invocation](#python-invocation)
@@ -19,20 +17,6 @@
1917
- If approval is granted to work on `develop`, call it out in the response and proceed only for that user-approved scope.
2018
- Enable repository git hooks before committing: `git config core.hooksPath scripts/git-hooks`.
2119

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-
3620
## Local validation
3721

3822
- `st-validate-local`
@@ -86,9 +70,8 @@ st-commit \
8670
- `--scope` (optional): conventional commit scope
8771
- `--body` (optional): detailed commit body
8872

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.
9275

9376
### Submitting PRs
9477

0 commit comments

Comments
 (0)