Conversation
* feat(discordsh): session TTL, combat improvements, and UI fixes
- Increase session TTL from 10 minutes to 2 hours
- Remove WaitingForActions phase: party combat resolves immediately
with auto-defend for inactive members
- Add Warrior charge: first attack deals +4 bonus damage and stuns
- Add Rogue ambush flavor text on first attack crit
- Hide direction buttons in City at game start (turn 0)
- Add flavor text for auto-defended party members
* feat(discordsh): add class-specific combat procs and buffs
Warrior: Battle Fury (15% Sharpened), Iron Resolve (12% Shielded)
Rogue: Envenom (20% Poison enemy), Shadow Step (10% Shielded)
Cleric: Blessing of Light (20% Shielded on attack),
Holy Smite (15% Weaken enemy),
Prayer of Healing (25% heal 5-10 HP on defend)
…scan (#7529) The base image was missing apt-get upgrade -y in the chef stage, leaving 79 Debian vulnerabilities unfixed. This matches the discordsh Dockerfile.base pattern and patches HIGH/CRITICAL OS-level CVEs that Trivy flags.
Contributor
Author
Dependency ReviewThe following issues were found:
License Issues.github/workflows/ci-mc-headless-e2e.yml
.github/workflows/utils-godot-itch-build-pipeline.yml
.github/workflows/utils-unity-azure-deployment.yml
OpenSSF Scorecard
Scanned Files
|
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Al @h0lybyte <5599058+h0lybyte@users.noreply.github.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [imjasonh/setup-crane](https://github.com/imjasonh/setup-crane) from 0.4 to 0.5. - [Release notes](https://github.com/imjasonh/setup-crane/releases) - [Commits](imjasonh/setup-crane@v0.4...v0.5) --- updated-dependencies: - dependency-name: imjasonh/setup-crane dependency-version: '0.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Replace bare auth redirect with proper sign-in page using OAuth providers - Improve MemeCard layout: constrained image, rounded corners, frosted-glass overlay - Add glass-morphism background to ReactionBar for visibility on any image - Update FeedSkeleton to match revised card layout - Replace dead /dashboard nav link with /feed (Flame icon) - Remove dead /dashboard and /settings from user menu
* feat(discordsh): initiative system, 9 new monsters, charge/ambush rebalance Add first-strike mechanic where certain monsters attack before the player on the first turn of combat. Warrior charge and Rogue ambush reduced from 100% to 50% proc rate and blocked entirely against first-strike enemies. New monsters across all tiers: Cave Spider, Crumbling Statue, Shade Stalker, Fungal Brute, Ember Wisp, Glass Assassin, Venomfang Lurker, Crystal Golem, and The Shattered King boss. Multi-enemy spawns expanded at higher depths with up to 3 enemies at room 5. * fix(discordsh): clear player effects in armor test to prevent Battle Fury flake Warrior's Battle Fury proc (15% Sharpened) could carry over between attack iterations, inflating damage beyond the expected base range.
* test(laser): add unit tests for hooks and expand PhaserGame/e2e coverage Add tests for usePhaserGame, usePhaserEvent, and useGameLoop hooks. Expand PhaserGame tests with callback, dimension, and context coverage. Add lifecycle e2e tests for mount/unmount/remount scenarios. * fix(laser): remove unused imports flagged by CodeQL
h0lybyte
approved these changes
Mar 2, 2026
Change cancel-in-progress from true to false on ci-dev and ci-atom workflows. GitHub Actions queues at most one pending run per concurrency group, so rapid commits (A,B,C,D) now behave as: A runs, B+C are superseded in the queue, D runs after A finishes. This avoids wasting CI minutes restarting nearly-complete runs.
h0lybyte
approved these changes
Mar 2, 2026
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.
Release: Dev → Main
12 atomic commits ready for main
Features
4aad9e2)beabc24)ed65f11)Bug Fixes
64f2a59)ef223b6)9248590)1ff12c2)Tests
2595bca)Chores
4efe823)712ad42)cad9296)3a7f0d2)This PR is automatically maintained by CI