Byko Documentation Migration and Git Commit
Summary
A workflow involving the removal of binary pitch materials (PPTX and PDF files) from the repository to local storage, followed by the commitment of remaining documentation to the dev/nixos-gmktec development branch.
Details
In the course of organizing project assets on the sokrates-dev environment (the GMKtec-based development appliance), a cleanup of the repository’s documentation structure was performed. Specifically, 13 files associated with the Byko project—a major Icelandic hardware retailer and client—were identified within the docs/pitch/ directory. These files consisted of PowerPoint presentations (.pptx) and PDF documents.
To maintain repository hygiene and avoid bloating the git history with large binary files that do not require version tracking in the same manner as source code or markdown documentation, a decision was made to move these files out of the tracked environment. The 13 Byko files were moved to a local directory at ~/documents/ (specifically /home/rationallyprime/documents).
Following the relocation of these assets, the remaining documentation and associated changes were staged for version control. The process concluded with a commit and a push to the remote branch origin/dev/nixos-gmktec. This branch is specifically used for development and configuration of the NixOS environment on the GMKtec hardware, which serves as the open-internet development platform for the Sokrates project.