Skip to content

[codex] Add project scratch directory guidance#290

Open
patsyang wants to merge 1 commit into
HKUDS:mainfrom
patsyang:codex/project-scratch-space
Open

[codex] Add project scratch directory guidance#290
patsyang wants to merge 1 commit into
HKUDS:mainfrom
patsyang:codex/project-scratch-space

Conversation

@patsyang

@patsyang patsyang commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add runtime guidance that disposable scripts, query dumps, evidence bundles, and scratch outputs should go under ./openharness_tmp/
  • ignore openharness_tmp/ so scratch artifacts do not pollute git status
  • cover the prompt guidance in the ohmo runtime prompt tests

Why

Temporary helper files were being written directly into the project root, which made cleanup and git status noisy. This keeps disposable artifacts in one project-relative directory without using machine-specific absolute paths.

Validation

  • uv run pytest tests/test_ohmo/test_prompts.py -q
  • uv run ruff check src/openharness/prompts/context.py tests/test_ohmo/test_prompts.py

@patsyang patsyang marked this pull request as ready for review June 4, 2026 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant