Skip to content

docs: add stdin and prompts sections to roadmap#17

Merged
sleipi merged 4 commits into
mainfrom
docs/stdin-prompts-roadmap
May 19, 2026
Merged

docs: add stdin and prompts sections to roadmap#17
sleipi merged 4 commits into
mainfrom
docs/stdin-prompts-roadmap

Conversation

@sleipi
Copy link
Copy Markdown
Owner

@sleipi sleipi commented May 9, 2026

Summary

  • Adds two new planned features to the roadmap: [Stdin] (static stdin input) and [Prompts] (interactive expect-style prompts)
  • Adds a "Syntax Sketches" section with usage examples for both features
  • No implementation yet — roadmap/planning only

sleipi added 2 commits May 9, 2026 13:20
…non-TTY

Disable ANSI color codes in output when:
- --no-color flag is set
- NO_COLOR environment variable is set (https://no-color.org/)
- stdout is not a TTY (piping/redirect)

Converts color constants to variables with a DisableColors() function.
Includes unit test, E2E tests, and updates to SPEC.md and ROADMAP.md.
@sleipi sleipi added the enhancement New feature or request label May 11, 2026
@sleipi sleipi merged commit c7cee13 into main May 19, 2026
2 checks passed
@sleipi sleipi deleted the docs/stdin-prompts-roadmap branch May 19, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant