From 07aca7f8521eca589c26d48f8bd08f14d0a64c51 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 19 Jun 2026 07:54:11 -0400 Subject: [PATCH] conductor(plan): Mark Phase 7 tasks complete --- conductor/tracks/test_sandbox_hardening_20260619/plan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conductor/tracks/test_sandbox_hardening_20260619/plan.md b/conductor/tracks/test_sandbox_hardening_20260619/plan.md index 53bbe34a..d2bf40d1 100644 --- a/conductor/tracks/test_sandbox_hardening_20260619/plan.md +++ b/conductor/tracks/test_sandbox_hardening_20260619/plan.md @@ -628,7 +628,7 @@ **Focus:** Document the 4-layer enforcement model + `--config` CLI flag convention + `config_overrides.toml` naming. -- [ ] **Task 7.1:** Create `conductor/code_styleguides/test_sandbox.md`. +- [x] **Task 7.1:** Create `conductor/code_styleguides/test_sandbox.md`. [5d29e40] - **WHERE:** Create `conductor/code_styleguides/test_sandbox.md`. - **WHAT:** Styleguide document covering: the `--config` CLI flag, `config_overrides.toml` convention, 4-layer enforcement model, `--basetemp` rule, Layer 1 audit hook contract, opt-in `run_tests_sandboxed.ps1`, audit script. - **HOW:** Use elements-of-style:writing-clearly-and-concisely (the existing styleguides in `conductor/code_styleguides/` are good templates). Sections: TL;DR; The 4-Layer Model; `--config` CLI Flag (replaces SLOP_CONFIG); `--basetemp` Rule; Layer 1 Audit Hook Contract; Static Audit; OS-Level Wrapper; Test Workspace Convention (`config_overrides.toml`); See Also. @@ -636,7 +636,7 @@ - **COMMIT:** `docs(styleguide): add test_sandbox.md (Phase 7, FR7)` - **GIT NOTE:** "Phase 7 task 7.1: new styleguide test_sandbox.md documents the 4-layer enforcement model, --config CLI flag, config_overrides.toml convention, --basetemp rule." -- [ ] **Task 7.2:** Update `conductor/code_styleguides/workspace_paths.md`. +- [x] **Task 7.2:** Update `conductor/code_styleguides/workspace_paths.md`. [5d29e40] - **WHERE:** Append a section to the existing file. - **WHAT:** Mention the `SLOP_CONFIG → --config` migration + `pytest --basetemp` addopts. - **HOW:** Add a "2026-06-19 Update" section at the bottom. @@ -644,7 +644,7 @@ - **COMMIT:** Same as 7.1. - **GIT NOTE:** Same as 7.1. -- [ ] **Task 7.3:** Add `Sandbox Hardening` section to `docs/guide_testing.md`. +- [x] **Task 7.3:** Add `Sandbox Hardening` section to `docs/guide_testing.md`. [5d29e40] - **WHERE:** Modify `docs/guide_testing.md` — add a new section. - **WHAT:** Cross-reference to `test_sandbox.md` + summary of the 4 layers. - **HOW:** Append the section.