Skip to content

Add AGENTS.md with project context and upstream PR notes#4

Merged
assisted-by-ai merged 3 commits intomasterfrom
claude/security-review-EYFzv
Apr 10, 2026
Merged

Add AGENTS.md with project context and upstream PR notes#4
assisted-by-ai merged 3 commits intomasterfrom
claude/security-review-EYFzv

Conversation

@assisted-by-ai
Copy link
Copy Markdown
Owner

Summary

  • Add AGENTS.md documenting project overview and build instructions
  • Record upstream maintainer feedback from Kicksecure/tirdad#3: the __printf format attribute annotation on _s_out() was deemed too pedantic for a module this small
  • Prevents future agents from re-proposing the same change

No source code changes

Only AGENTS.md is added. The module/tirdad.c source is untouched.

https://claude.ai/code/session_018RqemCaZDrhmA7jV2eBgQ3

claude added 3 commits April 1, 2026 13:50
Annotate _s_out() with __printf(2, 3) so the compiler warns on format
string mismatches. Also mark fmt parameter as const since it is not
modified.

https://claude.ai/code/session_018RqemCaZDrhmA7jV2eBgQ3
The Kicksecure#3 maintainer feedback is that the __printf
attribute change is too pedantic for a module this small. Record this
so future agents don't re-propose it.

https://claude.ai/code/session_018RqemCaZDrhmA7jV2eBgQ3
@assisted-by-ai assisted-by-ai merged commit cf473ab into master Apr 10, 2026
assisted-by-ai pushed a commit that referenced this pull request Apr 10, 2026
Add documentation of the rejected compiler warning flags PR (#4)
so future agents don't re-propose hardcoding ccflags-y in the
module Makefile. Kbuild already handles warning flags for modules.

https://claude.ai/code/session_01TGuvnh5mbFAcuVWNxMcuKP
assisted-by-ai pushed a commit that referenced this pull request Apr 17, 2026
commit e1cc04e
Author: Claude <noreply@anthropic.com>
Date:   Fri Apr 10 10:39:05 2026 +0000

    Update AGENTS.md with PR #4 rejection notes

    Add documentation of the rejected compiler warning flags PR (#4)
    so future agents don't re-propose hardcoding ccflags-y in the
    module Makefile. Kbuild already handles warning flags for modules.

    https://claude.ai/code/session_01TGuvnh5mbFAcuVWNxMcuKP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants