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
6 changes: 5 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@ regexes over heavyweight parsers, small focused modules).

- **Do not commit to `main` directly.** Create a feature branch per change and
open a PR into `main`.
- Commit identity: `user.email = noreply@anthropic.com`, `user.name = Claude`.
- **No AI-assistant / Claude Code attribution** anywhere β€” no `Co-Authored-By`,
`Claude-Session`, `πŸ€– Generated with …`, or `claude.ai/code` in commit
messages or PR descriptions, and don't attribute commit authorship to an
assistant. See [CLAUDE.md](CLAUDE.md). (The Anthropic *LLM provider* stays β€”
it's a feature.)
- `.env`, `.venv`, `__pycache__`, `~/.cache/...` and build artefacts are
gitignored β€” never commit them.
- **CI** is one workflow per concern under `.github/workflows/`: `lint.yml`
Expand Down
19 changes: 19 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# ConfLens β€” project rules for agents

See [AGENTS.md](AGENTS.md) for contributor/agent guidance and
[docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) for the design.

## Attribution policy (persistent β€” applies to every session and agent)

Do **not** add AI-assistant / "Claude Code" attribution anywhere in this
repository or its GitHub artifacts:

- **No** `Co-Authored-By:` trailers, `Claude-Session:` lines, `πŸ€– Generated
with …` footers, or `claude.ai/code` links in **commit messages** or
**pull-request descriptions**.
- Keep source, docs, and config free of Claude Code / assistant references.
- Do not attribute commit authorship to an AI assistant.

**Exception:** Anthropic / Claude *as an LLM provider* is a genuine product
feature (the `anthropic` provider and `claude-*` model ids in `llm.py`) and
stays β€” this policy is about tooling attribution, not the app's providers.
Loading