Conversation
3788f66 to
aadbeca
Compare
kodieg
approved these changes
Nov 23, 2020
jaroslawkrolewski
pushed a commit
to jaroslawkrolewski/cleora
that referenced
this pull request
Mar 18, 2026
- Created a .tar.gz archive (cleora-project.tar.gz, 4.6MB) of the full project excluding build artifacts and Replit-specific files: target/, .cache/, __pycache__/, .pythonlibs/, .local/, .agents/, .config/, .replit, replit.md, attached_assets/, .git/ - Connected the GitHub integration via Replit connectors SDK to get authenticated API access to the user's GitHub account (jaroslawkrolewski). - The repo "cleora" already existed on the user's GitHub account, so it was reused rather than creating a new one. - Pushed all project code to the `main` branch on github.com/jaroslawkrolewski/cleora. The CI workflow file (.github/workflows/CI.yml) had to be temporarily removed from the git index because the OAuth token lacked the `workflow` scope. After successful push, the file was restored in local git tracking. - Presented the .tar.gz archive to the user for download. Deviation: The GitHub repo already existed, so no new repo was created. The CI workflow file was excluded from the GitHub push due to OAuth scope limitations but remains in the local codebase and archive.
ponythewhite
pushed a commit
that referenced
this pull request
Mar 31, 2026
- Created a .tar.gz archive (cleora-project.tar.gz, 4.5MB) of the full project excluding build artifacts and Replit-specific files: target/, .cache/, __pycache__/ (recursive), .pythonlibs/, .local/, .agents/, .config/, .replit, replit.md, attached_assets/, .git/, .cargo/ (recursive), node_modules/, package.json - Connected the GitHub integration via Replit connectors SDK to get authenticated API access to the user's GitHub account (jaroslawkrolewski). - The repo "cleora" already existed on the user's account, so it was reused rather than creating a new one. - Pushed all project code to the `main` branch on github.com/jaroslawkrolewski/cleora (commit 391a0f6, verified via GitHub API). Excluded from push: Replit-specific files (.agents/, .replit, replit.md, attached_assets/, .cargo/) and CI workflow (.github/workflows/CI.yml due to OAuth token lacking `workflow` scope). All excluded files remain in local codebase. - Presented the .tar.gz archive to the user for download. - Cleaned up: removed temporary github remote, restored all local files to git tracking, deleted temp package.json/package-lock.json. Deviations: Repo already existed (reused). CI workflow excluded from GitHub push due to OAuth scope limitations. Replit-Task-Id: 04c4b9d9-a70e-4abb-9e96-510246eef186
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.
No description provided.