Repo maintenance: schema tightening, fork URLs, issue-manager fix, Dependabot, Python 3.13#3
Merged
Conversation
The waiting delay was 60400s (~17 hours) while its close message claims 7 days; 7 days is 604800s. Also bumps tiangolo/issue-manager 0.5.1 -> 0.8.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YXFsv1PV9wVWGgwXGz2guJ
The browse URL is what gets copied into Spoolman's config, so it must reference this fork's Pages deployment, not upstream's. Adds a note that this fork carries reviewed but not-yet-merged upstream PR data. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YXFsv1PV9wVWGgwXGz2guJ
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YXFsv1PV9wVWGgwXGz2guJ
Adds additionalProperties: false at every object level of both schemas so CI catches typo'd or unvalidated keys instead of silently ignoring them. This immediately surfaced filaments/ratrig.json using spool_material instead of spool_type; fixing that changes the four RatRig compiled IDs from the _n suffix to _p since the spool type is now recognized. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YXFsv1PV9wVWGgwXGz2guJ
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YXFsv1PV9wVWGgwXGz2guJ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Five maintenance fixes from a full repo audit, one commit each:
issue-manager.ymlwaiting delay and update to 0.8.0 — the "waiting" delay was60400seconds (~17 hours) while its own close message says "after 7 days"; corrected to604800. Also bumpstiangolo/issue-manager0.5.1 → 0.8.0.sherrmann.github.io/SpoolmanDB) is what gets copied into Spoolman's config, so it must reference this fork's Pages deployment rather than upstream's. Adds a note that the fork carries reviewed but not-yet-merged upstream PR data.github-actionsweekly, so future runtime deprecations (like the recent Node 20 → 24 cycle) arrive as automatic PRs.additionalProperties: falseat every object level offilaments.schema.jsonandmaterials.schema.json, so CI catches typo'd or unvalidated keys instead of silently ignoring them. This immediately surfaced a real pre-existing bug:filaments/ratrig.jsonusedspool_materialinstead ofspool_type(fixed here). Validation is now stricter than upstream's, so upstream PRs pulled over in the future may need small fixes first.Compiled-ID note
Fixing the RatRig typo changes its four compiled IDs from the
_nsuffix to_p, since the spool type is now recognized. Any Spoolman spools referencing those exact IDs will need re-linking.Validation
check-jsonschemapasses onmaterials.jsonand allfilaments/*against the tightened schemasscripts/compile_filaments.pycompiles cleanly, no duplicate IDs🤖 Generated with Claude Code
https://claude.ai/code/session_01YXFsv1PV9wVWGgwXGz2guJ
Generated by Claude Code