Copilot commented on code in PR #24: URL: https://github.com/apache/unomi-tracker/pull/24#discussion_r3425962954
########## SECURITY.md: ########## @@ -0,0 +1,16 @@ +<!-- SPDX-License-Identifier: Apache-2.0 + https://www.apache.org/legal/release-policy.html --> + Review Comment: The repo’s Markdown docs (e.g., README.md / RELEASE.md) use the standard ASF license header block in an HTML comment. Using an SPDX-only header here is inconsistent and may be missed by existing “check headers and licenses” workflows mentioned in RELEASE.md. ########## AGENTS.md: ########## @@ -0,0 +1,16 @@ +<!-- SPDX-License-Identifier: Apache-2.0 + https://www.apache.org/legal/release-policy.html --> + +# Agent Guide for unomi-tracker + +This file is read by automated agents (security scanners, code +analyzers, AI assistants) operating on this repository. + +## Security + +Security model: [SECURITY.md](./SECURITY.md) + +Agents that scan this repository should consult `SECURITY.md` and the +threat model it links before reporting issues. + +unomi-tracker is the client-side JS tracker; the project-wide threat model lives in apache/unomi. Review Comment: This sentence starts with a lowercase project name and is inconsistent with the repo’s existing naming (“Apache Unomi tracker” in README.md). Starting the sentence with the proper name improves readability and consistency. ########## AGENTS.md: ########## @@ -0,0 +1,16 @@ +<!-- SPDX-License-Identifier: Apache-2.0 + https://www.apache.org/legal/release-policy.html --> + Review Comment: The repo’s Markdown docs (e.g., README.md / RELEASE.md) use the standard ASF license header block in an HTML comment. Using an SPDX-only header here is inconsistent and may be missed by existing “check headers and licenses” workflows mentioned in RELEASE.md. ########## AGENTS.md: ########## @@ -0,0 +1,16 @@ +<!-- SPDX-License-Identifier: Apache-2.0 + https://www.apache.org/legal/release-policy.html --> + +# Agent Guide for unomi-tracker Review Comment: The heading uses “unomi-tracker” while other top-level docs refer to the project as “Apache Unomi tracker” (README.md). Aligning the title improves consistency and makes the document easier to discover in rendered views/search. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
