Commit Graph

581 Commits (3e6cda638383cc0d38f51e697c533666bfb53c22)

Author SHA1 Message Date
VinPropane 3e6cda6383
Merge pull request #69 from ViPro-Technologies/NEO-37-skill-progression-snapshot-read-model
NEO-37: skill progression snapshot read model
2026-05-06 21:58:42 -04:00
VinPropane a89aadbb43 NEO-37: re-review notes for unordered skills contract update 2026-05-06 21:54:13 -04:00
VinPropane a3cbef063c NEO-37: treat skill progression JSON array order as non-contractual 2026-05-06 21:53:24 -04:00
VinPropane 295eb34c68 NEO-37: reconcile decomposition docs + review feedback 2026-05-06 21:51:44 -04:00
VinPropane 5e180f3aa0 NEO-37: code review snapshot for skill progression API branch 2026-05-06 21:50:37 -04:00
VinPropane 9cd96a72c3 NEO-37: add skill progression snapshot GET API, tests, Bruno, docs 2026-05-06 21:48:17 -04:00
VinPropane 413484000f NEO-37: add implementation plan for skill progression snapshot API 2026-05-06 21:46:41 -04:00
VinPropane 15ab06f3e7 docs: note canonical GitHub org for Linear and doc links 2026-05-04 21:24:25 -04:00
VinPropane f89efdce9b
Merge pull request #68 from ViPro-Technologies/docs/e2m2-linear-neo-37-44
docs: E2.M2 Linear backlog in decomposition + documentation review follow-up
2026-05-04 21:12:17 -04:00
VinPropane e2e413f42c docs: address 2026-04-30 documentation review suggestions 2026-05-04 21:09:05 -04:00
VinPropane f67bae79d8 chore: add 2026-05-04 documentation review 2026-05-04 21:06:51 -04:00
VinPropane 4236d1ec00 chore: link E2.M2 backlog to Linear NEO-37–NEO-44 2026-05-04 20:57:01 -04:00
VinPropane de43ec1e4a
Merge pull request #67 from ViPro-Technologies/NEO-36-e2m1-read-only-skill-catalog-http-projection
NEO-36: E2.M1 read-only skill catalog HTTP projection + Bruno
2026-05-04 20:48:20 -04:00
VinPropane 8797c72e79
Merge branch 'main' into NEO-36-e2m1-read-only-skill-catalog-http-projection 2026-05-04 20:47:04 -04:00
VinPropane a0c3599525 NEO-36: address code review (manual QA header, alignment, README, Bruno) 2026-05-04 20:44:52 -04:00
VinPropane 28fcd52c8c NEO-36: add curl example to manual QA checklist 2026-05-04 20:37:20 -04:00
VinPropane ab597ff350 NEO-36: expose GET /game/world/skill-definitions with tests, Bruno, QA doc 2026-05-04 20:36:06 -04:00
VinPropane 044b4f823c NEO-36: add implementation plan for skill catalog HTTP API 2026-05-04 20:33:53 -04:00
VinPropane d6d6c81bb1
Merge pull request #66 from ViPro-Technologies/chore/pre-push-clean-working-tree
chore: require clean working tree in pre-push hook
2026-05-04 20:32:20 -04:00
VinPropane 1070cf88fd chore: require clean working tree in pre-push hook 2026-05-04 20:30:04 -04:00
VinPropane a5f7f1b4ae
Merge pull request #65 from ViPro-Technologies/chore/dotnet-workflow-all-prs-to-main
chore: Run .NET workflow on every PR to main
2026-05-04 20:27:27 -04:00
VinPropane 6b75fbdbd0 chore: grant pull-requests read for paths-filter API 2026-05-04 20:24:35 -04:00
VinPropane 0fd2dfe780 chore: skip .NET steps on PR when server paths unchanged 2026-05-04 20:21:18 -04:00
VinPropane 7b6d106240 chore: run .NET workflow on all PRs to main 2026-05-04 20:16:08 -04:00
VinPropane efad0e51b2
Merge pull request #64 from ViPro-Technologies/NEO-35-e2m1-skilldefinition-registry
NEO-35: SkillDefinitionRegistry service + lookup tests
2026-05-04 19:55:09 -04:00
VinPropane 035e915934 NEO-35: address NEO-35 code review (AAA, docs, null id, cleanup) 2026-05-04 19:53:53 -04:00
VinPropane fb863a457b NEO-35: add ISkillDefinitionRegistry and lookup tests 2026-05-04 19:50:49 -04:00
VinPropane c2ca511a35 NEO-35: add implementation plan for skill definition registry 2026-05-04 19:48:34 -04:00
VinPropane ef745ae6a7
Merge pull request #63 from ViPro-Technologies/NEO-34-e2m1-skill-catalog-startup
NEO-34: Fail-fast skill catalog load at server startup
2026-05-02 19:54:23 -04:00
VinPropane 9da5e7dbf5 NEO-34: address code review follow-ups (docs, appsettings, AAA)
Update E2.M1 alignment table for landed catalog load; add Content placeholders
to appsettings.json; align implementation plan tests/appsettings notes; expand
manual QA header to project standard; strike review suggestions; tighten host
catalog test Arrange/Act/Assert.
2026-05-02 19:50:02 -04:00
VinPropane 922e81eb0f NEO-34: add code review for skill catalog startup branch 2026-05-02 19:47:45 -04:00
VinPropane 1a9088c77c NEO-34: fail-fast skill catalog load at server startup
Register SkillDefinitionCatalog from content/skills with JsonSchema.Net validation
mirroring validate_content.py and the prototype Slice 1 gate. Resolve paths via
Content:SkillsDirectory or discovery from AppContext.BaseDirectory. Eager-load
after WebApplication build so bad catalogs block startup. Add unit and host
tests, pin test factories to repo skills, document config in server/README, add
manual QA checklist, and extend Bruno GET /health smoke tests.
2026-05-02 19:44:10 -04:00
VinPropane 6344858541 NEO-34: add implementation plan for skill catalog startup load 2026-05-02 19:35:57 -04:00
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