1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-07 00:33:04 +00:00

Commit graph

  • 505b2c76af Notes added by 'git notes add' Jason Hall 2025-07-21 22:29:37 -04:00
  • 54d5cc1244
    Remove git hooks and simplify notes pushing main Jason Hall 2025-07-21 22:29:33 -04:00
  • 33db8afc47 Notes added by 'git notes add' Jason Hall 2025-07-21 22:22:37 -04:00
  • 32be89b76d
    Add Chrome extension for viewing git notes on GitHub Jason Hall 2025-07-21 22:22:32 -04:00
  • 37dd713c9f Notes added by 'git notes add' Jason Hall 2025-07-21 21:46:59 -04:00
  • ce24ed507f
    Fix nil pointer dereference in settings test Jason Hall 2025-07-21 21:46:55 -04:00
  • fac9bc5858 Notes added by 'git notes add' Jason Hall 2025-07-21 21:44:21 -04:00
  • 0991df3680
    Add pre-push hook example for automatic notes pushing Jason Hall 2025-07-21 21:44:16 -04:00
  • a9c7d7e24b Notes added by 'git notes add' Jason Hall 2025-07-21 21:39:58 -04:00
  • 0c93712281
    Test pre-push hook Jason Hall 2025-07-21 21:39:54 -04:00
  • e9a8ed006b Notes added by 'git notes add' Jason Hall 2025-07-21 21:37:40 -04:00
  • 9a3d8efb89
    Add GitHub Actions workflow for Go tests Jason Hall 2025-07-21 21:37:35 -04:00
  • 3986546def Notes added by 'git notes add' Jason Hall 2025-07-21 21:31:05 -04:00
  • 43fff30a61
    Add GitHub API scripts for accessing git notes Jason Hall 2025-07-21 21:31:00 -04:00
  • 00a51a4045 Notes added by 'git notes add' Jason Hall 2025-07-21 18:30:19 -04:00
  • 04e7115744
    Refactor config to use default values without hard-coding Jason Hall 2025-07-21 18:30:15 -04:00
  • 82f58aa08d Notes added by 'git notes add' Jason Hall 2025-07-21 18:21:15 -04:00
  • 65a010675d
    Remove .claude/notes.json configuration file v0.0.1 Jason Hall 2025-07-21 18:21:12 -04:00
  • 3b3a3a4a09 Notes added by 'git notes add' Jason Hall 2025-07-21 18:19:18 -04:00
  • 747cd49102
    Increase default max_prompts to 400 and format notes.json Jason Hall 2025-07-21 18:19:14 -04:00
  • 48d460a37a Notes added by 'git notes add' Jason Hall 2025-07-21 18:17:14 -04:00
  • cd1dd80780
    Optimize hook registration and add comprehensive test suite Jason Hall 2025-07-21 18:17:09 -04:00
  • 1fd80775fb Notes added by 'git notes copy' Jason Hall 2025-07-21 16:59:31 -04:00
  • 01ba9278ba
    Only register PostToolUse hook during installation Jason Hall 2025-07-21 16:59:15 -04:00
  • 51d0d9017e Notes added by 'git notes add' Jason Hall 2025-07-21 16:59:19 -04:00
  • caa1834d58
    Update README.md Jason Hall 2025-07-21 16:55:41 -04:00
  • e1e2f79b4f Notes added by 'git notes add' Jason Hall 2025-07-21 15:29:50 -04:00
  • f32928189d
    Fix go run detection by checking for go-build in any cache location Jason Hall 2025-07-21 15:29:46 -04:00
  • b4d868156e Notes added by 'git notes add' Jason Hall 2025-07-21 15:02:24 -04:00
  • bae042b031
    Prevent go run install and clean up settings Jason Hall 2025-07-21 15:02:20 -04:00
  • a6edc716c7 Notes added by 'git notes add' Jason Hall 2025-07-21 14:57:45 -04:00
  • 47abf1a0ce
    Prevent cnotes installation from temporary directories Jason Hall 2025-07-21 14:57:34 -04:00
  • 5cbd86c612 Notes added by 'git notes add' Jason Hall 2025-07-21 14:51:04 -04:00
  • 3cfe51703e
    Implement proper deduplication using last event timestamp tracking Jason Hall 2025-07-21 14:51:00 -04:00
  • 230c831137 Notes added by 'git notes add' Jason Hall 2025-07-21 14:46:50 -04:00
  • 2cc9c8c00d
    Increase default max_prompts from 2 to 100 Jason Hall 2025-07-21 14:46:46 -04:00
  • 826df8467d Notes added by 'git notes add' Jason Hall 2025-07-21 14:45:17 -04:00
  • aedefe6391
    Fix missing user prompts by increasing time buffer to 60 seconds Jason Hall 2025-07-21 14:45:14 -04:00
  • 5db4f24453 Notes added by 'git notes add' Jason Hall 2025-07-21 14:44:31 -04:00
  • a5c285a894
    Debug: Test commit to check user prompt capture Jason Hall 2025-07-21 14:44:26 -04:00
  • 122153aea5 Notes added by 'git notes add' Jason Hall 2025-07-21 14:42:08 -04:00
  • 839b396e1e
    Document emoji configuration in CLAUDE.md Jason Hall 2025-07-21 14:42:04 -04:00
  • b1a20dd444 Notes added by 'git notes add' Jason Hall 2025-07-21 14:41:23 -04:00
  • cc4541b256
    Add configurable emojis for user and assistant messages Jason Hall 2025-07-21 14:41:19 -04:00
  • 284875293c Notes added by 'git notes add' Jason Hall 2025-07-21 14:36:29 -04:00
  • c2927548f9
    Complete conversational flow redesign for cnotes show Jason Hall 2025-07-21 14:36:24 -04:00
  • daa8570472 Notes added by 'git notes add' Jason Hall 2025-07-21 14:35:54 -04:00
  • 25103349f9
    Test conversational format in git notes Jason Hall 2025-07-21 14:35:50 -04:00
  • 96bfdea9d5 Notes added by 'git notes add' Jason Hall 2025-07-21 14:32:40 -04:00
  • 03ccfdb50c
    Update README to mention conversational transcript format Jason Hall 2025-07-21 14:32:33 -04:00
  • a9dfb0f3cf Notes added by 'git notes add' Jason Hall 2025-07-21 14:31:55 -04:00
  • 588abf835d
    Add conversational flow to cnotes show command Jason Hall 2025-07-21 14:31:48 -04:00
  • e2edfd2698 Notes added by 'git notes add' Jason Hall 2025-07-21 14:05:20 -04:00
  • a98459ed4d
    Refactor install output to use multi-line string template Jason Hall 2025-07-21 14:05:16 -04:00
  • 968b18f99a Notes added by 'git notes add' Jason Hall 2025-07-21 14:03:35 -04:00
  • def9a335f2
    Add small delay to ensure transcript is written before parsing Jason Hall 2025-07-21 14:03:30 -04:00
  • ae7f3cf276 Notes added by 'git notes add' Jason Hall 2025-07-21 14:02:59 -04:00
  • f7482327c3
    Fix user prompt parsing to handle string content format Jason Hall 2025-07-21 14:02:53 -04:00
  • ed1f2233c5 Notes added by 'git notes add' Jason Hall 2025-07-21 14:01:02 -04:00
  • 042ee0911b
    Test: debug user prompts Jason Hall 2025-07-21 14:00:58 -04:00
  • 1d1a03466a Notes added by 'git notes add' Jason Hall 2025-07-21 14:00:26 -04:00
  • 66249e8b74
    Test: user prompts with fixed parser Jason Hall 2025-07-21 14:00:23 -04:00
  • 42ac632e18 Notes added by 'git notes add' Jason Hall 2025-07-21 13:59:11 -04:00
  • 8f5c38cb37
    Test: check if user prompts are captured Jason Hall 2025-07-21 13:59:07 -04:00
  • da0f67a999 Notes added by 'git notes add' Jason Hall 2025-07-21 13:58:16 -04:00
  • 5577e350b3
    Update install command output to accurately describe cnotes functionality Jason Hall 2025-07-21 13:58:12 -04:00
  • 7c74fe6fb0 Notes added by 'git notes add' Jason Hall 2025-07-21 13:52:58 -04:00
  • f5531759fd
    Include context from all transcript files in project directory Jason Hall 2025-07-21 13:52:54 -04:00
  • 13718030fe Notes added by 'git notes add' Jason Hall 2025-07-21 13:51:45 -04:00
  • 0257301ee5
    Test: check multi-session debug Jason Hall 2025-07-21 13:51:33 -04:00
  • c9da62d5c8 Notes added by 'git notes add' Jason Hall 2025-07-21 13:50:34 -04:00
  • cf1e91a2a4
    Test: multi-session context in git notes Jason Hall 2025-07-21 13:50:29 -04:00
  • c0783fcefd Notes added by 'git notes add' Jason Hall 2025-07-21 13:38:34 -04:00
  • a6e6602bf8
    Fix duplicate content in git notes by filtering since last commit Jason Hall 2025-07-21 13:38:30 -04:00
  • bf9a62bcc1 Notes added by 'git notes add' Jason Hall 2025-07-21 13:37:33 -04:00
  • 6b338a76be
    Test: debug timestamp filtering Jason Hall 2025-07-21 13:37:28 -04:00
  • b87c193403 Notes added by 'git notes add' Jason Hall 2025-07-21 13:36:39 -04:00
  • 8e8e2d85a6
    Test: conversation context deduplication Jason Hall 2025-07-21 13:36:34 -04:00
  • 5dccc9b428 Notes added by 'git notes add' Jason Hall 2025-07-21 13:30:47 -04:00
  • 9d3337ee0e
    Improve pronunciation guide in README Jason Hall 2025-07-21 13:30:43 -04:00
  • 86a5a7f6ce Notes added by 'git notes add' Jason Hall 2025-07-21 13:27:47 -04:00
  • 39e3f12ed9
    Update .gitignore for cnotes binary Jason Hall 2025-07-21 13:27:43 -04:00
  • 07c0985633 Notes added by 'git notes add' Jason Hall 2025-07-21 13:21:35 -04:00
  • 2e7c71593b
    Include user prompts in git notes conversation context Jason Hall 2025-07-21 13:21:30 -04:00
  • 9e60e52cbf Notes added by 'git notes add' Jason Hall 2025-07-21 13:20:18 -04:00
  • b96c527a4f
    Test with updated binary Jason Hall 2025-07-21 13:20:15 -04:00
  • 3ef0ba865e Notes added by 'git notes add' Jason Hall 2025-07-21 13:19:55 -04:00
  • 42206f1c36
    Debug user prompt extraction Jason Hall 2025-07-21 13:19:50 -04:00
  • c981ae45b4 Notes added by 'git notes add' Jason Hall 2025-07-21 13:18:15 -04:00
  • 7a8a3606db
    Test user prompt extraction in git notes Jason Hall 2025-07-21 13:18:11 -04:00
  • 329c7d52d5 Notes added by 'git notes add' Jason Hall 2025-07-21 13:02:18 -04:00
  • 4f8189cef8
    Add stdin timeout and update documentation Jason Hall 2025-07-21 13:02:15 -04:00
  • c915138c5f Notes added by 'git notes add' Jason Hall 2025-07-21 12:52:43 -04:00
  • 324ad33ccc
    Refactor to cnotes: focused git notes tool Jason Hall 2025-07-21 12:52:39 -04:00
  • 79529baeb0 Notes added by 'git notes add' Jason Hall 2025-07-21 12:45:54 -04:00
  • ad3c31ffea
    Improve conversation excerpt formatting in notes show command Jason Hall 2025-07-21 12:45:50 -04:00
  • 284a5b3772 Notes added by 'git notes add' Jason Hall 2025-07-21 12:43:51 -04:00
  • 997a55970f
    Add pretty-printed Markdown show command for conversation notes Jason Hall 2025-07-21 12:43:34 -04:00
  • 62728c2ef4 Notes added by 'git notes add' Jason Hall 2025-07-21 12:40:08 -04:00
  • 5d9e678db8
    Complete git notes preservation documentation and cleanup Jason Hall 2025-07-21 12:40:04 -04:00