copilot-swe-agent[bot]
3787de151c
Remove basedpyright shell command test (LSP only available in Neovim)
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-13 10:26:07 +00:00
copilot-swe-agent[bot]
8efae381e9
Make quarto and uv available directly in dev shell
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-13 10:14:44 +00:00
copilot-swe-agent[bot]
3777ab0c91
Add validation to ensure sed commands succeed in enabling languages
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:39:18 +00:00
copilot-swe-agent[bot]
ca5642d51f
Improve CI robustness: use mktemp for directories and handle whitespace in sed
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:38:07 +00:00
copilot-swe-agent[bot]
4cd5a343e6
Add additional checks for Quarto, UV, and basedpyright; fix path handling
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:35:30 +00:00
copilot-swe-agent[bot]
0514ba1283
Add comprehensive CI documentation to README files
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:34:23 +00:00
copilot-swe-agent[bot]
cfccd9a010
Fix workflow to include all files and add PR triggers
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:33:25 +00:00
copilot-swe-agent[bot]
849225e22e
Add comprehensive functionality tests to CI workflow
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:32:03 +00:00
copilot-swe-agent[bot]
0e775e8259
Initial plan
2026-01-11 20:28:31 +00:00
79665dd77e
Merge pull request #58 from dwinkler1/copilot/improve-template-readability
...
Refactor RDE template: extract 688-line monolith into modular structure
2026-01-12 07:12:56 +11:00
copilot-swe-agent[bot]
0273515951
Add robust command availability checks to all shell scripts
...
- Add check for @defaultPackageName@-devenv in activateDevenv.sh
- Add check for uv command in initPython.sh
- Add check for git command in initProject.sh (with graceful degradation)
- Add checks for wget, sed, nix in updateDeps.sh
- Provide clear error messages when commands are not available
- Prevent scripts from failing with cryptic errors when tools are missing
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:11:12 +00:00
copilot-swe-agent[bot]
8fc712be60
Remove trailing whitespace from all files (nitpick)
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:58:58 +00:00
copilot-swe-agent[bot]
2a5a1acd62
Fix runtime errors and improve robustness in host configs and scripts
...
- Fix KeyError in julia.nix when Project.toml lacks deps table
- Fix incorrect uv args in python.nix (remove --run + --add-flags combination)
- Remove redundant 'uv add ipython' from sync branch in python.nix
- Fix relative paths in project-scripts.nix (./scripts -> ../scripts)
- Fix initProject.sh to check file existence before git add
- Add RVER validation in updateDeps.sh with proper error handling
- Add tool availability checks in updateDeps.sh (uv, julia, devenv)
- Add flake.nix backup before modification in updateDeps.sh
- Ensure updateDeps.sh runs from repository root
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:48:19 +00:00
copilot-swe-agent[bot]
40095ac868
Add comprehensive inline documentation to all modules and enhance README
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:40:13 +00:00
copilot-swe-agent[bot]
c19248f706
Add comprehensive SUMMARY.md with complete refactoring overview
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:33:15 +00:00
copilot-swe-agent[bot]
cc69aa34f8
Add clarifying comments based on code review feedback
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:32:05 +00:00
copilot-swe-agent[bot]
496c238a12
Add inline comments and extract Lua config for better clarity
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:30:14 +00:00
copilot-swe-agent[bot]
eaecb56186
Extract shell hook to lib/shell-hook.nix for better organization
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:28:09 +00:00
c29efd219c
Merge pull request #60 from dwinkler1/copilot/setup-copilot-instructions
...
Add GitHub Copilot instructions for repository context
2026-01-12 06:27:25 +11:00
copilot-swe-agent[bot]
3398a72241
Refactor template: extract scripts, overlays, and hosts into separate modules
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:26:17 +00:00
copilot-swe-agent[bot]
42619ade95
Add GitHub Copilot instructions
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:24:26 +00:00
copilot-swe-agent[bot]
3259b58a2e
Initial plan
2026-01-11 19:21:19 +00:00
copilot-swe-agent[bot]
5e8f07c560
Initial plan
2026-01-11 19:19:58 +00:00
2a7530817e
Merge pull request #54 from dwinkler1/update_rde
2025-12-20 23:28:40 +11:00
github-actions[bot]
52594bfec2
[create-pull-request] automated change
2025-12-18 06:41:49 +00:00
7bb988ef7d
fixed R.nvim
2025-12-11 15:00:29 +11:00
5c22c25853
pin R.nvim to compatible version
2025-12-03 11:33:19 +11:00
3d5cddab45
Merge pull request #53 from dwinkler1/update_rde
2025-10-03 22:45:58 +10:00
github-actions[bot]
8a1f4683e9
[create-pull-request] automated change
2025-10-03 06:34:35 +00:00
497776759e
Merge pull request #52 from dwinkler1/update_rde
2025-10-02 08:04:26 +10:00
github-actions[bot]
c70cb27d3d
[create-pull-request] automated change
2025-09-30 06:37:00 +00:00
1deb1b02ff
Merge pull request #51 from dwinkler1/update_rde
...
Update RDE flake.lock
2025-09-30 09:51:23 +10:00
github-actions[bot]
8c6f283cde
[create-pull-request] automated change
2025-09-29 06:37:36 +00:00
e4f74dedf4
Merge pull request #50 from dwinkler1/update_rde
2025-09-27 01:39:51 +10:00
github-actions[bot]
6e4902ab96
[create-pull-request] automated change
2025-09-26 06:35:13 +00:00
6a4c78453c
Merge pull request #49 from dwinkler1/update_rde
2025-09-24 00:25:46 +10:00
github-actions[bot]
0c2ccb0d4a
[create-pull-request] automated change
2025-09-23 06:36:24 +00:00
57e2e03d4e
Merge pull request #48 from dwinkler1/update_rde
...
Update RDE flake.lock
2025-09-22 23:56:23 +10:00
github-actions[bot]
8bae293da4
[create-pull-request] automated change
2025-09-22 06:37:59 +00:00
6d7384424f
Merge pull request #47 from dwinkler1/update_rde
2025-09-20 17:11:42 +10:00
github-actions[bot]
ef83c56fde
[create-pull-request] automated change
2025-09-20 06:32:50 +00:00
d2c6f18e54
Merge pull request #46 from dwinkler1/update_rde
2025-09-19 19:34:24 +10:00
github-actions[bot]
14a8607392
[create-pull-request] automated change
2025-09-19 06:35:17 +00:00
aaa2996a67
Merge pull request #45 from dwinkler1/update_rde
...
Update RDE flake.lock
2025-09-18 22:59:46 +10:00
github-actions[bot]
2a1f500f39
[create-pull-request] automated change
2025-09-18 06:35:25 +00:00
6fc3e1a52e
Merge pull request #44 from dwinkler1/update_rde
...
Update RDE flake.lock
2025-09-17 19:39:16 +10:00
github-actions[bot]
b30d239c2a
[create-pull-request] automated change
2025-09-17 06:36:22 +00:00
47d480dc63
Merge pull request #43 from dwinkler1/update_rde
...
Update RDE flake.lock
2025-09-17 10:45:42 +10:00
github-actions[bot]
77f0408435
[create-pull-request] automated change
2025-09-16 06:35:52 +00:00
df9d53a033
Merge pull request #42 from dwinkler1/update_rde
...
Update RDE flake.lock
2025-09-15 20:25:13 +10:00