fere-sdk 0.4.0.dev31__tar.gz → 0.4.0.dev33__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,9 @@
2
2
  *.pyc
3
3
  __pycache__
4
4
 
5
+ # pnpm local store (when set up at repo root)
6
+ .pnpm-store/
7
+
5
8
  # Devcontainer local env (contains secrets)
6
9
  .devcontainer/.env.local
7
10
  .devcontainer/.env.local.override
@@ -24,6 +27,9 @@ coverage.xml
24
27
  # Claude Code per-session scheduler lock (local runtime state)
25
28
  .claude/scheduled_tasks.lock
26
29
 
30
+ # Claude Code temporary task checklist scratchpad (deleted on completion)
31
+ .claude/current-task.md
32
+
27
33
  # Ralph/autonomous loop runtime logs
28
34
  dev/logs/*
29
35
  !dev/logs/.gitignore
@@ -36,6 +42,7 @@ dev/logs/*
36
42
 
37
43
  # Cursor SEO skill — regenerated report JSON (not source)
38
44
  .cursor/skills/seo-agent/artifacts/
45
+ .cursor/skills/docker-images-cve-scan/artifacts/
39
46
 
40
47
  # Skills installed locally by the skills package manager (see skills-lock.json)
41
48
  .claude/skills/stripe-best-practices
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fere-sdk
3
- Version: 0.4.0.dev31
3
+ Version: 0.4.0.dev33
4
4
  Summary: Python SDK for the FereAI Gateway API
5
5
  Author-email: Fere AI <info@fere.ai>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "fere-sdk"
3
- version = "0.4.0.dev31"
3
+ version = "0.4.0.dev33"
4
4
  description = "Python SDK for the FereAI Gateway API"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes