What Happened?
Expected
GDC Characters constraint should explicitly permit Unicode box drawing characters used in tree output since directory structure rendering via tree --dirsfirst is a documented pattern in doc-generation skills.
Actual
Characters constraint says "QWERTY keyboard typeable only" with only one named exception (arrow for ToC navigation). Box drawing characters used in tree output are technically non-QWERTY, creating ambiguity when generating directory structures.
Steps to Reproduce
- Use a doc-generation skill that renders directory structure.
- Skill follows
tree --dirsfirst convention per its own instructions.
- Output contains box drawing characters that violate the Characters constraint.
- Agent must make ad-hoc exception decisions per invocation.
Proposed Fix
- Add box drawing characters as a named exception in the Characters constraint, alongside the existing arrow exception.
- Bump GDC to v1.2.0.
What Happened?
Expected
GDC Characters constraint should explicitly permit Unicode box drawing characters used in tree output since directory structure rendering via
tree --dirsfirstis a documented pattern in doc-generation skills.Actual
Characters constraint says "QWERTY keyboard typeable only" with only one named exception (arrow for ToC navigation). Box drawing characters used in tree output are technically non-QWERTY, creating ambiguity when generating directory structures.
Steps to Reproduce
tree --dirsfirstconvention per its own instructions.Proposed Fix