Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 19, 2025

  • Create CMakeLists.txt with DMOD module configuration
  • Create manifest.dmm file for module distribution
  • Create include/dmdfs.h header file
  • Create src/dmdfs.c source file with DMFSI implementation
  • Update README.md with project description and usage
  • Verify that the module builds successfully
  • Remove binary files from _codeql_build_dir
  • Update .gitignore to match dmffs (exclude _codeql_build_dir, *.dmf, etc.)
  • Add CI workflows (ci.yml and release.yml)
  • Fix CI workflow security by adding explicit permissions
Original prompt

This section details on the original issue you should resolve

<issue_title>Zainicjalować repozytorium jako system plików podobnie jak dmffs i dmramfs</issue_title>
<issue_description>To repozytorium ma być modułem systemu plików tak jak:
https://github.com/choco-technologies/dmffs
https://github.com/choco-technologies/dmramfs

</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits December 19, 2025 16:36
Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Copilot AI changed the title [WIP] Initialize repository as a file system module Initialize dmdfs as DMOD filesystem module Dec 19, 2025
Copilot AI requested a review from JohnAmadis December 19, 2025 16:39
Copy link
Contributor

@JohnAmadis JohnAmadis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot popraw to proszę

@@ -0,0 +1,66 @@
#ifndef DMOD_MOD_DEFS_H_dmdfs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zacommitowałeś pliki binarne. Usuń je proszę, zacommituj usunięcie a następnie skopiuj gitignore z pozostałych projektów

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed binary files and updated .gitignore in commit 75bc5fc

@@ -0,0 +1,90 @@
# =====================================================================
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Brakuje skryptów CI

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added CI workflows (ci.yml and release.yml) in commit 75bc5fc

Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Dec 19, 2025

@copilot popraw to proszę

Fixed - removed binary files, updated .gitignore to match dmffs, and added CI scripts in commit 75bc5fc

Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Copilot AI requested a review from JohnAmadis December 19, 2025 17:10
@JohnAmadis JohnAmadis marked this pull request as ready for review December 19, 2025 17:23
@JohnAmadis JohnAmadis merged commit 500df63 into main Dec 19, 2025
1 check passed
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.

Zainicjalować repozytorium jako system plików podobnie jak dmffs i dmramfs

2 participants