docs(conductor): Initialize Phase 6 GenCpp UX Validation tracks

This commit is contained in:
2026-05-10 12:56:50 -04:00
parent d18aaae0a1
commit ece3c349b9
21 changed files with 160 additions and 0 deletions
@@ -0,0 +1,4 @@
# Track: GenCpp Project Initialization
- [Specification](./spec.md)
- [Plan](./plan.md)
@@ -0,0 +1,5 @@
{
"id": "gencpp_project_init_20260510",
"title": "GenCpp Project Initialization",
"status": "planned"
}
@@ -0,0 +1,6 @@
# Implementation Plan: GenCpp Project Initialization
## Phase 1: Configuration Template
- [ ] Draft the exact `manual_slop.toml` structure required.
- [ ] (Manual step) Place this file in `C:/projects/gencpp/`.
- [ ] Verify that opening Manual Slop and selecting the `gencpp` directory correctly initializes the isolated `.manual_slop` taxonomy.
@@ -0,0 +1,9 @@
# Specification: GenCpp Project Initialization
## Overview
Configure `manual_slop.toml` in the `gencpp` repository to isolate conductor tracks, logs, and history. This ensures Manual Slop operates cleanly as an external tooling layer for the `gencpp` project without polluting its root directory.
## Acceptance Criteria
- [ ] A `manual_slop.toml` template exists that configures `[conductor].dir` to `.manual_slop/conductor`.
- [ ] Paths for logs and scripts are properly configured to stay within `.manual_slop/`.
- [ ] Instructions are provided on how to run Manual Slop targeting this configuration.