Skip to content

fix: initialize memory/history managers after /init, polish repo#1

Merged
dayanstef merged 1 commit intomainfrom
fix/init-memory-history-managers
Feb 4, 2026
Merged

fix: initialize memory/history managers after /init, polish repo#1
dayanstef merged 1 commit intomainfrom
fix/init-memory-history-managers

Conversation

@dayanstef
Copy link
Copy Markdown
Member

Bug fixes:

  • Memory manager now initializes after /init (fixes /remember, /memory)
  • History manager now initializes after /init (fixes /history, /undo)

Code quality:

  • Apply gofmt -s formatting (32 files) for 100% Go Report Card

Repository polish:

  • README: Add badges (release, stars, forks), centered layout
  • CI: Run on push/PR, add gofmt check, go vet, coverage, matrix builds
  • Templates: Improve bug report, feature request, PR templates
  • Add issue template config with docs/discussions links
  • CONTRIBUTING: Document gofmt -s requirement

Tested: All 14 packages pass, go vet clean, manually verified.

Description

Brief description of changes.

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring
  • Other (describe): Code quality improvements

Testing

How were these changes tested?

  • Tested locally with Ollama
  • Added/updated unit tests
  • Tested on macOS
  • Tested on Linux

Checklist

  • Code follows project style guidelines
  • Self-reviewed the code
  • make test passes
  • make build succeeds
  • Documentation updated if needed

Bug fixes:
- Memory manager now initializes after /init (fixes /remember, /memory)
- History manager now initializes after /init (fixes /history, /undo)

Code quality:
- Apply gofmt -s formatting (32 files) for 100% Go Report Card

Repository polish:
- README: Add badges (release, stars, forks), centered layout
- CI: Run on push/PR, add gofmt check, go vet, coverage, matrix builds
- Templates: Improve bug report, feature request, PR templates
- Add issue template config with docs/discussions links
- CONTRIBUTING: Document gofmt -s requirement

Tested: All 14 packages pass, go vet clean, manually verified.
@dayanstef dayanstef self-assigned this Feb 4, 2026
@dayanstef dayanstef merged commit 5450a71 into main Feb 4, 2026
4 checks passed
@dayanstef dayanstef deleted the fix/init-memory-history-managers branch February 4, 2026 10:12
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.

1 participant