Conversation
Tasks completed: - [x] **Replace process.exit() with process.exitCode plus safety-net timeout in mini-ralph-cli.js**
Tasks completed: - [x] **Add wait-for-tee drain and explicit exit code capture in ralph-run.sh**
Tasks completed: - [x] **Freeze the `check_ralphified()` detection function**
Tasks completed: - [x] **Wire the `init` subcommand routing in main()**
Tasks completed: - [x] **Implement the interactive ralphify guard and warning**
Tasks completed: - [x] **Inject OPENSPEC-RALPH-BP.md into the prompt manifest when ralphified**
Tasks completed: - [x] **Implement bash unit tests for ralphify_init, check_ralphified, and guard**
Tasks completed: - [x] **Update README.md with ralphify workflow and init command**
Tasks completed: - [x] **Update QUICKSTART.md with ralphify workflow and init command**
Tasks completed: - [x] **Run final integrated quality gates**
Tasks completed: - [x] 1.1 Remove `.ralph/PRD.md` line from manifest in `create_prompt_template()` (`ralph-run.sh:841`)
Tasks completed: - [x] 1.2 Remove `generate_prd()` call and PRD write from `execute_ralph_loop()` (`ralph-run.sh:1043-1045`)
Tasks completed: - [x] 1.3 Remove `"--prompt-file" "$ralph_dir/PRD.md"` from `mini_ralph_args` in `execute_ralph_loop()` (`ralph-run.sh:1056`)
Tasks completed: - [x] 1.4 Remove `read_openspec_artifacts`, `generate_prd`, `write_prd` calls and `"PRD generation complete"` log from `main()` (`ralph-run.sh:1452-1458`)
Tasks completed: - [x] 1.5 Update `_validateOptions()` in `runner.js` to accept `promptTemplate` alone without `promptFile` or `promptText`
Tasks completed: - [x] 1.6 Update `_validateOptions()` error message to mention `promptTemplate` as a valid prompt source
Tasks completed: - [x] 1.7 Update bash tests: fix tests that assert `--prompt-file` is passed to mini-ralph-cli or that PRD.md is generated in `execute_ralph_loop()`
Tasks completed: - [x] 1.8 Update JS tests: fix tests that assert `_validateOptions` throws when only `promptTemplate` is provided
Tasks completed: - [x] 1.9 Run full test suite and verify all tests pass
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.
No description provided.