Skip to content

Fix recursive history scope and local time display#1675

Merged
codeforester merged 1 commit into
mainfrom
enhancement/1673-20260718-history-recursion-local-time
Jul 18, 2026
Merged

Fix recursive history scope and local time display#1675
codeforester merged 1 commit into
mainfrom
enhancement/1673-20260718-history-recursion-local-time

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Summary

  • keep nested basectl calls internal in the history index instead of promoting them to primary rows
  • attach onboard primary records to the selected project, resolving root and manifest when available
  • add basectl history --local-time for text and Markdown while preserving UTC JSON timestamps
  • label history time columns with their timezone and update help, completions, docs, and tests

Closes #1673

Validation

  • focused history/onboarding/completion BATS suites
  • focused history Python tests
  • ./bin/base-test (1007 passed, 1 skipped)
  • ShellCheck and git diff --check

@codeforester
codeforester requested a review from a team as a code owner July 18, 2026 03:12
@codeforester codeforester added this to the v1.8.0 milestone Jul 18, 2026
@codeforester codeforester self-assigned this Jul 18, 2026
@codeforester codeforester added the enhancement New feature or product improvement label Jul 18, 2026
@codeforester
codeforester merged commit 9adf09a into main Jul 18, 2026
54 of 56 checks passed
@codeforester
codeforester deleted the enhancement/1673-20260718-history-recursion-local-time branch July 18, 2026 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or product improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Keep delegated history internal and add local-time display

1 participant