Imported from fatecannotbealtered/outlook-cli (
AGENTS.md). Install upstream withnpx skills add fatecannotbealtered/outlook-cli. Copyright stays with the author.
Agent Entry
This repository is an AI-native CLI project. Agents must start with
.agent/AGENT.md, then read only the spec needed for the current task:
.agent/CLI-SPEC.mdfor command/output/error contract changes..agent/SEC-SPEC.mdfor security, untrusted content, credentials, and supply chain..agent/SKILL-SPEC.mdforskills/outlook-cli/SKILL.mdchanges.- Shared
REPO-SPEC.mdfor repository layout, release, and documentation changes.
Before completing work, run the relevant checklist from the spec you touched.
Before release, Functional Contract Coverage must remain 100%: every public README / Skill / reference / help / context / doctor / changelog / update behavior needs command-level tests.
Release readiness must be explicit: reference.release_readiness and doctor declare stable, beta, or unpublishable; stable requires recorded live smoke/E2E evidence.