Skip to content

Add CI, config, store, and test files - #1

Open
pppmppp wants to merge 2 commits into
mainfrom
review-me
Open

pppmppp wants to merge 2 commits into
mainfrom
review-me

Conversation

@pppmppp

@pppmppp pppmppp commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds .gitignore, config.js, store.js, notes.js, notes.test.js, and ci.yml
  • Sets up CI workflow and test infrastructure

Test plan

  • CI workflow runs on push
  • notes.test.js passes

🤖 Generated with Claude Code

@pppmppp

pppmppp commented Jun 23, 2026

Copy link
Copy Markdown
Owner Author

Yes — Claude caught the bug: store.edit() crashes with TypeError: Cannot set properties of undefined when the given ID doesn't exist, because find() returns undefined and there's no null-check before note.text = text.

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.

2 participants