Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
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
573 changes: 573 additions & 0 deletions .agents/plans/2026-02-24-installer-format-expansion.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Crosspack is a Rust workspace for a native cross-platform package manager. The C
- `crosspack` and `cpk` binaries both map to the same `crates/crosspack-cli/src/main.rs` entrypoint.
- Output mode is contract-sensitive: interactive terminals get rich status; non-interactive output remains deterministic plain text.
- Specs marked v0.4/v0.5 are roadmap design docs unless behavior is explicitly shipped in current code/tests.
- Native package-manager wrapping is out of scope: do not wrap distro package manager commands; Linux support targets cross-distro/self-contained artifacts rather than distro-specific package formats.

## ANTI-PATTERNS (THIS PROJECT)
- Do not claim roadmap specs as GA behavior in CLI/docs.
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

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

Loading