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: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Aether
2
2
3
-
Aether is Ego Hygiene’s canonical first-party library of reusable AI specifications, skills, and agent source with deterministic validation and build tooling.
3
+
Aether is Ego Hygiene’s canonical first-party library of reusable AI
4
+
specifications, skills, agent source, and instruction modules with
18-document architecture graph. The reusable materialization contract, schema,
@@ -18,7 +20,8 @@ and consumer validator live under
18
20
## 2) What Aether owns (and does not own)
19
21
20
22
Aether owns:
21
-
- First-party canonical specs, skills, and agents.
23
+
- First-party canonical specs, skills, agents, and reusable instruction
24
+
modules.
22
25
- Catalog/provenance schemas and deterministic validators.
23
26
- Distribution/projection build scripts.
24
27
@@ -33,20 +36,24 @@ Canonical source:
33
36
-`library/organization/specs/`
34
37
-`library/organization/skills/`
35
38
-`library/organization/agents/`
39
+
-`library/organization/instructions/`
36
40
37
41
Generated artifacts:
38
42
-`catalog/first-party/catalog.v1.json`
39
43
-`dist/skills/`
40
44
-`dist/github/`
45
+
-`dist/codex/`
46
+
-`dist/claude/`
41
47
42
48
`.staging/` is non-canonical migration/provenance holding space and cannot be emptied without ADR-005 deletion-gate requirements (`DECISIONS.md#adr-005`).
43
49
44
50
## 4) First-party catalog summary
45
51
46
52
Current canonical inventory snapshot (recompute with the commands shown):
-`external/source-candidates.v1.json` — non-publishable external source candidates, including their rights-review state
@@ -37,6 +43,8 @@ Current source-specific catalogs have different responsibilities:
37
43
38
44
- specification and skill frontmatter is authoritative for `first-party/catalog.v1.json`;
39
45
- canonical agent source and `library/organization/agents/catalog.json` own agent-specific capability metadata;
46
+
-`library/organization/instructions/repository-continuity/` owns the reusable
47
+
continuity pointer and reviewed per-skill/per-agent dispositions;
40
48
- reviewed external source records own their upstream provenance and redistribution evidence.
41
49
42
50
The normalized provenance model is a **derived policy view**, not a second hand-edited source of truth. It gives these artifact kinds one common vocabulary for source, revision, digest, license, trust, lifecycle, compatibility, maintainer ownership, and publication readiness.
@@ -68,7 +76,10 @@ The normalized provenance contract supports:
68
76
- prompts;
69
77
- instructions.
70
78
71
-
The current repository has canonical specs, skills, and agents. Prompt/instruction source can be added later without inventing a separate provenance lifecycle. Rich agent catalog/cost-control work remains separate from the generic provenance contract.
79
+
The current repository has canonical specs, skills, agents, and a repository
80
+
continuity instruction module. Future prompt/instruction sources can use the
81
+
same provenance lifecycle. Rich agent catalog/cost-control work remains
0 commit comments