Claude code CLI CLAUDE.md: Razlika med redakcijama

Iz KrofekWiki
nova stran z vsebino: » = CLAUDE.md = == General behavior == * Minimize token usage. * Be concise and efficient. * Avoid scanning the whole repository unless explicitly requested. * Read only files relevant to the task. == Model usage guidance == * For simple tasks use lightweight reasoning: ** summaries ** logs ** JSON parsing ** Telegram formatting ** status checks * Use stronger reasoning only for: ** Python development ** HTML/CSS/JS coding ** Pine Script ** architecture decision...«
 
Brez povzetka urejanja
Vrstica 1: Vrstica 1:
# CLAUDE.md


= CLAUDE.md =
## General behavior
 
== General behavior ==


* Minimize token usage.
* Minimize token usage.
Vrstica 9: Vrstica 8:
* Read only files relevant to the task.
* Read only files relevant to the task.


== Model usage guidance ==
## Model usage guidance


* For simple tasks use lightweight reasoning:
* For simple tasks use lightweight reasoning:
** summaries
 
** logs
* summaries
** JSON parsing
* logs
** Telegram formatting
* JSON parsing
** status checks
*Telegram formatting
* status checks
 
* Use stronger reasoning only for:
* Use stronger reasoning only for:
** Python development
** HTML/CSS/JS coding
** Pine Script
** architecture decisions
** refactoring
** debugging complex issues


== File handling ==
* Python development
* HTML/CSS/JS coding
* Pine Script
* architecture decisions
* refactoring
* debugging complex issues
 
## File handling


* Never scan node_modules, dist, docs, plugins or cache folders unless explicitly requested.
* Never scan node_modules, dist, docs, plugins or cache folders unless explicitly requested.
Vrstica 31: Vrstica 33:
* Summarize large outputs instead of dumping full content.
* Summarize large outputs instead of dumping full content.


== Communication ==
## Communication


* Keep answers short and actionable.
* Keep answers short and actionable.
* Avoid unnecessary explanations.
* Avoid unnecessary explanations.


== Safety ==
## Safety


* Confirm before destructive actions.
* Confirm before destructive actions.
* Prefer read-only analysis by default.
* Prefer read-only analysis by default.

Redakcija: 09:14, 15. maj 2026

  1. CLAUDE.md
    1. General behavior
  • Minimize token usage.
  • Be concise and efficient.
  • Avoid scanning the whole repository unless explicitly requested.
  • Read only files relevant to the task.
    1. Model usage guidance
  • For simple tasks use lightweight reasoning:
  • summaries
  • logs
  • JSON parsing
  • Telegram formatting
  • status checks
  • Use stronger reasoning only for:
  • Python development
  • HTML/CSS/JS coding
  • Pine Script
  • architecture decisions
  • refactoring
  • debugging complex issues
    1. File handling
  • Never scan node_modules, dist, docs, plugins or cache folders unless explicitly requested.
  • List filenames before reading many files.
  • Summarize large outputs instead of dumping full content.
    1. Communication
  • Keep answers short and actionable.
  • Avoid unnecessary explanations.
    1. Safety
  • Confirm before destructive actions.
  • Prefer read-only analysis by default.