feat: add vexdo init command and OSS polish (docs, CI, tests) - #5
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
vexdo initto quickly create a working.vexdo.yml, task lanes, and logs, and ensure.vexdo/is ignored.Description
vexdo initcommand (src/commands/init.ts) that prompts (readline) for services, per-service paths, review model, max iterations, auto-submit, and codex model, writes.vexdo.yml, createstasks/{backlog,in_progress,review,done,blocked}, creates.vexdo/logs/, and appends.vexdo/to.gitignorewithout duplicates.src/index.ts) and added unit tests (tests/unit/init.test.ts) covering config generation, directory creation, gitignore handling, and overwrite prompt behavior..github/workflows/ci.yml) withlint-typecheck,test,build, and taggedreleasejobs (npm publish), includingactions/cachefor npm.README.mdwith usage, flow diagram, requirements, quick start, command docs, task and config formats, spec guide, troubleshooting, and CONTRIBUTING link.CONTRIBUTING.mdandCLAUDE.mdwith contributor and agent guidance.test:coveragescript and updatedpackage.jsonscripts accordingly.Testing
npm run typecheckand it completed successfully.npm test/npm run test:coverageand all tests passed (unit + integration), including the newrunInitunit tests.npm run buildand the build produceddist/artifacts successfully.npm run lintand it reported existing repository lint errors unrelated to the new init implementation; this PR does not attempt a full lint cleanup.Codex Task