fix: remove stale report knowledge wording
This commit is contained in:
parent
20654f9c40
commit
9f527f5ea2
|
|
@ -43,7 +43,7 @@
|
||||||
- tool の edge case が不足している。
|
- tool の edge case が不足している。
|
||||||
- `MemoryRead` の `offset` / `limit` / truncation summary、limit=0 の `.max(1)` 挙動、空ファイル・末尾改行なしの line numbering が未検証。
|
- `MemoryRead` の `offset` / `limit` / truncation summary、limit=0 の `.max(1)` 挙動、空ファイル・末尾改行なしの line numbering が未検証。
|
||||||
- `MemoryEdit` の `replace_all`, duplicate old_string reject, old_string empty, identical replacement, non-UTF-8 file, summary edit path が未検証。
|
- `MemoryEdit` の `replace_all`, duplicate old_string reject, old_string empty, identical replacement, non-UTF-8 file, summary edit path が未検証。
|
||||||
- `MemoryWrite` の invalid slug、summary with slug、Knowledge/Request 作成、write success audit contents、warning summary/audit reason が未検証。
|
- `MemoryWrite` の invalid slug、summary with slug、Request 作成、write success audit contents、warning summary/audit reason が未検証。
|
||||||
- `MemoryDelete` は成功 path のみで、missing file、summary slug forbidden、invalid slug、workflow kind reject、audit failure record が未検証。
|
- `MemoryDelete` は成功 path のみで、missing file、summary slug forbidden、invalid slug、workflow kind reject、audit failure record が未検証。
|
||||||
- 誤解を招く / 弱い test がある。
|
- 誤解を招く / 弱い test がある。
|
||||||
- `write_aggregates_multiple_errors` は名前に反して、実際の assertion は `status` / `missing` の substring だけで、body too long など複数 error aggregation を確認していない。現実の linter は frontmatter parse failure で早期 return するため、この test は「複数 error が集約される」保証になっていない。
|
- `write_aggregates_multiple_errors` は名前に反して、実際の assertion は `status` / `missing` の substring だけで、body too long など複数 error aggregation を確認していない。現実の linter は frontmatter parse failure で早期 return するため、この test は「複数 error が集約される」保証になっていない。
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
- `memory_lint.rs` は主要な CLI 固有 invariants をカバーしている:
|
- `memory_lint.rs` は主要な CLI 固有 invariants をカバーしている:
|
||||||
- option parsing と usage error
|
- option parsing と usage error
|
||||||
- 意図した memory/Knowledge record path だけが lint されること
|
- 意図した memory record path だけが lint されること
|
||||||
- invalid record が lint failure になること
|
- invalid record が lint failure になること
|
||||||
- `--warnings-as-errors` が status を変えること
|
- `--warnings-as-errors` が status を変えること
|
||||||
- JSON output が parse 可能で、期待される counts を含むこと
|
- JSON output が parse 可能で、期待される counts を含むこと
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user