Skip to content

Commit 006997a

Browse files
docs(v3-plan): clarify partial-reorg handling; mark PR TACC#456 token confirmation as human-required blocker
Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
1 parent 673c5c2 commit 006997a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/v3-plan.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ label: Links
109109
> same subdir alongside the main file. The subdir name should be the
110110
> "base name" without the variant suffix (e.g. `root/`).
111111

112+
> **Note:** Some patterns are partially reorganized — a subdirectory already
113+
> exists with some files (`config.yml`, `.hbs`, `readme.md`) but the source
114+
> `.postcss` is still flat at the parent level. Treat these the same way:
115+
> move the flat `.postcss` (and any variants) into the existing subdir and
116+
> complete Steps B and C as normal.
117+
112118
> **Note:** Some items (e.g. `_elements.config.yml`, `demo.postcss`,
113119
> `README.css`, `selectors.*.postcss`) are infrastructure files, not patterns.
114120
> Do not create subdirs for them.
@@ -181,8 +187,13 @@ src/v3/variables/
181187
182188
### Remaining ❌
183189
184-
1. **Confirm token values** — verify the manually-entered Figma values are
185-
current against the latest Figma re-brand spec.
190+
> **Blocker — human required:** Task 1 below requires access to Figma and
191+
> cannot be completed autonomously. All other tasks can proceed independently,
192+
> but the PR should not be marked ready for review until task 1 is resolved.
193+
194+
1. **Confirm token values** _(human required — needs Figma access)_ — verify
195+
the manually-entered values in `src/v3/variables/tokens/primitives-*.css`
196+
are current against the latest TACC re-brand spec in Figma.
186197
2. **Verify build integration** — confirm the token files are imported by the
187198
main build entry points in `epic/v3` (they currently live under `src/v3/`,
188199
which may or may not be included in the main build yet).

0 commit comments

Comments
 (0)