Skip to content

Refactor scalar wizard input around a question spec#67

Merged
fingolfin merged 1 commit intomasterfrom
codex/input-spec-refactor
Mar 17, 2026
Merged

Refactor scalar wizard input around a question spec#67
fingolfin merged 1 commit intomasterfrom
codex/input-spec-refactor

Conversation

@fingolfin
Copy link
Copy Markdown
Member

Move the scalar PackageWizard interview into a data-driven input
specification with small question-type handlers for messages,
strings, yes/no prompts, choices, and computed values. Keep person
entry as a separate phase for now.

Co-authored-by: Codex codex@openai.com

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 17, 2026

Codecov Report

❌ Patch coverage is 76.58960% with 81 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.73%. Comparing base (027ece7) to head (83ad123).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
gap/input.g 78.04% 54 Missing ⚠️
gap/generate.g 62.50% 27 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #67       +/-   ##
===========================================
+ Coverage   54.19%   65.73%   +11.53%     
===========================================
  Files           9        9               
  Lines         692      890      +198     
===========================================
+ Hits          375      585      +210     
+ Misses        317      305       -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fingolfin fingolfin force-pushed the codex/input-spec-refactor branch from 5e36cad to eba7902 Compare March 17, 2026 15:13
Move the scalar PackageWizard interview into a data-driven input
specification with small question-type handlers for messages,
strings, yes/no prompts, choices, and computed values. Keep person
entry as a separate phase for now.

Co-authored-by: Codex <codex@openai.com>
@fingolfin fingolfin force-pushed the codex/input-spec-refactor branch from eba7902 to 83ad123 Compare March 17, 2026 17:08
@fingolfin fingolfin enabled auto-merge (squash) March 17, 2026 17:08
@fingolfin fingolfin merged commit 98620c3 into master Mar 17, 2026
7 checks passed
@fingolfin fingolfin deleted the codex/input-spec-refactor branch March 17, 2026 17:10
@fingolfin fingolfin linked an issue Mar 17, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split the interview code, from the code which generates the package

1 participant