fix(cleanup): remove ghost acp/ package and orphaned .pyc files #1256
No reviewers
Labels
No labels
auto/needs-reevaluation
controller-managed
auto/blocked-by-deps
auto/ci-timeout
auto/claimed-implementer
auto/claimed-merge
auto/claimed-reviewer
auto/driver-down
auto/invariant-violation
auto/last-attempt-tier-0
auto/last-attempt-tier-1
auto/last-attempt-tier-2
auto/last-attempt-tier-min
Automation Tracking
auto/needs-conflict-resolution
auto/needs-implementer
auto/postmortem
auto/ready-to-merge
auto/restart-throttled
auto/revert
auto/sentinel
auto/stale-inactivity
auto/unstable
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs Feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
CI Blocker
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Automation
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Refactor
Type
Support
Type
Task
Type
Testing
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cleveragents/cleveragents-core!1256
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/m7-remove-acp-ghost-package"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Closes #947
Adds an explicit
.gitignoreentry for the deprecatedsrc/cleveragents/acp/package path to prevent accidental re-introduction and document the deprecation per ADR-047 (ACP → A2A Standard Adoption).Background
The ACP module was properly renamed to
src/cleveragents/a2a/in commitec0b7631(closing #688), but the deprecatedacp/path was not explicitly excluded. While__pycache__/and*.py[cod]are already gitignored globally, the ghostacp/directory with stale.pycfiles persists on developer machines as untracked build artifacts.Changes
.gitignore: Added explicit exclusion forsrc/cleveragents/acp/with a comment referencing ADR-047Verification
src/cleveragents/acp/does not exist in version control (renamed toa2a/inec0b7631).pycfiles across the entire repositorycleveragents.acpin source, test, and configuration files.pycfiles exist without corresponding.pysourcesdocs/specification.md,docs/timeline.md, andmkdocs.ymlare historical documentation — appropriate to keepQuality Gates
All nox sessions pass:
lintformattypechecksecurity_scandead_codeunit_tests-3.13integration_tests-3.13docsbuild-3.13benchmarkcoverage_reportReview: PR #1256 — fix(cleanup): remove ghost acp/ package and orphaned .pyc files
Checklist
fix(cleanup): remove ghost acp/ package and orphaned .pyc files— valid Conventional Changelog format withISSUES CLOSED: #947footer.gitignoreentry forsrc/cleveragents/acp/with a comment referencing ADR-047.pycfiles, zerocleveragents.acpimports, and no orphaned.pycfiles existneeds feedbacklabelAssessment
This is a safe, minimal cleanup change. The deprecated
acp/directory was already removed from version control in commitec0b7631; this PR adds an explicit.gitignoreexclusion to prevent accidental re-introduction. The remaining "acp" references in docs are historical documentation and appropriate to keep.APPROVED — merging.