Add MAINTAINING.md - #53
Conversation
What lives only here: the single version source, the CI job list, the manual PyPI upload, the vendored Snowball stemmers, and the asset copy that nothing checks. The facts true of more than one Scolta repo stay in scolta-core's shared MAINTAINING.md, RELEASING.md, REGRESSION.md and ASSETS.md; this file links there rather than repeating them.
SummaryAdds Type: docs Walkthrough
Related Issues & PRsNo related issues identified. AI Review Summary — generated by ai-pr-review |
There was a problem hiding this comment.
AI Review: Approved
No findings above the confidence threshold. The changes look good.
Token usage by agent
| Agent | Model | Input | Output | Cache Write | Cache Read | Total | Est. Cost |
|---|---|---|---|---|---|---|---|
| code-reviewer | Sonnet 5 | 6177 | 164 / 16384 | 1339 | 0 | 7680 | $0.0260 |
| Total | 6177 | 164 | 1339 | 0 | 7680 | $0.0260 |
AI Review — generated by ai-pr-review
There was a problem hiding this comment.
AI Review: Approved
No findings above the confidence threshold. The changes look good.
Token usage by agent
| Agent | Model | Input | Output | Total | Est. Cost |
|---|---|---|---|---|---|
| code-reviewer | Sonnet 5 | 7001 | 67 / 16384 | 7068 | $0.0220 |
| Total | 7001 | 67 | 7068 | $0.0220 |
AI Review — generated by ai-pr-review
This package's own maintenance facts: the single version source, the CI job list, the manual PyPI upload, the vendored Snowball stemmers, and the asset copy that nothing checks.
One fact, one place: anything true of more than one Scolta repo lives in scolta-core/MAINTAINING.md (tag1consulting/scolta-core#63), and this file links there instead of repeating it.
Where the repo contradicted the notes this was drafted from
pyproject.tomland__version__drift, so set both.pyproject.tomldeclaresdynamic = ["version"]and readssrc/scolta/__init__.pythrough[tool.hatch.version]; the comment above it says the point was to make drift impossible. Settingpyproject.tomlis not a step.pypa/gh-action-pypi-publish. There is no release workflow here at all:.github/workflows/isci.ymlandai-pr-review.yml. The upload is manualtwine upload, and CI'sdistjob is the only gate in front of it. This is also listed as open in the shared guide.actions/checkout. It does not exist. What thetestjob does check out is scolta-core, for the prompt-text identity gate. The doc names the gap rather than describing it as covered.amazeeProvisionedbranch.src/scolta/ai/amazee/is implemented and this repo'sCLAUDE.mdsays so.src/scolta/index/snowball/are vendored rather than a dependency, because no publishedsnowballstemmerrelease reproducespagefind_stembyte for byte.This repo has no pull-request template, so no template line was added; creating one just for this would be a different change.