Commit Graph

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
8415af36e4 Improve shell script safety in documentation
Use heredoc instead of echo for multi-line C++ code to avoid
shell interpretation issues.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 22:29:47 +00:00
copilot-swe-agent[bot]
8b602f7bc9 Fix CI failures: Add conditional check for C++ source files
The C++ workflow was failing because no implementation files exist yet.
Added check-implementation job that verifies src/ directory exists before
running build/test jobs. All jobs now skip gracefully when C++ sources
are not yet implemented.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 22:25:32 +00:00