Skip to content

fix: README session table not updating after session #70#27

Merged
The-R4V3N merged 1 commit intomainfrom
26-session-table
Mar 25, 2026
Merged

fix: README session table not updating after session #70#27
The-R4V3N merged 1 commit intomainfrom
26-session-table

Conversation

@The-R4V3N
Copy link
Copy Markdown
Owner

Summary

  • The README redesign changed the table footer text from *This table will be updated automatically each session.* to *This table is updated automatically each session.*
  • updateReadmeSessionsTable() in journal.ts still looked for the old string
  • The marker mismatch caused the function to silently return, freezing the table at session #70

Fix

One-line change: update the tableEnd marker in journal.ts to match the current README text.

Test plan

  • All 321 tests pass
  • TypeScript compiles clean
  • Next session after merge should auto-update the table to show all sessions through #84+

Fixes #26

The README redesign changed the table footer from "will be updated" to
"is updated" but journal.ts still looked for the old string. The marker
mismatch caused updateReadmeSessionsTable() to silently return without
updating, freezing the table at session #70.

Fixes #26
@The-R4V3N The-R4V3N linked an issue Mar 25, 2026 that may be closed by this pull request
@The-R4V3N The-R4V3N merged commit 0b937ad into main Mar 25, 2026
4 checks passed
@The-R4V3N The-R4V3N deleted the 26-session-table branch March 25, 2026 20:56
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.

Session table

1 participant