Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ jobs:
tests/test_crit2_inline_doc_drift.py tests/test_doc_ref_handle.py tests/test_docs_db_grants.py \
tests/test_docs_runbooks.py tests/test_docs_security_pathways.py tests/test_security_doc_drift.py \
tests/test_security_doc_rate_limits.py tests/test_threat_model_doc_drift.py \
tests/test_backlog_status_check.py
tests/test_backlog_status_check.py tests/test_sds_rule_ids_are_stable.py
pytest -q -rs \
tests/test_asvs_file_surface_doc_drift.py tests/test_cloud_phi_hipaa_doc_drift.py \
tests/test_crit2_inline_doc_drift.py tests/test_doc_ref_handle.py tests/test_docs_db_grants.py \
tests/test_docs_runbooks.py tests/test_docs_security_pathways.py tests/test_security_doc_drift.py \
tests/test_security_doc_rate_limits.py tests/test_threat_model_doc_drift.py \
tests/test_backlog_status_check.py
tests/test_backlog_status_check.py tests/test_sds_rule_ids_are_stable.py

# PySide6's offscreen platform plugin needs a few system libraries even
# headless. Linux-only; Windows runners need no equivalent.
Expand Down
21 changes: 11 additions & 10 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,16 +500,17 @@ harness process only.)
- Document each connector/transport and transform with its config schema and an example
message.
- When asked for tabular results, provide the final table directly — not code that generates it.
- **Review security prose by asking what a reader would DO with it, not whether it is accurate.** The
three rules below are instances of it. Reasoning, evidence and dates:
[`docs/Secure_Development_Standards.md`](docs/Secure_Development_Standards.md) §3 *"Reviewing
security prose"* — the source of record.
- **State a load-bearing fact ONCE and link to it; never restate it.**
- **A completeness claim is a liability — prefer "at least" to an enumeration.**
- **A compensating control must not rest on a false premise.**
- **Confirm your instrument answers the question you asked, not one adjacent to it** — `git diff` on a
staged file, `--is-ancestor` under squash-merge, `$?` after a pipe, a *job* conclusion for a *step*
question. Name the question and what the tool returns; check they are the same sentence.
- **Review security prose by asking what a reader would DO with it, not whether it is accurate**
(**SDS-3.4**). The rules below are instances of it. Reasoning, evidence and dates:
[`docs/Secure_Development_Standards.md`](docs/Secure_Development_Standards.md) **SDS-3.4 to SDS-3.8**,
under *"Reviewing security prose"* — the source of record.
- **State a load-bearing fact ONCE and link to it; never restate it** (**SDS-3.5**).
- **A completeness claim is a liability — prefer "at least" to an enumeration** (**SDS-3.6**).
- **A compensating control must not rest on a false premise** (**SDS-3.7**).
- **Confirm your instrument answers the question you asked, not one adjacent to it** (**SDS-3.8**) —
`git diff` on a staged file, `--is-ancestor` under squash-merge, `$?` after a pipe, a *job*
conclusion for a *step* question. Name the question and what the tool returns; check they are the
same sentence.

---

Expand Down
Loading
Loading