apt-ostree/.notes
robojerk 97a9c40d7e docs: Add comprehensive documentation and update planning
- Add docs/README.md with project overview and current status
- Add docs/architecture.md with detailed architecture documentation
- Add docs/development.md with development guide for contributors
- Update .notes/todo.md to reflect architecture fix completion
- Update .notes/plan.md with completed phases and next priorities

Architecture fixes (daemon and dbus), bubblewrap integration are now complete.
Ready for OCI integration phase.
2025-07-18 23:38:57 +00:00
..
inspiration Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
research Fix branch name conversion bug with regex-based solution 2025-07-18 20:25:07 +00:00
rpm-ostree docs: Add comprehensive documentation and update planning 2025-07-18 23:38:57 +00:00
tests Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
.gitignore Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
critical_integration_implementation.md Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
phase5_completion_summary.md Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
plan.md docs: Add comprehensive documentation and update planning 2025-07-18 23:30:55 +00:00
readme.md Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
rpm-ostree-cli-analysis.md Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
todo.md docs: Add comprehensive documentation and update planning 2025-07-18 23:30:55 +00:00

I want to fork, rebase or whatever the correct term is, the project rpm-ostree to create a new project apt-ostree.

I want to swap out libdnf with libapt-pkg

The the new project is name apt-ostree, for Debian and Ubuntu based systems.

We need to replace libdnf and any and all dnf, and rpm packaging things with apt and deb packaging.

I want the app to be essentially the same. Identical User experience and everything.

But any and all Fedora, RHEL, etc. stuff needs to be swapped out too.