docs: update HANDOFF.md — #1r done, next is #8 duplicate-name conflict
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+7
-7
@@ -75,14 +75,14 @@ evidence, proposed fixes, and acceptance criteria.
|
|||||||
|
|
||||||
## Current state (as of this handoff)
|
## Current state (as of this handoff)
|
||||||
|
|
||||||
- **56 tests** in `tests/test_core.py`, ruff clean, CI = lint + pytest (py3.10/3.12).
|
- **92 tests** in `tests/test_core.py`, ruff clean, CI = lint + pytest (py3.10/3.12).
|
||||||
- `main` = `13d6b91` (PR #15 merged). No unpushed commits.
|
- `main` = `ece049c` (PR #16 merged). No unpushed commits.
|
||||||
- **Completed items:** #2 (spawn-test, PR #11), #3 (backup restore UI, PR #14),
|
- **Completed items:** #2 (spawn-test, PR #11), #3 (backup restore UI, PR #14),
|
||||||
#4 (stale-file protection, PR #15).
|
#4 (stale-file protection, PR #15), #1r (secret-in-args warning, PR #16).
|
||||||
- **Next item:** #1r — secret-in-args warning badge (remainder of item 1).
|
- **Next item:** #8 — duplicate-name conflict handling. **VERIFY FIRST:** read
|
||||||
`is_secret_key` / `_is_secret_value` / `redact_args` already in `bcc_core.py`.
|
`paste_json` and `dropEvent` in `bcc.py` to check whether pasting/dropping a
|
||||||
Scope: a non-blocking warning badge when a secret-shaped value sits in `args`
|
server with a name that already exists silently overwrites it; file your
|
||||||
instead of `env` (safer pattern). See issue #1 on Gitea for acceptance criteria.
|
findings as a comment on issue #8 before writing any code.
|
||||||
- Recent features you should know exist: lenient JSON repair
|
- Recent features you should know exist: lenient JSON repair
|
||||||
(`repair_json_text`, `parse_pasted_json_verbose`, `repair_config_file` +
|
(`repair_json_text`, `parse_pasted_json_verbose`, `repair_config_file` +
|
||||||
RepairDialog), ArgsEdit numbered gutter + `split_suspicious_args`,
|
RepairDialog), ArgsEdit numbered gutter + `split_suspicious_args`,
|
||||||
|
|||||||
Reference in New Issue
Block a user