Skip to content

Delete notes directory - #1245

Merged
RhysSullivan merged 1 commit into
mainfrom
delete-notes
Jul 2, 2026
Merged

Delete notes directory#1245
RhysSullivan merged 1 commit into
mainfrom
delete-notes

Conversation

@RhysSullivan

@RhysSullivan RhysSullivan commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Removes the notes/ directory — 33 files of planning/scratch notes that no longer need to live in the repo.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 2, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing 7b3a02a Commit Preview URL

Branch Preview URL
Jul 02 2026, 01:18 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 2, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud 7b3a02a Jul 02 2026, 01:19 AM

@RhysSullivan
RhysSullivan merged commit 80bc608 into main Jul 2, 2026
13 of 15 checks passed
@greptile-apps

greptile-apps Bot commented Jul 2, 2026

Copy link
Copy Markdown

Greptile Summary

This PR removes the entire notes/ directory (33 files, ~8,000 lines) of planning documents, scratch notes, and research that are no longer needed in the repository.

  • All 33 deleted files are documentation-only markdown/text files with no runtime impact, except notes/desktop-daemon-ownership-wedge.md which is still referenced by e2e/desktop-packaged/linux-vm/README.md — that README should be updated to either inline the relevant context or drop the now-broken link.
  • All other notes in notes/old/, notes/research/, and the top-level notes/ folder have no inbound references and are safe to delete.

Confidence Score: 4/5

Safe to merge after updating the broken cross-reference in the e2e README.

All deleted files are documentation only, so there is no runtime risk. The one issue is that e2e/desktop-packaged/linux-vm/README.md directly links to notes/desktop-daemon-ownership-wedge.md for root-cause context; after this merge that link is dead, leaving the e2e test documentation incomplete for anyone who needs to understand the daemon ownership wedge scenario.

e2e/desktop-packaged/linux-vm/README.md — needs its reference to the deleted notes file removed or replaced with inline context.

Important Files Changed

Filename Overview
notes/desktop-daemon-ownership-wedge.md Deleted — still referenced by e2e/desktop-packaged/linux-vm/README.md; removing this file leaves a dangling cross-reference in active test documentation.
notes/dynamic-plugin-loading-v1.md Deleted — 1029-line planning document for dynamic plugin loading; no external references found.
notes/research/plugins/architecture.md Deleted — architecture research note with no external references; safe to remove.
notes/todo Deleted — plain-text scratch todo list with no external references; safe to remove.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[notes/ directory removed\n33 files deleted] --> B{Referenced elsewhere?}
    B -->|Yes| C[e2e/desktop-packaged/linux-vm/README.md\nline 7: ../../../notes/desktop-daemon-ownership-wedge.md]
    B -->|No| D[All other 32 files\nNo inbound references]
    C --> E[⚠️ Dangling link — README needs update]
    D --> F[✅ Safe to delete]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[notes/ directory removed\n33 files deleted] --> B{Referenced elsewhere?}
    B -->|Yes| C[e2e/desktop-packaged/linux-vm/README.md\nline 7: ../../../notes/desktop-daemon-ownership-wedge.md]
    B -->|No| D[All other 32 files\nNo inbound references]
    C --> E[⚠️ Dangling link — README needs update]
    D --> F[✅ Safe to delete]
Loading

Reviews (1): Last reviewed commit: "Delete notes directory" | Re-trigger Greptile

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Torn down — the PR is closed.

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