Commit 1df1871
feat: add nix flake for devshell and publication of deepwork package
* Initial plan
* Add Nix flake, .envrc, and update documentation
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Enhance flake with apps output and improve README
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Add comprehensive Nix flake documentation
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Fix license definition and improve uv sync logic in flake
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Add missing jsonschema to development environment
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Enhance documentation with explicit GitHub flake reference examples
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Update validate workflow to use Nix development shell
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Add build job to validate flake package can be built
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Simplify Nix configuration in validate workflow
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Consolidate build into tests job after pytest
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* chore:
* chore: allow unfree packages in nixpkgs for BSL 1.1 license
* Fix Nix flake package to include Python with deepwork in PYTHONPATH
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Add deepwork hook CLI command for cleaner hook invocation
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Replace shell.nix with flake-compat wrapper
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Changes before error encountered
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Remove shell.nix and all references to nix-shell
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Remove final nix-shell reference from README
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Add rpds-py dependency to fix ModuleNotFoundError
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Document custom hooks and Python invocation with Nix flake
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Fix Python formatting with ruff
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Fix ruff linting issues: organize imports and fix exception handling
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Fix hook CLI to support custom module paths and remove invalid console.print parameter
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* Remove trailing whitespace in hook.py
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
* docs: explain auto-unfree license config in nix-flake.md
* docs: add dev env info to AGENTS.md
* docs: update nix-flake.md with recommended project configuration example
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
Co-authored-by: Nicholas Romero <ncrmro@gmail.com>1 parent 606ffaf commit 1df1871
17 files changed
Lines changed: 988 additions & 182 deletions
File tree
- .github/workflows
- doc
- src/deepwork
- cli
- hooks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
| 22 | + | |
25 | 23 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 24 | + | |
| 25 | + | |
30 | 26 | | |
31 | | - | |
| 27 | + | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
36 | | - | |
37 | | - | |
| 32 | + | |
| 33 | + | |
38 | 34 | | |
39 | 35 | | |
40 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
86 | 104 | | |
0 commit comments