VinPropane
7b307e503c
Merge pull request #62 from ViPro-Technologies/NEO-33-e2m1-lock-prototype-skilldef-trio-ci-catalog-contract
...
NEO-33: Lock prototype SkillDef trio + CI catalog contract
2026-05-02 19:32:06 -04:00
VinPropane
9afaad71ca
NEO-33: Apply code review feedback (validate_content, E2.M1)
2026-05-02 19:27:28 -04:00
VinPropane
02cb4d8556
NEO-33: Add code review document (2026-05-02)
2026-05-02 19:25:46 -04:00
VinPropane
583201cc7c
NEO-33: Freeze prototype SkillDef trio in CI and docs
2026-05-02 19:23:47 -04:00
VinPropane
66150ea224
NEO-33: Add implementation plan after kickoff clarifications
2026-05-02 19:21:20 -04:00
VinPropane
807812148f
Merge pull request #61 from ViPro-Technologies/chore/e2m1-decomposition-linear-docs
...
chore: Document E2.M1 module Linear backlog in decomposition
2026-04-30 22:42:45 -04:00
VinPropane
753f622602
chore: Document E2.M1 module Linear backlog in decomposition
2026-04-30 22:40:11 -04:00
VinPropane
ed89f8b1b1
Merge pull request #59 from ViPro-Technologies/NEO-32-cooldown-snapshot-sync-slot-presentation
...
NEO-32: CooldownSnapshot sync, cast guard, and optional API stdout
2026-04-30 22:06:48 -04:00
VinPropane
76fd1cc70a
NEO-32: gdformat main.gd; touch cooldown state tests
2026-04-30 22:06:15 -04:00
VinPropane
75eec11f0d
NEO-32: shorten test suite doc line for gdlint
2026-04-30 22:05:29 -04:00
VinPropane
ee953cbdfd
NEO-32: gdformat-style cast accept cooldown refresh
2026-04-30 22:05:22 -04:00
VinPropane
c83d8c8ed2
NEO-32: satisfy gdlint line length (pre-push)
2026-04-30 22:05:01 -04:00
VinPropane
cdf7c61ce4
NEO-32: defer review suggestion #1 (integration test AAA)
2026-04-30 22:04:11 -04:00
VinPropane
27daef70a7
NEO-32: commit Godot .uid companions; document convention for agents
2026-04-30 22:02:29 -04:00
VinPropane
7d64ed2adc
NEO-32: prune expired cooldown entries on TryGetCooldownEndUtc
2026-04-30 21:58:40 -04:00
VinPropane
7ddfb53219
NEO-32: add pre-merge code review (docs/reviews/2026-04-30-NEO-32.md)
2026-04-30 21:52:14 -04:00
VinPropane
56f7ae8a81
NEO-32: fix cooldown HUD anchor when serverTimeUtc parse fails
2026-04-30 21:45:25 -04:00
VinPropane
f4ba4cdd92
NEO-32: optional NEON_SPRAWL_API_LOG stdout for ability-cast
2026-04-30 21:37:03 -04:00
VinPropane
ae74f570dc
NEO-32: manual QA step 3 without server console logging
2026-04-30 21:33:08 -04:00
VinPropane
361a6800d2
NEO-32: cooldown snapshot API, on_cooldown deny, client HUD sync
2026-04-30 21:19:32 -04:00
VinPropane
b4b67bccfd
NEO-32: add implementation plan for cooldown snapshot sync
2026-04-30 21:13:17 -04:00
VinPropane
0790a3398d
Merge pull request #58 from ViPro-Technologies/NEO-30-cast-funnel-telemetry-hooks
...
NEO-30: Slice 3 cast funnel telemetry hook sites and docs
2026-04-30 21:09:28 -04:00
VinPropane
94cec78053
NEO-30: wrap telemetry doc comments for gdlint
2026-04-30 21:05:42 -04:00
VinPropane
8a9a9bcf78
NEO-30: address code review follow-ups
2026-04-30 21:04:31 -04:00
VinPropane
deec789af3
NEO-30: add code review for cast funnel telemetry hooks branch
2026-04-30 21:02:49 -04:00
VinPropane
b5478782a8
NEO-30: cast funnel telemetry hook sites and docs
2026-04-30 20:59:47 -04:00
VinPropane
0e95918b56
NEO-30: add implementation plan for cast funnel telemetry hooks
2026-04-30 20:53:47 -04:00
VinPropane
b91d0c8b65
Merge pull request #57 from ViPro-Technologies/NEO-28-combat-accept-deny-reason-ux
...
NEO-28: Cast accept/deny, target authority, client HUD, tests and docs
2026-04-27 22:21:27 -04:00
VinPropane
bbfa761aee
NEO-28: gdformat ability_cast_client_test.gd after connect() wrap.
2026-04-27 22:15:00 -04:00
VinPropane
0bce6ed74c
NEO-28: Wrap long lines for gdlint (ability cast + tests).
2026-04-27 22:14:47 -04:00
VinPropane
c3acbdb373
NEO-28: Add reviewability guideline; mark NEO-28 review suggestions done.
...
Document preferring separate branches/commits for mechanical test-only
churn vs ticket-scoped changes. Strike through resolved bullets in the
saved review file per project convention.
2026-04-27 22:13:11 -04:00
VinPropane
e6ccc4453c
chore: Apply Arrange/Act/Assert across server and client tests.
...
Split HTTP verification reads into Assert in C# API and integration tests.
Add # Arrange/# Act/# Assert to GdUnit suites and keep Act free of assertions
where casts and busy guards are under test.
2026-04-27 22:09:35 -04:00
VinPropane
7050bc12da
chore: AAA rules — no required blank line after phase comments
2026-04-27 21:54:02 -04:00
VinPropane
31f9b74d3f
chore: make AAA test layout mandatory in style rules and snippets
2026-04-27 21:52:39 -04:00
VinPropane
09e783a5e8
NEO-28: AAA layout for cast tests (C# + GdUnit)
2026-04-27 21:46:37 -04:00
VinPropane
7de8e7ecfd
NEO-28: cast target authority, HUD feedback, tests + docs
2026-04-27 21:03:04 -04:00
VinPropane
d379980c27
Merge pull request #56 from ViPro-Technologies/NEO-31-e1m4-02-input-to-abilitycastrequest-path
...
NEO-31: E1M4-02 hotbar input to ability cast POST
2026-04-27 20:52:03 -04:00
VinPropane
479d1e1806
NEO-31: Bruno collection metadata, cast script UIDs, review verification notes
2026-04-27 20:50:53 -04:00
VinPropane
18e55f717a
NEO-31: wrap long lines for gdlint pre-push
2026-04-27 20:49:11 -04:00
VinPropane
af1fdef816
NEO-31: single authority mirror for hotbar and ability cast clients
2026-04-27 20:45:48 -04:00
VinPropane
cc1c6f711e
NEO-31: request_cast bool for telemetry hook; document cast API in server README
2026-04-27 20:44:40 -04:00
VinPropane
e88e59f3a6
NEO-31: hotbar cast resolver tests, doc alignment, review follow-up
2026-04-27 20:42:36 -04:00
VinPropane
eac95f0c27
chore: group Bruno hotbar-loadout and ability-cast under subfolders
2026-04-27 20:27:53 -04:00
VinPropane
b34f7365b8
chore: make C# AAA test layout visible in AGENTS and review checklist
2026-04-27 20:24:20 -04:00
VinPropane
7c327994eb
NEO-31: structure AbilityCastApiTests in explicit AAA sections
2026-04-27 20:23:02 -04:00
VinPropane
b5b8c10d36
chore: add Godot UIDs for hotbar_loadout_client and hotbar_state
2026-04-27 20:22:23 -04:00
VinPropane
7e97eb4c1d
NEO-31: ability cast POST, client hotbar keys, tests, Bruno
2026-04-27 20:17:57 -04:00
VinPropane
e0e9f90329
NEO-31: plan Bruno requests for ability-cast API parity
2026-04-27 20:14:29 -04:00
VinPropane
e9fcf46b02
NEO-31: add E1M4-02 implementation plan (cast request path kickoff)
2026-04-27 20:13:10 -04:00
VinPropane
41a284a24e
Merge pull request #55 from ViPro-Technologies/NEO-29-manual-qa-client-checks
...
NEO-29: add client-driven manual QA checks
2026-04-26 00:04:38 -04:00