varlock: adopt shared local value imports#66
Merged
Conversation
Selectively import confirmed reusable credentials, replace stale agent guidance, and add isolated contract coverage for schema tracking, runtime names, audit exclusions, and redacted Varlock execution.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Agentic PR ReviewVerdict: needs-human Checks:
This PR is not blocked from human review, but the agentic gate is not satisfied. |
Agentic PR ReviewVerdict: needs-human Checks:
This PR is not blocked from human review, but the agentic gate is not satisfied. |
Agentic PR ReviewVerdict: review-ready Checks:
|
Agentic PR ReviewVerdict: review-ready Checks:
|
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.
Closes #65
Summary
pickandallowMissing=trueHOMEand sanitized fixturesVerification
python3 -m pytest tests/agentic/test_varlock_contract.py -q(6 passed, 22 subtests passed)python3 -m pytest tests/agentic -q(22 passed, 22 subtests passed)python3 scripts/docs_truth_check.py(docs-truth-check: OK)git ls-files .env.schemareturns.env.schema.env.schemais not ignored;.env.local,.env.shared.local, and.env.spektorai.localremain ignoredgit diff --checkandgit diff --cached --checkload --agent --show-allrun --inject vars -- /usr/bin/truescanandscan --stagedVarlock 1.10's names-only audit still emits the existing eight false "unused" warnings for
os.environ.get, helper-indirect, and workflow-fed references. Each name is now explicitly decorated with@auditIgnore, and the focused tracked-source test confirms every active name is declared while excluding venv, generated, archive, and fixture noise.Docs Impact
make docs-checkequivalent passed viapython3 scripts/docs_truth_check.pyAcceptance Self-Check
.env.schemais tracked while value-bearing.env*files remain ignored.allowMissing=true.