fix: remove stale report knowledge wording

This commit is contained in:
Keisuke Hirata 2026-07-16 07:54:35 +09:00
parent 20654f9c40
commit 9f527f5ea2
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
- tool の edge case が不足している。
- `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 が未検証。
- `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 が未検証。
- 誤解を招く / 弱い test がある。
- `write_aggregates_multiple_errors` は名前に反して、実際の assertion は `status` / `missing` の substring だけで、body too long など複数 error aggregation を確認していない。現実の linter は frontmatter parse failure で早期 return するため、この test は「複数 error が集約される」保証になっていない。

View File

@ -38,7 +38,7 @@
- `memory_lint.rs` は主要な CLI 固有 invariants をカバーしている:
- option parsing と usage error
- 意図した memory/Knowledge record path だけが lint されること
- 意図した memory record path だけが lint されること
- invalid record が lint failure になること
- `--warnings-as-errors` が status を変えること
- JSON output が parse 可能で、期待される counts を含むこと