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
19 changes: 19 additions & 0 deletions project/ticket-006/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# ticket-006: Remove pfix auto-repair from the project

- **Status**: IN_PROGRESS
- **Workflow state**: EDIT

SESSION_EXECUTION_AUTHORIZATION: on 2026-09-13 the user requested that pfix be
removed from Semcod projects or deactivated, because its automatic repairs
overwrite development changes.

AC-01: No tracked `pyproject.toml` declares a `[tool.pfix]` table or a `pfix`
requirement (runtime, optional, group or tool environment).
AC-02: The parsed TOML differs from the base only by the removed pfix entries.
AC-03: A tracked `uv.lock` is regenerated so it no longer records a direct pfix
requirement of this project.
AC-04: Source code, tests and generated documentation projections are unchanged.

Canonical fleet evidence:
`subactor/docs/architecture/analysis/semcod-library-quality.md`.
This ticket does not establish full new-project adoption.
17 changes: 17 additions & 0 deletions project/ticket-006/intent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"ticket": "ticket-006",
"summary": "Remove pfix auto-repair configuration and dependency declarations",
"allowedPaths": [
"pyproject.toml",
"uv.lock",
"project/ticket-006/**"
],
"forbiddenPaths": [
".env",
"src/**",
"tests/**",
".github/workflows/**"
],
"authorization": "SESSION_EXECUTION_AUTHORIZATION",
"outcome": "pfix is no longer configured, installed or locked by this project; no runtime behavior change."
}
18 changes: 0 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies = [
"rich>=13.0",
"jmespath>=1.0",
"costs>=0.2.0",
"pfix>=0.1.79",
]
license = "Apache-2.0"

Expand All @@ -30,7 +29,6 @@ redeploy-mcp = "redeploy.mcp_server:serve"
[project.optional-dependencies]
dev = ["pytest>=8.0", "ruff>=0.4",
"costs>=0.2.0",
"pfix>=0.1.79",
]
op3 = ["op3>=0.1.8"]
mcp = ["mcp>=1.0,<2"]
Expand All @@ -52,22 +50,6 @@ redeploy = ["**/*.yaml"]
[tool.setuptools.exclude-package-data]
redeploy = ["tests/*", "tests/**/*"]

[tool.pfix]
# Self-healing Python configuration
model = "openrouter/qwen/qwen3-coder-next"
auto_apply = true
auto_install_deps = true
auto_restart = false
max_retries = 3
create_backups = false
git_auto_commit = false

[tool.pfix.runtime_todo]
enabled = true
todo_file = "TODO.md"
min_severity = "low"
deduplicate = true

[tool.costs]
# AI Cost tracking configuration
badge = true
Expand Down
10 changes: 3 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading