docs: add portfolio disposition for signing cluster #32 Active#26
Conversation
Records ApplyKit as Active (Tauri 2 + Rust dual-distribution prep arc) on origin/main. Joins signing cluster as 32nd candidate but Active state. Introduces new sub-pattern: dual CLI + Desktop distribution from one Cargo workspace. First portfolio app shipping both surfaces from a single Rust workspace (modular crates: core, LLM adapters, export, CLI + Tauri 2 desktop UI). Shares local-LLM-dependent sub-pattern with thought-trails (Ollama / LM Studio / llama.cpp prerequisite). Signing cluster now has 2 Active members (JobMarketHeatmap + ApplyKit) alongside 30 Release Frozen — confirms Active state is real in signing cluster, not an anomaly. Cluster × state lattice established across iOS, PyPI, and now signing clusters. Truth Gate (no hallucinated claims) + deterministic output (same input + same config = same packet) are the distinguishing features. Operator concerns: distribution-surface decision (CLI primary vs desktop primary vs both equal), local LLM onboarding friction (same as thought-trails), Truth Gate as differentiating marketing. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c6f0eb8723
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| 1. **CLI** (`applykit_cli` crate): `cargo run -p applykit_cli -- | ||
| generate --company X --role Y --jd ./jd.txt` — scriptable |
There was a problem hiding this comment.
Include required CLI arguments in the example
This documented invocation is not runnable as written: the Generate subcommand requires both --source and --baseline with no defaults in crates/applykit_cli/src/main.rs, while this example only passes company, role, and JD. Operators following the portfolio disposition to smoke-test or reactivate the CLI will hit clap's missing-required-argument error instead of generating a packet; the README's existing example includes --source "LinkedIn" and --baseline 1pg.
Useful? React with 👍 / 👎.
Joins signing cluster as 32nd candidate but Active state. Introduces dual CLI + Desktop distribution sub-pattern from one Cargo workspace. Second Tauri 2 Active member confirms Active state is real in signing cluster.
🤖 Generated with Claude Code