Files
sand-boxer/workplans/SAND-WP-0001-statehub-bootstrap.md
tegwick b0a57cf9d3 Complete SAND-WP-0001: bootstrap Python dev workflow
Scaffold sandboxer package (src layout, typer CLI stub, pytest, ruff),
Makefile targets, and document install/test/lint/build commands in
AGENTS.md and stack-and-commands.md. Mark bootstrap workplan finished.
2026-06-22 23:25:42 +02:00

65 lines
1.6 KiB
Markdown

---
id: SAND-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: infotech
repo: sand-boxer
status: finished
owner: codex
topic_slug: custodian
created: "2026-06-22"
updated: "2026-06-22"
state_hub_workstream_id: "a57d0248-f6aa-42d1-9e33-144cb0b8c577"
---
# Bootstrap State Hub integration
Sandboxing for agentic coding facility.
## Review Generated Integration Files
```task
id: SAND-WP-0001-T01
status: done
priority: high
state_hub_task_id: "d388d99f-9443-494b-9b4c-af4bb2f0760d"
```
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
Replace generated placeholders with repo-specific facts where needed.
## Verify Local Developer Workflow
```task
id: SAND-WP-0001-T02
status: done
priority: high
state_hub_task_id: "30ea8a5c-81db-44b9-aeac-c970d9587e46"
```
Identify the repo's install, test, lint, build, and run commands. Add or refine
those commands in the agent instructions so future coding sessions can verify
changes confidently.
Scaffolded Python package (`src/sandboxer/`, `pyproject.toml`, `tests/`,
`Makefile`). Documented workflow in `AGENTS.md` and
`.claude/rules/stack-and-commands.md`. Verified: `make setup`, `make check`,
`make build`, `make cli-version`.
## Seed First Real Workplan
```task
id: SAND-WP-0001-T03
status: done
priority: medium
state_hub_task_id: "4b8afb3a-e456-4cf5-845b-39cfabe7af2a"
```
Create the first implementation workplan for the repository's most important
next change. Created `workplans/SAND-WP-0002-meta-framework-foundation.md`.
After workplan file updates, run from `~/state-hub`:
```bash
make fix-consistency REPO=sand-boxer
```