Releases: yherda-opensource/yherda-cmd
Releases · yherda-opensource/yherda-cmd
Release list
v0.1.1
Changelog
- 9b533a4 Merge pull request #18 from yherda-opensource/YOS-71-nested-rest-routes
- b07738b YOS-71: Update expression and segment CLI routes to nested REST paths
- f4ca542 Merge pull request #17 from yherda-opensource/YOS-58-scrivener-import
- 8f2bbca Add ideas import pipeline with Scrivener driver (YOS-58)
- 2f2de2a Merge pull request #16 from yherda-opensource/YOS-69-fix-structural-resolver-paths
- 453fb9f Refactor structural package to proper MVC separation (YOS-69)
- bf5d400 Fix obsidian driver reading wrong field name for document body
- 6b6233f Fix structural resolver to use correct nested API paths (YOS-69)
- df77d57 Merge pull request #15 from yherda-opensource/YOS-57-ideas-export-obsidian
- 784222d Add yherda ideas export --format obsidian (YOS-57)
v0.1.0
Changelog
- 103fcfe Merge pull request #13 from yherda-opensource/YOS-60-goreleaser-homebrew-tap
- a53a61e add .yherda and dist/ to .gitignore
- 5f04e3d YOS-60: add goreleaser config, release workflow, and Homebrew tap support
- 8ad4c07 Merge pull request #12 from yherda-opensource/YOS-65-cli-documentation
- d24de6e YOS-65: add developer README and comprehensive inline CLI help
- a4c7f90 Merge pull request #11 from yherda-opensource/YOS-67-export-writer-plugin-data
- 236f0f1 Show template_name instead of raw template ID in expression list/show
- 0c09561 YOS-67: read export content from the writer plugin's data layer
- 66f1edb Merge pull request #10 from yherda-opensource/YOS-56-expression-export
- 99777a1 YOS-56: add expression export with pluggable format drivers
- 6c0186d Merge pull request #9 from yherda-opensource/YOS-64-token-refresh
- 889857f YOS-64: Wire refresh_token flow — transparent 401 recovery
- 630ac0d Merge pull request #8 from yherda-opensource/YOS-63-working-directory-context
- f7a15a7 Replace global config.json with per-directory .yherda context file
- f7124f8 Merge pull request #7 from yherda-opensource/YOS-53-core-write-commands
- 016054d Implicit use: persist parent id when passed explicitly on command line
- 24ae19b Auto-use created resource; add person create command
- f361a39 Remove yherda_test binary; add .gitignore
- c4a8b4b Add create subcommands for identity, arc, beat, place, setting, thing
- 3c759b6 Merge pull request #6 from yherda-opensource/YOS-55-idea-documents-cli
- 7be8457 doc list falls back to active idea from context
- dd1bc3e Rename docs command to doc (singular)
- 4b75233 Add yherda docs subcommand for reading and writing idea documents
- 3fa051b Merge pull request #5 from yherda-opensource/YOS-54-format-expression-commands
- 43eaa93 YOS-54: Add format and expression read commands plus expression print
- f6852d1 Merge pull request #4 from yherda-opensource/YOS-51-workspacelist
- ac7e74f YOS-51: Fix login TLS in dev — use YHERDA_PUBLIC_HOST and YHERDA_INSECURE=1
- 81166a5 YOS-51: Route workspace API calls via api_server from tenant response
- ac2ce6a YOS-51: workspacelist — show name only, one per line
- a3745cd YOS-51: Fix public baseURL — omit /api prefix for public.a.yherda.com
- b0814a6 YOS-51: Add workspacelist command routed to public API
- c515d5a Merge pull request #3 from yherda-opensource/YOS-61-contextual-navigation
- 71db9ca YOS-61: Show active context footer after every list output
- 954efe5 YOS-61: Fix beat list path — /arc/{id}/beats/ not /arcs/
- 06ede34 YOS-61: Cascade fallback — list parent when context is missing
- 07bd60f YOS-61: Contextual navigation commands with sticky context and cascade reset
- 2444cdb Merge pull request #2 from yherda-opensource/YOS-52-core-read-commands
- 1f25fa7 YOS-52: Add GitHub Actions CI workflow
- 867f471 YOS-52: Default to tabular output; --json flag for machine output
- 98daed7 YOS-52: Fix projects command to use /ideaproject/ endpoint
- 048d4ce YOS-52: Fix API path /storylines/ -> /storyline/
- 24c1371 YOS-52: Log request URL to stderr when DEVELOPER=1
- 0eb317a YOS-52: Replace YHERDA_API_URL with YHERDA_DOMAIN_ROOT
- 06a5fec YOS-52: Route workspace commands to tenant subdomain even with YHERDA_API_URL
- 3314419 YOS-52: Skip TLS verification when YHERDA_API_URL is set
- 65146d2 YOS-52: Remove /v1 version prefix from API paths
- 36fa83c YOS-52: Add unit tests for core read commands
- 1676a5e Merge pull request #1 from yherda-opensource/YOS-49-yherda-login
- f50a56a YOS-49: Add unit tests for PKCE auth and credential storage
- 8dda322 YOS-49: Implement yherda login PKCE OAuth2 flow
- 42667dc Add YHERDA_API_URL env var for environment switching
- d5f2362 Scaffold CLI structure with cobra command skeleton
- f0eb8c8 Initial commit