docs: Provide RFC compliance audit and fix status mismatch#504
docs: Provide RFC compliance audit and fix status mismatch#504
Conversation
- Fixed a status mismatch in `RFC-0055-hardware-target-profile-template.md` and `RFC-0056-google-axion-hardware-profile.md` to align with the canonical `index.md` and pass the lifecycle hygiene script. - Created `RFC_TEMPLATE_COMPLIANCE_AUDIT.md` to provide a brief gap analysis, consistency audit, and promotion-readiness review of the current RFC catalog against T81 Foundation standard template requirements. Co-authored-by: t81dev <207451414+t81dev@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Ensure that any claims about determinism in READMEs explicitly acknowledge the Determinism Surface Registry to comply with CI requirements enforced by `check_determinism_claims.py`. - Apply updates uniformly across all localized README variants (`README.md`, `README.es.md`, `README.pt-BR.md`, `README.ru.md`, `README.zh-CN.md`). Co-authored-by: t81dev <207451414+t81dev@users.noreply.github.com>
- Ensure that any claims about determinism in READMEs explicitly acknowledge the Determinism Surface Registry to comply with CI requirements enforced by `check_determinism_claims.py`. Applied updates uniformly across all localized README variants (`README.md`, `README.es.md`, `README.pt-BR.md`, `README.ru.md`, `README.zh-CN.md`). - Fix `Cannot find source file` CMake error on Windows CI builds by replacing sparse checkout in `ci.yml` with a full repository checkout. Co-authored-by: t81dev <207451414+t81dev@users.noreply.github.com>
- `T81Int128.hpp`: Provide `clang_udiv128` fallback for Clang on Windows, as Clang-cl doesn't always support the `_udiv128` MSVC intrinsic natively. - `tensor_helpers.cpp`: Guard GCC/Clang extension `__builtin_prefetch` with `#if defined(__GNUC__) || defined(__clang__)` to prevent MSVC `identifier not found` errors. - `block_backed_driver.cpp`: Mark `deserialize_cap` with `[[maybe_unused]]` to fix `-Werror,-Wunused-function` warnings. Co-authored-by: t81dev <207451414+t81dev@users.noreply.github.com>
- `T81Int128.hpp`: Provide `clang_udiv128` fallback for Clang on Windows, as Clang-cl doesn't always support the `_udiv128` MSVC intrinsic natively. Fixed `clang-format` violations. - `tensor_helpers.cpp`: Guard GCC/Clang extension `__builtin_prefetch` with `#if defined(__GNUC__) || defined(__clang__)` to prevent MSVC `identifier not found` errors. - `block_backed_driver.cpp`: Mark `deserialize_cap` with `[[maybe_unused]]` to fix `-Werror,-Wunused-function` warnings. Co-authored-by: t81dev <207451414+t81dev@users.noreply.github.com>
docs: Provide RFC compliance audit and fix status mismatch
RFC-0055-hardware-target-profile-template.mdandRFC-0056-google-axion-hardware-profile.mdto align with the canonicalindex.mdand pass the lifecycle hygiene script.RFC_TEMPLATE_COMPLIANCE_AUDIT.mdto provide a brief gap analysis, consistency audit, and promotion-readiness review of the current RFC catalog against T81 Foundation standard template requirements.PR created automatically by Jules for task 9722529380266706471 started by @t81dev