Conversation
Addresses #42. Extracts a comprehensive specification from the current implementation covering CLI, configuration, volumes, path modes, worktree support, NVIDIA GPU, container runtime, Dockerfile, setup script, security boundaries, testing, and CI/CD. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
yarikoptic
reviewed
Mar 12, 2026
SPEC.md
Outdated
|
|
||
| ### Triggers | ||
|
|
||
| - Push to `main` or `enhs` branches. |
Member
There was a problem hiding this comment.
while at it - purge that outdated and unused enhs from branches, CI and here
Suggested change
| - Push to `main` or `enhs` branches. | |
| - Push to `main` branches. |
yarikoptic
reviewed
Mar 12, 2026
SPEC.md
Outdated
|
|
||
| ### Default Mounts | ||
|
|
||
| | Mount | Host Path | Container Path | Options | |
Member
There was a problem hiding this comment.
ask claude to reformat all tables to be also for human consumption (properly indented)
yarikoptic
reviewed
Mar 12, 2026
| @@ -0,0 +1,440 @@ | |||
| # YOLO Specification | |||
Member
There was a problem hiding this comment.
add to CLAUDE.md a strong note to consult SPEC.md file for any work on yolo
yarikoptic
reviewed
Mar 12, 2026
SPEC.md
Outdated
| # YOLO Specification | ||
|
|
||
| Extracted from the current implementation as of 2026-03-12. | ||
| See [issue #42](https://github.com/con/yolo/issues/42). |
Member
There was a problem hiding this comment.
information not useful long run
Suggested change
| See [issue #42](https://github.com/con/yolo/issues/42). |
- Reformat all SPEC.md tables with proper column alignment for readability - Remove dated "Extracted from..." header (not useful long-term) - Add CLAUDE.md with directive to consult SPEC.md for yolo work - Remove unused `enhs` branch from CI triggers and spec Co-Authored-By: Yaroslav Halchenko <debian@onerussian.com> Co-Authored-By: Austin Macdonald <austin@dartmouth.edu> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Addresses #42. Extracts a comprehensive specification from the current implementation covering CLI, configuration, volumes, path modes, worktree support, NVIDIA GPU, container runtime, Dockerfile, setup script, security boundaries, testing, and CI/CD.
Produced by Claude-code