Skip to content

Releases: smilezheng/gojaja

v3.2.0

Choose a tag to compare

@smilezheng smilezheng released this 14 Jun 04:04

What's new

  • Dashboard: quick Send report — compact horizontal form between RFCs and Activity on the Dashboard tab, so the operator can fire off a SYSTEM report without switching to the Actions tab. Same /api/report endpoint; visibility gated on loopback.

  • Activity feed: show all event body fieldsextractEventBody now joins title, message, and rationale instead of picking only the first non-empty field. RFC comments and decisions display all available context in the activity feed bubbles.

  • RFC counter collision fixcreateRfc scans existing RFC directories on disk so the counter never collides with surviving historical directories when config.yaml rfcCounter is lost (e.g. after reset + init or migration).

v3.1.0

Choose a tag to compare

@smilezheng smilezheng released this 04 Jun 16:15

What's Changed (since v3.0.1)

Watch Dashboard

  • Light theme with warm cream/beige background
  • Chat-bubble dashed dividers + colour-coded event pills
  • Priority legend; P0 turns green, danger keeps red
  • Responsive layout for tablet / phone widths
  • Task board collapsible sections
  • i18n support (en + zh-CN) with auto-detect + manual switcher

CLI

  • config.yaml gains a settings block
  • activate snippet teaches git worktree isolation
  • Help text (gojaja -h) rewritten: removed internal PR references and unreachable doc links, tightened prose (~490 -> ~270 lines), point agents to gojaja handbook instead of file paths

Documentation

  • README (EN + zh-CN) synced with v3 two-tree architecture
  • zh-CN README: added v3 vs v2 migration section, --as-system examples, dashboard i18n note
  • EN README: updated reset section for v3 central tree cleanup

Internal

  • migrate --cleanup safety net for dirty git state
  • watch reads project.json for project metadata

Full Changelog: v3.0.1...v3.1.0

v1.0.0

Choose a tag to compare

@smilezheng smilezheng released this 01 Jun 04:11

First public release.