Require full-pipeline intent before creating career artifacts - #4150
Draft
woud420 wants to merge 1 commit into
Draft
Require full-pipeline intent before creating career artifacts#4150woud420 wants to merge 1 commit into
woud420 wants to merge 1 commit into
Conversation
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Primary changes
A pasted job description or URL currently selects the full report/PDF/tracker pipeline even when the user wants a narrower operation. Route by the user's requested task or applicable established preference, and select
auto-pipelineonly for full-workflow intent.Reviewer walkthrough
/career-ops auto-pipeline {JD}explicit in the menu and argument hint; the shared CLI entrypoints resolve to that canonical router.Correctness and invariants
Full-pipeline intent covers the report, PDF, and tracker workflow; it does not authorize sending messages or submitting applications. Candidate-data rules, posting liveness, blacklist gates, and interview-prep's read-only tracker scope remain intact.
Testing and QA
node test-all.mjs --only skill-project-root: 2 passed, covering shared CLI entrypoints and materialized symlink resolution; this is a targeted run, not the full suite.test-all.mjsin a filesystem-only harness: 10 assertions passed.node --test tests/agent-docs-script-refs.test.mjs: 7 passed.node --check test-all.mjsandgit diff --check: passed.Risk / Rollout
This changes a permission-sensitive default and remains a draft for review. Users who explicitly request the full pipeline or have an applicable established preference retain the complete workflow. External installed skill copies are not updated by this PR.
Resolves ENG-448