Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
779bbf5
chore: remove dead code folder
oahshtsua Feb 18, 2026
0485fd4
feat: initialize rust setup and cli structure
oahshtsua Feb 18, 2026
7dfd1fc
feat: add variant management support init command
oahshtsua Mar 25, 2026
1815ce9
feat: add command to stage files with feature meta
oahshtsua Mar 25, 2026
fc03f72
feat: command to commit changes with feature meta
oahshtsua Mar 25, 2026
0c9d53f
feat: add variant derivation functionality
oahshtsua Mar 25, 2026
9c0ca57
refactor(derive): remove unnecessary initial commit creation
oahshtsua Mar 25, 2026
33d5baa
feat(derive): add refresh option for variant generation
oahshtsua Mar 25, 2026
410d898
fix(derive): preserve filemode instead of a generic hardcoded value
oahshtsua Mar 25, 2026
f845e5c
feat(derive): handle nested directories when deriving variants
oahshtsua Mar 25, 2026
5437234
feat(cli)!: rename devire command to checkout
oahshtsua Apr 22, 2026
ae27ea6
feat(checkout): automatically switch to the variant branch
oahshtsua Apr 22, 2026
761f6ff
feat(checkout): add feature boundary markers in variant
oahshtsua Apr 22, 2026
432ae77
feat(checkout): store derivation origin meta for reconstruction
oahshtsua Apr 22, 2026
34deb10
feat(putback): add reconstruction back from edited view
oahshtsua Apr 22, 2026
dc59a75
wip!: clafer parser for handling configuration
oahshtsua Apr 29, 2026
ceff83b
wip!: validating clafer spec with features present in git
oahshtsua May 11, 2026
def2a34
fix(add): crash when adding a directory
oahshtsua May 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,8 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

.vscode/
.vscode/

# Added by cargo

/target
Loading