Conversation
Changed PROJECT variable from 'technical-documentation' to 'docs' to match the actual source directory structure. This fixes the build failure where build-diagrams.py was looking for diagrams in /workspace/technical-documentation/diagrams but the actual source is in /workspace/docs/diagrams. The output file names remain unchanged (build/technical-documentation.pdf) as they are controlled by the OUT variable, not the PROJECT variable. Fixes #22
Relocate VERSION_MANAGEMENT.md from docs/ to .cursor/ as it is development/process documentation rather than user-facing content. The .cursor/ directory is the appropriate location for workflow documentation and development tooling. Updated all references: - .cursor/commands/create-pr.md - .cursor/commands/tag-and-release.md - CHANGELOG.md Related to #22 (documentation cleanup on same branch)
Version bump: 0.4.0 → 0.4.1 Type: patch Build system bug fix (issue #22). CHANGELOG entry already added in previous commit, consolidated into proper [0.4.1] section.
Add note that version bump happens first, then CHANGELOG editing, to make the workflow sequence clearer for users following the create-pr command.
gerchowl
added a commit
that referenced
this pull request
Nov 10, 2025
fix: align build system PROJECT variable with source directory (fixes #22)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes build system project directory mismatch where the Makefile PROJECT variable didn't match the actual source directory location.
Changes
technical-documentationtodocsTesting
make diagramsandmake pdfpassFixes #22