Private
Public Access
0
0
Files
manual_slop/tests
ed f7e40c077e test(tier2): slash_command_spec - assert no AppData refs in prompts
Two test changes to tests/test_tier2_slash_command_spec.py:

1. test_agent_denies_temp_writes: flipped assertions to match the
   2026-06-18 reversal.
   - The agent prompt MUST include the broader *AppData\\\\* deny rule.
   - The agent prompt MUST point at scripts/tier2/state/<track>/ and
     scripts/tier2/failures/.
   - The agent prompt MUST NOT reference the AppData tier2 dir.
   - The Temp deny rule is kept (self-documenting).

2. test_command_prompt_no_appdata (new test): the slash command
   prompt must NOT reference AppData paths; default locations are
   inside the Tier 2 clone.

Refs: conductor/tracks/tier2_no_appdata_20260618
2026-06-18 14:39:41 -04:00
..