Skip to content

Add AIDEN plan doc#45

Merged
sbaker merged 1 commit into
mainfrom
claude/flamboyant-chaum-2470b4
Apr 19, 2026
Merged

Add AIDEN plan doc#45
sbaker merged 1 commit into
mainfrom
claude/flamboyant-chaum-2470b4

Conversation

@sbaker
Copy link
Copy Markdown
Member

@sbaker sbaker commented Apr 19, 2026

Summary

  • Adds docs/AIDEN-PLAN.md as the persistent spec for AIDEN (on-device AI assistant)
  • Captures the full architecture, decisions log, open questions, phased rollout, and cross-repo component map
  • Locks the CLI surface: five verbs (install / uninstall / start / stop / status), headless via -y

Why

Continual context for the WIP. Future sessions pick up state from docs/AIDEN-PLAN.md rather than rediscovering decisions each time. Rejects the Vertex path (~$3,780/mo/replica) in favor of a vendored llama-server bundled alongside Prompd with OpenAI-compat HTTP on 127.0.0.1.

Non-goals

  • Not a replacement for cloud providers on user-authored prmd runs
  • Not a general-purpose LLM host
  • Not a required install — opt-in only

Test plan

  • Doc reads cleanly end-to-end
  • Decisions log matches the conversation that produced it
  • Open questions section captures everything still TBD

No code changes in this PR — plan doc only.

Generated with Claude Code

Scopes the on-device AI assistant work: Prompd-wide local daemon (vendored
llama-server), five-verb CLI surface (install/uninstall/start/stop/status)
in prompd-cli, OpenAI-compat HTTP on 127.0.0.1 so it drops into the existing
provider abstraction. Captures decisions log, open questions, and phased
rollout so future sessions can pick up state from docs/AIDEN-PLAN.md.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5c16c2a1cc

ℹ️ 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".

Comment thread docs/AIDEN-PLAN.md

- Assemble prmd corpus (public prmd files, docs, format spec, examples)
- LoRA-tune Gemma 4 E4B on one-off rented L4 (~$20 one-time)
- Publish adapter to registry, wire `prompd aiden model pull prompd/aiden-prmd`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove model pull from the locked CLI command set

This Phase 4 task introduces a new prompd aiden model pull command, but later in the same document the decisions log says the CLI surface is locked to exactly five verbs (install / uninstall / start / stop / status) and explicitly rejects separate model pull/update verbs. Keeping both statements makes the plan internally inconsistent and can lead implementers to ship the wrong CLI contract.

Useful? React with 👍 / 👎.

@sbaker sbaker merged commit b043b8d into main Apr 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant