-
Notifications
You must be signed in to change notification settings - Fork 222
[FEATURE] Feature request: sync/check/status/doctor workflow for installed context #1537
Copy link
Copy link
Closed
Labels
area/cliCLI command surface, flags, help text (cross-cutting).CLI command surface, flags, help text (cross-cutting).area/docs-sitedocs/src/content (Starlight), README, doc generation.docs/src/content (Starlight), README, doc generation.status/needs-designDirection approved, design discussion required before code.Direction approved, design discussion required before code.status/triagedInitial agentic triage complete; pending maintainer ratification (silence = approval).Initial agentic triage complete; pending maintainer ratification (silence = approval).theme/portabilityOne manifest, every target. Multi-target deploy, marketplace, packaging, install.One manifest, every target. Multi-target deploy, marketplace, packaging, install.type/featureNew capability, new flag, new primitive.New capability, new flag, new primitive.
Metadata
Metadata
Assignees
Labels
area/cliCLI command surface, flags, help text (cross-cutting).CLI command surface, flags, help text (cross-cutting).area/docs-sitedocs/src/content (Starlight), README, doc generation.docs/src/content (Starlight), README, doc generation.status/needs-designDirection approved, design discussion required before code.Direction approved, design discussion required before code.status/triagedInitial agentic triage complete; pending maintainer ratification (silence = approval).Initial agentic triage complete; pending maintainer ratification (silence = approval).theme/portabilityOne manifest, every target. Multi-target deploy, marketplace, packaging, install.One manifest, every target. Multi-target deploy, marketplace, packaging, install.type/featureNew capability, new flag, new primitive.New capability, new flag, new primitive.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Feature request: sync/check/status/doctor workflow for installed context
At a glance
Is your feature request related to a problem? Please describe.
Yes. After APM installs context, teams still need to answer a few basic questions quickly:
Today those answers are spread across
apm install,apm compile, lockfile inspection, and genericgit diff.Describe the solution you'd like
Add a first-class lifecycle for installed context.
Example syntax:
Even if these start as thin wrappers around existing behavior, the value is having one obvious workflow for both humans and CI.
Describe alternatives you've considered
apm install+apm compileapm.lock.yamldirectlygit diffto detect driftThat works, but it is harder to teach, harder to automate, and slower to debug.
Additional context
This would make APM easier to operate at scale. Repos that rely on generated agent context usually need deterministic installs, a CI-safe drift check, a quick status view, and a fast way to diagnose environment issues.