diff --git a/training/requests/20260515-frc-game-manual-update.md b/training/requests/20260515-frc-game-manual-update.md new file mode 100644 index 0000000..92b964d --- /dev/null +++ b/training/requests/20260515-frc-game-manual-update.md @@ -0,0 +1,29 @@ +--- +type: update-request +software: "FRC Game Manual" +old_version: "2026-REBUILT" +new_version: "unknown" +date: 20260515 +status: pending +priority: high +--- + +# Update Request: FRC Game Manual + +New version or content change detected. + +- **Previous version:** 2026-REBUILT +- **New version:** unknown +- **Change:** No wiki module exists yet - create one +- **Source:** https://www.firstinspires.org/resource-library/frc/game-and-season-info + +## Wiki Module + +No wiki module exists yet + +## Instructions for Claw + +1. Check the release notes/changelog at the source URL +2. Update the wiki module with new features, API changes, or breaking changes +3. If this is a major version bump, ensure prerequisites are still accurate +4. Mark this request as fulfilled in frontmatter when done diff --git a/training/requests/20260515-photonvision-update.md b/training/requests/20260515-photonvision-update.md new file mode 100644 index 0000000..0a39dc8 --- /dev/null +++ b/training/requests/20260515-photonvision-update.md @@ -0,0 +1,29 @@ +--- +type: update-request +software: "PhotonVision" +old_version: "2024.3.2" +new_version: "v2026.3.4" +date: 20260515 +status: pending +priority: high +--- + +# Update Request: PhotonVision + +New version or content change detected. + +- **Previous version:** 2024.3.2 +- **New version:** v2026.3.4 +- **Change:** New release: 2024.3.2 → v2026.3.4 +- **Source:** https://github.com/PhotonVision/photonvision/releases + +## Wiki Module + +`~/.hermes/wiki/garden/training/modules/photonvision.md` + +## Instructions for Claw + +1. Check the release notes/changelog at the source URL +2. Update the wiki module with new features, API changes, or breaking changes +3. If this is a major version bump, ensure prerequisites are still accurate +4. Mark this request as fulfilled in frontmatter when done diff --git a/training/requests/20260515-wpilib-update.md b/training/requests/20260515-wpilib-update.md new file mode 100644 index 0000000..8be391e --- /dev/null +++ b/training/requests/20260515-wpilib-update.md @@ -0,0 +1,29 @@ +--- +type: update-request +software: "WPILib" +old_version: "2025.3.2" +new_version: "unknown" +date: 20260515 +status: pending +priority: high +--- + +# Update Request: WPILib + +New version or content change detected. + +- **Previous version:** 2025.3.2 +- **New version:** unknown +- **Change:** No wiki module exists yet - create one +- **Source:** https://github.com/wpilibsuite/allwpilib/releases + +## Wiki Module + +No wiki module exists yet + +## Instructions for Claw + +1. Check the release notes/changelog at the source URL +2. Update the wiki module with new features, API changes, or breaking changes +3. If this is a major version bump, ensure prerequisites are still accurate +4. Mark this request as fulfilled in frontmatter when done diff --git a/training/requests/20260515-yagsl-update.md b/training/requests/20260515-yagsl-update.md new file mode 100644 index 0000000..05bfc93 --- /dev/null +++ b/training/requests/20260515-yagsl-update.md @@ -0,0 +1,29 @@ +--- +type: update-request +software: "YAGSL" +old_version: "2025.0.14" +new_version: "unknown" +date: 20260515 +status: pending +priority: high +--- + +# Update Request: YAGSL + +New version or content change detected. + +- **Previous version:** 2025.0.14 +- **New version:** unknown +- **Change:** No wiki module exists yet - create one +- **Source:** https://github.com/BroncBotz3481/YAGSL/releases + +## Wiki Module + +No wiki module exists yet + +## Instructions for Claw + +1. Check the release notes/changelog at the source URL +2. Update the wiki module with new features, API changes, or breaking changes +3. If this is a major version bump, ensure prerequisites are still accurate +4. Mark this request as fulfilled in frontmatter when done diff --git a/training/update-tracker.yaml b/training/update-tracker.yaml new file mode 100644 index 0000000..24c26cd --- /dev/null +++ b/training/update-tracker.yaml @@ -0,0 +1,68 @@ +# Software/Firmware Update Tracker +# Checked by wiki-update-scanner cron (on-season: daily, off-season: weekly) +# +# Season rules: +# ON-SEASON (Jan-Apr): FRC competition season. Daily checks. +# Game manual updates, WPILib releases, firmware patches are critical. +# OFF-SEASON (May-Dec): Weekly checks. Major version bumps only. + +tracked_software: + - name: PhotonVision + source_url: https://photonvision.org/ + release_url: https://github.com/PhotonVision/photonvision/releases + current_version: "v2026.3.4" + wiki_module: photonvision + check_frequency: "on-season:daily,off-season:weekly" + last_checked: "2026-05-15" + last_updated: "2026-05-15" + notes: FRC vision coprocessor. 2890 runs this on Mothman. + + - name: MegaTag (Limelight) + source_url: https://docs.limelightvision.io/docs/docs-limelight/pipeline-apriltag/apriltag-robot-localization + release_url: https://docs.limelightvision.io/docs/docs-limelight/pipeline-apriltag/apriltag-robot-localization-megatag2 + current_version: "MegaTag2" + wiki_module: megatag + check_frequency: "on-season:daily,off-season:weekly" + last_checked: "2026-05-15" + last_updated: null + notes: Limelight pose estimation. 2890 uses PhotonVision equivalent. + + - name: WPILib + source_url: https://docs.wpilib.org/en/stable/ + release_url: https://github.com/wpilibsuite/allwpilib/releases + current_version: "v2026.2.1" + wiki_module: null + check_frequency: "on-season:daily,off-season:weekly" + last_checked: "2026-05-15" + last_updated: "2026-05-15" + notes: Core FRC library. Major releases align with kickoff. + + - name: YAGSL + source_url: https://docs.yagsl.com/ + release_url: https://github.com/BroncBotz3481/YAGSL/releases + current_version: "2025.0.14" + wiki_module: null + check_frequency: "on-season:daily,off-season:weekly" + last_checked: "2026-05-15" + last_updated: null + notes: Swerve drive library. 2890 uses this. + + - name: FRC Game Manual + source_url: https://firstfrc.blob.core.windows.net/frc2024/Manual/2024FRCGameManual.pdf + release_url: https://www.firstinspires.org/resource-library/frc/game-and-season-info + current_version: "2026-REBUILT" + wiki_module: null + check_frequency: "on-season:daily,off-season:monthly" + last_checked: "2026-05-15" + last_updated: null + notes: Game manual. Critical during on-season for team updates. + + - name: Fusion 360 + source_url: https://www.autodesk.com/products/fusion-360/updates + release_url: https://www.autodesk.com/products/fusion-360/updates + current_version: null + wiki_module: fusion-360 + check_frequency: "on-season:weekly,off-season:monthly" + last_checked: "2026-05-15" + last_updated: null + notes: CAD software. Less critical but students use it. \ No newline at end of file