mateaix
6efae9e71c
test(evaluation): reject duplicate keys in offline suites
2026-09-14 00:33:41 +08:00
mateaix
ebe4981476
test(evaluation): record compiled provenance in goal replay reports
2026-09-14 00:30:49 +08:00
mateaix
8cc7eaaae1
test: replay goal service boundaries against real H2 transactions
2026-09-13 23:04:31 +08:00
mateaix
5c91dcc234
test: add replayable JSON artifact check scenarios
2026-09-13 22:20:49 +08:00
mateaix
bb3d477aa2
test(evaluation): replay artifact version boundaries with real file IO
2026-09-13 21:16:18 +08:00
mateaix
35a241a62d
test(evaluation): add offline goal task replay and baseline
2026-09-13 20:48:02 +08:00
倪程伟
dcc5382bf9
test(skill): add missing scripts/run.sh fixture for SkillBundleMaterializerTest ( #480 )
...
Claude-Session: https://claude.ai/code/session_013uyvXEazZkhNw27geRtakK
2026-07-03 16:50:52 +08:00
matevip
0ef735588a
fix(wiki): 3 bugs caught by browser-driven chat e2e + 12-round trace
2026-05-28 10:55:30 +08:00
matevip
7c9db74886
docs(wiki): seventh-pass — post-restart full sweep, 8/8 green
2026-05-28 09:26:14 +08:00
matevip
f6b36d915a
docs(wiki): end-to-end recovery loop — chat toast → rename → click works
2026-05-28 09:26:07 +08:00
matevip
0e01b2b526
feat(wiki): chat-rendered wikilinks navigate via cross-KB lookup
2026-05-28 09:25:58 +08:00
matevip
f488be690e
docs(wiki): fifth-pass e2e — live verification of fixes + chain/concurrent
2026-05-28 09:25:49 +08:00
matevip
af9928bf54
fix(wiki): case-only rename portability + SpringBootTest regression suite
2026-05-28 08:18:01 +08:00
matevip
b6ae7322a9
docs(wiki): fourth-pass e2e — edge cases and negative paths
2026-05-28 08:17:55 +08:00
matevip
3a5b29f13e
docs(wiki): third-pass e2e — full sweep on restarted server post-fix
2026-05-28 08:17:48 +08:00
matevip
296c91d6da
fix(wiki): cascade + scan must not null content/summary via FieldStrategy.ALWAYS
2026-05-28 08:17:42 +08:00
matevip
e9bbce862c
docs(wiki): end-to-end verification spec + dev-box run results
2026-05-28 08:17:35 +08:00
matevip
0ffc224623
chore(test): backfill mateclaw-server/src/test/ that earlier PRIVATE_ITEMS pattern accidentally excluded
...
The PRIVATE_ITEMS list contained the bare 'test' entry, which rsync
interprets as 'any directory named test at any depth' — so it caught
the root-level /test/ scratch directory (intended) AND every src/test/
under each module (not intended).
Pattern is already anchored to /test (root-only). This commit rsyncs
the accumulated src/test/ tree forward so opensource has the unit tests
that have been written / updated against existing src/main/ code since
the pattern regression. Going forward each per-commit sync will carry
src/test/ files along with the main change.
2026-05-12 17:38:08 +08:00