You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reflective-prompt-library/PROJECT_KNOWLEDGE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ deferred promotions are recurrence-gated — see [panel backlog](plans/multi-age
87
87
> not duplicated here; this is a map, not an archive. Mechanical panel rounds
88
88
> are rolled up; the round-by-round trail lives in the panel record.
89
89
90
+
- 2026-07-11 Survey implementation (user-approved) — executed the survey-derived plans through their gates: Agent Skills spec conformance migrated (skills-ref 0.1.1 rejected all 11 skills' top-level governance fields, observed; fields moved under `metadata:`, packs gained `compatibility`, 11/11 now validate; `validate_links.py` enforces the spec whitelist with negative tests); loop-pack demotion trigger evaluated **not fired** (`/goal` is a model-judge stop, below the deterministic bar) with a Host-Native Alternatives note in the loop skill; pack usage log opened with zero-state; R8-compliant holdout expansion adopted H1/H2/H5/H6 with pre-tune observations (H3/H4 deferred as genuinely ambiguous) raising floors to ROUTE-002 42/118 and ROUTE-003 21/73 with four new router boundaries at 100%; SKILL_INSTALLATION gained Codex tiers, Gemini CLI (smoke-verified), spec troubleshooting, and host-side review-gate mapping → [skills ledger](plans/skills-surface-plan-2026-07-11.md), [demotion record](plans/flow-pack-demotion-evaluation-2026-07-11.md), [usage log](plans/flow-pack-usage-log.md), [routing ledger](plans/routing-holdout-plan-2026-07-11.md)
90
91
- 2026-07-11 Skills/flow-control landscape survey and domain planning — primary-doc survey found the SKILL.md format now a 30+-host open standard (`.agents/skills` cross-host path, spec validator, context budgets) and host-native loop surfaces shipped (`/goal` model-judge loop, `/loop`, script Stop hooks, `/batch`); one prior `[search-derived]` claim confirmed (native goal mode), AgentKit wind-down kept `unknown`; three gated domain plans opened (skills-surface S1–S6, flow-control F1–F4 incl. the T4 demotion-trigger evaluation, routing-holdout H1–H6 under R8) with no adoption, demotion, or router change decided → [survey](../surveys/agent-skills-flow-control-survey-2026-07-11.md), [skills plan](plans/skills-surface-plan-2026-07-11.md), [flow roadmap](plans/flow-control-roadmap-2026-07-11.md), [routing plan](plans/routing-holdout-plan-2026-07-11.md)
91
92
- 2026-07-11 Whole-project plan and roadmap consolidation — the open-work register (T1–T3, P6/P7/P12/P13/P15, M4–M7, E2, D4, June backlog) and all standing gates consolidated into two active, non-authoritative planning artifacts after the four earlier plans were retired as historical records; no new rules or gates introduced → [plan](plans/whole-project-plan-2026-07-11.md), [roadmap](plans/whole-project-roadmap-2026-07-11.md)
92
93
- 2026-07-11 Governance necessity consensus — six-lens review distinguished the load-bearing bounded core routing set from the historical cardinalities nine core / two packs; explicit Human Review adopted N2–N7, N9, and N10: binding domain-pack admission, canonical two-tier pointers, core-only install defaults with opt-in packs, structural pack guards, cardinality clarification, Adoption Guard Closure, R8 canonical pointer, and required per-skill license. N8 ratio replacement was rejected; pack merge (P6) and router integration (P7) remain trigger-gated; no pack entered core routing → [panel record](plans/governance-necessity-panel-record-2026-07-11.md)
Copy file name to clipboardExpand all lines: reflective-prompt-library/SKILL_INSTALLATION.md
+75-2Lines changed: 75 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Language: English | [繁體中文](SKILL_INSTALLATION.zh-TW.md)
4
4
5
5
Last verified: 2026-07-11
6
6
7
-
This guide explains how to install the nine TeaPrompt core workflow skills—and, when explicitly wanted, the optional registered domain packs—into Claude Code, Codex, Cursor, Google Antigravity CLI / IDE, and OpenCode.
7
+
This guide explains how to install the nine TeaPrompt core workflow skills—and, when explicitly wanted, the optional registered domain packs—into Claude Code, Codex, Cursor, Gemini CLI, Google Antigravity CLI / IDE, and OpenCode.
8
8
9
9
The source skills live here:
10
10
@@ -212,6 +212,12 @@ Codex-native install uses `$CODEX_HOME/skills`; when `CODEX_HOME` is unset, the
212
212
~/.codex/skills/<skill-name>/SKILL.md
213
213
```
214
214
215
+
Current Codex docs (checked 2026-07-11) additionally document Agent Skills tiers:
216
+
repository `.agents/skills` scanned from the working directory up to the repo
217
+
root, user `$HOME/.agents/skills`, and admin `/etc/codex/skills`; `$skill-installer`
218
+
installs curated skills. The `~/.codex/skills` path below is the Codex-native
Use `.agents/skills` when you want one project-local skill location that can also be read by other Agent Skills-compatible tools. If your Codex build does not show these skills, use the Codex-native `~/.codex/skills` path.
248
254
255
+
User-scope shared option (works for every `.agents/skills`-aware host):
0 commit comments