Skip to content

Commit d459ad8

Browse files
committed
Fix remaining scope issue from merge
1 parent 7d8e833 commit d459ad8

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Hunting worker-slot config merge fix
2+
3+
- Time: `2026-07-27 15:38:45 +0800`
4+
- Author: `Codex; OpenAI GPT-5; primary agent /root`
5+
- Status: `completed`
6+
- Scope: `HuntingBaseBlockEntity worker-slot calculation`
7+
8+
## Completed
9+
10+
- Restored the hunting-base worker-slot calculation lost during the scope merge.
11+
- Effective floor area is once again divided by `HUNTING.floorBlocksPerWorkerSlot`, and the result is bounded by `HUNTING.minimumWorkerSlots`.
12+
13+
## Decisions
14+
15+
- Preserve the existing effective-floor-area formula and integer truncation while replacing only the regressed hard-coded values.
16+
- Leave the unrelated `SimpleItemKey` merge error unchanged because it is outside this requested fix.
17+
18+
## Validation
19+
20+
- `git diff --check` passed.
21+
- `./gradlew compileJava --offline` succeeded in the existing temporary review copy after removing its known `SimpleItemKey` extra-brace blocker; only the repository's existing 20 deprecation warnings remained.
22+
23+
## Remaining
24+
25+
- The main working tree still cannot compile until the unrelated extra closing brace in `SimpleItemKey.java` is fixed.

0 commit comments

Comments
 (0)