Skip to content

Commit cb2dcb4

Browse files
authored
Merge pull request #166 from omkhar/agent/skill-improvement-plan
docs: add evidence-gated skill improvement plan
2 parents 7903f14 + 5315b63 commit cb2dcb4

5 files changed

Lines changed: 726 additions & 11 deletions

File tree

docs/authoritative-sources.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,56 @@
22

33
Latest research date: 2026-07-11.
44

5+
## 2026-07-11 — skill-improvement-plan startup/trust recheck
6+
7+
Scope: the planning-only startup, precedence, trigger, and fail-closed support decisions in
8+
`docs/proposals/skill-improvement-plan.md`. Official documentation was re-fetched for every
9+
first-party supported agent during the plan's release review. This pass adopts no runtime or
10+
generated-envelope feature; it establishes only what current vendor documentation does and does
11+
not prove before Tranche 1 implementation.
12+
13+
### Supported-agent documentation
14+
15+
- **OpenAI Codex**<https://learn.chatgpt.com/docs/customization/overview#skills> and
16+
<https://learn.chatgpt.com/docs/customization/overview#agents-guidance>. Codex documents global
17+
skills under `$HOME/.agents/skills`, repository skills under `.agents/skills`, implicit skill
18+
selection, progressive disclosure, and closest-file precedence for `AGENTS.md`. It does not make
19+
a loaded skill a signed pre-load trust anchor or document that a global skill neutralizes a
20+
same-name repository skill before target read. Decision: keep the existing package and defer a
21+
hardened external-startup claim to E1 loader/precedence evidence; unproved startup remains
22+
no-target-read compatibility.
23+
- **Claude Code**<https://code.claude.com/docs/en/slash-commands> and
24+
<https://code.claude.com/docs/en/memory>. Claude documents personal and project skill locations,
25+
automatic discovery, same-name priority, invocation controls, and on-demand loading. Those
26+
controls do not verify package bytes or establish an external launcher before project discovery.
27+
Decision: retain the generated package and read-only tool preapproval; defer hardened startup,
28+
hooks, agents, and broader tool overrides pending E1 evidence.
29+
- **Gemini CLI**<https://geminicli.com/docs/cli/using-agent-skills/> and
30+
<https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/>.
31+
Gemini documents user and workspace skill tiers and gives workspace skills higher same-name
32+
precedence; Google's transition notice retains Agent Skills in Antigravity CLI while the
33+
consumer-hosted Gemini tier has ended. Decision: a user-level install alone cannot be treated as
34+
neutralizing a workspace package; keep Gemini as compatibility coverage and require a
35+
no-target-read cap unless an external launcher proves otherwise.
36+
- **GitHub Copilot**<https://docs.github.com/en/copilot/concepts/agents/about-agent-skills> and
37+
<https://docs.github.com/en/copilot/reference/custom-instructions-support>. Copilot documents
38+
project skills in `.github/skills`, `.claude/skills`, and `.agents/skills`, plus personal skills
39+
in `~/.copilot/skills` or `~/.agents/skills`; it does not document signed pre-load verification or
40+
project-skill neutralization as a security boundary. Decision: keep the existing shared packages
41+
and minimal instructions; defer hardened-startup support and do not add a duplicate package.
42+
- **Google Antigravity**<https://antigravity.google/docs/skills> and
43+
<https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/>.
44+
Antigravity documents global skills under `~/.gemini/config/skills`, workspace skills under
45+
`.agents/skills`, backward support for `.agent/skills`, and progressive disclosure. The page does
46+
not establish signed pre-load verification or a uniform neutralization/precedence mechanism.
47+
Decision: retain canonical and legacy-compatibility packages; defer hardened-startup support to
48+
E1 and otherwise cap the surface before target read.
49+
50+
Net decision: current docs support the proposal's per-surface evidence matrix and fail-closed caps,
51+
not a universal trusted-global-install claim. Adopt no new Codex, Claude Code, Gemini CLI, GitHub
52+
Copilot, or Google Antigravity envelope feature in this planning release. Tranche 1 must perform
53+
isolated loader and precedence tests before changing a support tier.
54+
555
## 2026-07-11 — v0.29.0 release-readiness and agent-support refresh
656

757
Scope: release-readiness documentation only. The portable workflow, artifact contract, validator,

0 commit comments

Comments
 (0)