mirror of
https://github.com/ivenator1/proxmox-management.git
synced 2026-07-18 11:28:21 +08:00
[PR #17] [MERGED] docs: backlog of unwired features + bring CLAUDE.md up to date #17
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ivenator1/proxmox-management#17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/ivenator1/proxmox-management/pull/17
Author: @ivenator1
Created: 6/3/2026
Status: ✅ Merged
Merged: 6/4/2026
Merged by: @ivenator1
Base:
testing← Head:claude/testing-branch-pull-tEqHP📝 Commits (2)
2c2f3bddocs: record unwired/not-yet-implemented features in roadmap + CLAUDE.mdcf76acbdocs: bring CLAUDE.md in line with the Python-only architecture📊 Changes
2 files changed (+185 additions, -127 deletions)
View changed files
📝
CLAUDE.md(+120 -127)📝
docs/migration-roadmap.md(+65 -0)📄 Description
Follow-up to #16 (already merged). Docs-only — no code changes. These two commits landed on the branch after #16 merged, so they need their own PR.
2c2f3bd— record unwired / not-yet-implemented featuresAdds a "Post-migration backlog" section to
docs/migration-roadmap.mdand a matching "Unwired / not-yet-implemented features" section toCLAUDE.md, covering things that exist in the tree but aren't wired into the running flows (intended features, not dead code):ansible/primitives/*.ymlare unused (onlyrun_shell,reboot_host,snapshotare invoked) — flows inline equivalent shell; wiring them in as batched primitives is the planned speed optimisation.MaintenanceWindowmodel defined/exported but unused (windows flow as dicts).lxc_parse.script_name_from_update()unused (node-side grep used instead).changes.dpkg_hash_differs()unused (logic inlined instatus.lxc_app_status).window.in_windowforeign-tz handling; history filename granularity.cf76acb— bring CLAUDE.md in line with the Python-only architectureThe migration removed
fleet-update.yml, theroles/*/tasks, thetasks/*.ymlhelpers,discord_briefing.j2, and the Jinja-shim tests, butCLAUDE.mdstill documented them. This rewrites the stale sections:flows/_pkg.py; updateinventory.py(4 loaders +_iter_section); noteruffin CI.notifiers.py/history.py/window.py/status.pyinstead of deletedtasks/*.yml; describe Pythondry_runinstead of Ansiblecheck_mode.update.yml/detect.yml/ Uptime-Kuma sections with flow-based descriptions (decision trees kept, repointed atstatus.py).--use-*-flowbullets, the merge-play bullet, theinclude_roleand legacyvm_apt_resbullets; addLC_ALL=Cpinning, sharedflows/_pkg.py, Alpineash, in-memory state merge, host_vars merge, integer kuma-key coercion.conftest.pynote + Jinja-pattern section; refresh the plain-Python table (addtest_pkg.py); update molecule + CI notes; keep the Discord embed markdown constraints.https://claude.ai/code/session_01J7Xw8eqUZADBzKo6cqiWLy
Generated by Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #17] docs: backlog of unwired features + bring CLAUDE.md up to dateto [PR #17] [MERGED] docs: backlog of unwired features + bring CLAUDE.md up to date