Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .abstract.md

This file was deleted.

51 changes: 0 additions & 51 deletions .overview.md

This file was deleted.

5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Project Preferences

## Project overview using progressive disclosure

1. Read and understand: `.napkin/NAPKIN.md`
2. run `napkin overview --json`
Comment on lines +5 to +6
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Broken references — .napkin/NAPKIN.md and napkin command do not exist

Both items in this new section point to resources that are absent from the repository:

  1. .napkin/NAPKIN.md — this file does not exist anywhere in the repo (checked tracked files, git ls-files, and gitignored paths).
  2. napkin overview --json — there is no napkin binary, script, or package dependency anywhere in the project (justfile, package.json, scripts/).

An agent following these instructions will immediately hit a dead end on step 1, and the shell command on step 2 will fail with "command not found". If .napkin/ is intended to be a new directory/tool added alongside this PR, it should be included in this changeset. If this is forward-looking scaffolding, a note such as "coming soon" or a conditional check would prevent confusion.

Prompt To Fix With AI
This is a comment left during a code review.
Path: AGENTS.md
Line: 5-6

Comment:
**Broken references — `.napkin/NAPKIN.md` and `napkin` command do not exist**

Both items in this new section point to resources that are absent from the repository:

1. `.napkin/NAPKIN.md` — this file does not exist anywhere in the repo (checked tracked files, `git ls-files`, and gitignored paths).
2. `napkin overview --json` — there is no `napkin` binary, script, or package dependency anywhere in the project (`justfile`, `package.json`, `scripts/`).

An agent following these instructions will immediately hit a dead end on step 1, and the shell command on step 2 will fail with "command not found". If `.napkin/` is intended to be a new directory/tool added alongside this PR, it should be included in this changeset. If this is forward-looking scaffolding, a note such as "coming soon" or a conditional check would prevent confusion.

How can I resolve this? If you propose a fix, please make it concise.


## Browser, esign/Style
- the user will ask you to test something on the website, like:
- http://localhost:4320/
Expand Down
2 changes: 1 addition & 1 deletion src/data/blog/vinyl.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "J'ai posé cette question sur ce groupe Facebook et j'ai reçu plu
ogImage: ../../assets/images/og-legacy/2021/11/vinyl-1.jpg
---

Voici la liste ultime pour faire vos prochaines trouvailles!
Voici la liste ultime pour faire vos prochaines trouvailles:

## **Indies**

Expand Down
Loading