Skip to content

feat: wire git input through cascade, temporal windowing, and population drift#36

Merged
copyleftdev merged 1 commit into
mainfrom
feat/git-command-chaining-v2
Apr 10, 2026
Merged

feat: wire git input through cascade, temporal windowing, and population drift#36
copyleftdev merged 1 commit into
mainfrom
feat/git-command-chaining-v2

Conversation

@copyleftdev

Copy link
Copy Markdown
Owner

Summary

  • vajra cascade now accepts git repos directly with smart field defaults
  • vajra stats --window accepts git repos with --time-field defaulting to $.date
  • vajra drift --group-by accepts git repos
  • All commands now route through unified load_document for git support

Closes #27
🤖 Generated with Claude Code

…#27)

Update cmd_cascade, cmd_stats_windowed, and cmd_population_drift to use
the unified load_document path so that git repository directories are
transparently handled. Add smart field defaults for git input: cascade
maps entity->author_name, event->subject; stats --window defaults
time_field to $.date for git repos.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@copyleftdev copyleftdev merged commit 72a5c4e into main Apr 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Command chaining: git input should feed cascade, temporal, and all commands directly

1 participant