ECC/tests
Taro Kawakami 93cd5f4cff review: address P1/P2 bot feedback on shortId derivation
- Use last-8 chars of transcript UUID instead of first-8, matching
  getSessionIdShort()'s .slice(-8) convention. Same session now produces the
  same filename whether shortId comes from CLAUDE_SESSION_ID or transcript_path,
  so existing .tmp files are not orphaned on upgrade.
- Normalize extracted hex prefix to lowercase to avoid case-driven filename
  divergence from sanitizeSessionId()'s lowercase output.
- Explicitly clear CLAUDE_SESSION_ID in the first regression test so the env
  leak from parent test runs cannot hide the fallback path.
- Add regression tests for the lowercase-normalization path and for the case
  where CLAUDE_SESSION_ID and transcript_path refer to the same UUID (backward
  compat guarantee).

Refs #1494
2026-04-19 14:19:29 +09:00
..
ci fix: block unsafe privileged workflow checkouts 2026-04-12 23:23:01 -07:00
docs fix: publish npm releases and clarify install identifiers 2026-04-14 20:42:28 -07:00
hooks review: address P1/P2 bot feedback on shortId derivation 2026-04-19 14:19:29 +09:00
integration fix: consolidate bash hooks without fork storms 2026-04-14 21:23:57 -07:00
lib fix: unblock urgent install and gateguard regressions 2026-04-14 19:23:07 -07:00
scripts test: align hook install expectations with Claude schema 2026-04-15 19:33:34 -07:00
__init__.py Small changes 2026-04-12 12:34:45 +05:30
codex-config.test.js fix(codex): broaden context7 config checks 2026-03-29 00:26:16 -04:00
conftest.py Small changes 2026-04-12 12:34:45 +05:30
opencode-config.test.js fix: namespace opencode command agents 2026-04-05 14:21:57 -07:00
plugin-manifest.test.js fix: harden urgent install and gateguard patch 2026-04-14 19:44:08 -07:00
run-all.js fix: narrow unicode cleanup scope 2026-03-29 21:21:18 -04:00
test_builder.py fix: resolve git conflicts in LLM abstraction layer 2026-04-12 07:10:54 +00:00
test_executor.py Small changes 2026-04-12 12:34:45 +05:30
test_resolver.py Small changes 2026-04-12 12:34:45 +05:30
test_types.py Small changes 2026-04-12 12:34:45 +05:30