<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/CLAUDE.md, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2025-08-05T13:58:55+00:00</updated>
<entry>
<title>Bring back hooks for auto formatting and ensure build works (#7811)</title>
<updated>2025-08-05T13:58:55+00:00</updated>
<author>
<name>Harsh Aggarwal (NVIDIA)</name>
<email>haaggarwal@nvidia.com</email>
</author>
<published>2025-08-05T13:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=2d775b54d2ab7772785c2196075d4c7c174407ab'/>
<id>urn:sha1:2d775b54d2ab7772785c2196075d4c7c174407ab</id>
<content type='text'>
* Claude code : refactor and improve stability by using hooks

* format code (#27)

Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;

---------

Co-authored-by: szihs &lt;675653+szihs@users.noreply.github.com&gt;
Co-authored-by: slangbot &lt;ellieh+slangbot@nvidia.com&gt;
Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Add utility to trace creation of problematic IRInsts to assist LLM in debugging (#7820)</title>
<updated>2025-07-21T16:30:24+00:00</updated>
<author>
<name>Copilot</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2025-07-21T16:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=368ddbb7b99dfb939d20f53c35d05b2b4758bd64'/>
<id>urn:sha1:368ddbb7b99dfb939d20f53c35d05b2b4758bd64</id>
<content type='text'>
* Initial plan

* Add SLANG_DEBUG_IR_BREAK environment variable support

Co-authored-by: csyonghe &lt;2652293+csyonghe@users.noreply.github.com&gt;

* Apply code formatting to SLANG_DEBUG_IR_BREAK implementation

Co-authored-by: csyonghe &lt;2652293+csyonghe@users.noreply.github.com&gt;

* Improve stack trace debugging with -rdynamic flag and backtrace_symbols

Co-authored-by: csyonghe &lt;2652293+csyonghe@users.noreply.github.com&gt;

* Address PR feedback: use PlatformUtil::getEnvironmentVariable, remove -rdynamic flag, and delete fallback branch

Co-authored-by: csyonghe &lt;2652293+csyonghe@users.noreply.github.com&gt;

* Address PR feedback: simplify env var parsing, move backtrace to PlatformUtil, use #if for SLANG_LINUX_FAMILY

Co-authored-by: csyonghe &lt;2652293+csyonghe@users.noreply.github.com&gt;

* Address PR feedback: remove unneeded include, make backtrace() more generic by removing uid parameter

Co-authored-by: csyonghe &lt;2652293+csyonghe@users.noreply.github.com&gt;

* Fix and clone source tracking.

* Add python script to dump traces.

* Update instructions.

* Batch calls to addr2line

* Cleanup claude instructions.

* update claude action.

* Remove duplicated build instructions from claude.yml workflow

Co-authored-by: csyonghe &lt;2652293+csyonghe@users.noreply.github.com&gt;

* fix build error.

* Fix build errors

---------

Co-authored-by: copilot-swe-agent[bot] &lt;198982749+Copilot@users.noreply.github.com&gt;
Co-authored-by: csyonghe &lt;2652293+csyonghe@users.noreply.github.com&gt;
Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;
Co-authored-by: Gangzheng Tong &lt;tonggangzheng@gmail.com&gt;</content>
</entry>
<entry>
<title>Update claude instructions to help with debugging. (#7732)</title>
<updated>2025-07-12T00:42:24+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2025-07-12T00:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=e16b5ca61d32be4c34bdb52b58282e02873529f1'/>
<id>urn:sha1:e16b5ca61d32be4c34bdb52b58282e02873529f1</id>
<content type='text'>
* Update claude instructions to help with debugging.

* Increase limit.

* Simplify prompt.

* increase limit.</content>
</entry>
<entry>
<title>Modify CLAUDE.md for slang project better (#7720)</title>
<updated>2025-07-11T08:36:25+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2025-07-11T08:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=b20b9297ed20f85dec6212cad83eeacaecbaccf3'/>
<id>urn:sha1:b20b9297ed20f85dec6212cad83eeacaecbaccf3</id>
<content type='text'>
This PR modified CLAUDE.md to avoid common mistakes that may waste the tokens.

Currently what we have is a default CLAUDE.md that gets generated automatically with "/init" and some of the information are outdated.

Removing the claude file edit hook, because ./extras/formatting.sh doesn't take an individual file name as its input.</content>
</entry>
<entry>
<title>Fix#7676  - Add Claude Code Assistant for using LLMs (#7673)</title>
<updated>2025-07-10T18:36:10+00:00</updated>
<author>
<name>Harsh Aggarwal (NVIDIA)</name>
<email>haaggarwal@nvidia.com</email>
</author>
<published>2025-07-10T18:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=df398fab63ac0c14a4a6cf34e4711a67ec1f4724'/>
<id>urn:sha1:df398fab63ac0c14a4a6cf34e4711a67ec1f4724</id>
<content type='text'>
* Add Claude Code Assistant for using LLMs

add claude.md files for context to the LLM

* format code

* Update claude.yml

add pull request target

* Force test claude.yml

* Remove sensitive flag - Update claude.yml

* Update claude.yml

Reverted the direct_prompt

* format code (#7674)

Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;

* Fix Claude workflow based on PR review feedback

- Remove unused pull_request_review_comment trigger
- Increase timeout from 30 to 60 minutes
- Change fetch-depth from 0 to 2 for minimal git history
- Add recursive submodule checkout following copilot pattern
- Add environment setup with libx11-dev dependency
- Switch to release build config following copilot pattern
- Increase max_turns from 10 to 20 for longer conversations
- Update custom instructions with build commands and OS info

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude &lt;noreply@anthropic.com&gt;

* Update workflow - configure debug build

* Update max turns to 50 for M size work

* Add Claude Code settings with auto-formatting hook

- Create .claude/settings.json with PostToolUse hook
- Automatically runs ./extras/formatting.sh after Write/Edit/MultiEdit operations
- Ensures code formatting consistency when Claude makes changes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude &lt;noreply@anthropic.com&gt;

---------

Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;
Co-authored-by: slangbot &lt;ellieh+slangbot@nvidia.com&gt;
Co-authored-by: Claude &lt;noreply@anthropic.com&gt;</content>
</entry>
</feed>
