Skip to content

Commit 8daaa76

Browse files
committed
docs: sync Antigravity skill-path governance
1 parent 8405d26 commit 8daaa76

6 files changed

Lines changed: 39 additions & 34 deletions

File tree

.antigravity/AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Source / GitHub URL → Goal → Inspect → Context Pack → Policy Gate → Pr
1616
## Skill Sources Classifications
1717

1818
Within this repository:
19-
- **.agent/skills** = repo guidance source
20-
- **.agents/skills** = compatibility metadata
19+
- **.agent/skills** = repo guidance / legacy source
20+
- **.agents/skills** = Antigravity active workspace skill path
2121
- **docs/phase8a-draft-skills** = draft source
2222
- **.antigravity** = inert adapted workspace config
2323

@@ -49,3 +49,4 @@ Before editing:
4949
2. Read `.antigravity/SKILL_INVENTORY.md` relevant to the task.
5050
3. Build a compact repo map.
5151
4. Stop for approval if the user asked for plan mode.
52+

.antigravity/BOOTSTRAP.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ To prevent context redundancy, follow this exact initial sequence:
1313
Deterministic trace packaging, replay-sidecar validation, and SPARK-style context artifact rendering for CompText.
1414

1515
## 3. Skill & Source Classifications
16-
- **.agent/skills**: Repo guidance source (15 guidelines).
17-
- **.agents/skills**: Compatibility metadata (9 legacy skill directories).
16+
- **.agent/skills**: Repo guidance / legacy source (15 guidelines).
17+
- **.agents/skills**: Antigravity active workspace skill path (9 legacy skill directories).
1818
- **docs/phase8a-draft-skills**: Draft global skill candidates / design source only.
1919
- **.antigravity**: Inert adapted workspace configuration directory.
2020

@@ -30,3 +30,4 @@ Deterministic trace packaging, replay-sidecar validation, and SPARK-style contex
3030
1. Load startup parameters from `.antigravity/START_HERE.md`.
3131
2. Inspect `docs/context/COMPTEXT_SPARKCTL_CONTEXT_CAPSULE.md` for active project state.
3232
3. Formulate plans for user approval before proposing edits.
33+

.antigravity/SKILL_INVENTORY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This inventory provides a complete comparison and registry of the skill sources
77

88
## Skill Sources Classifications
99

10-
- **.agent/skills** = repo guidance source
11-
- **.agents/skills** = compatibility metadata
10+
- **.agent/skills** = repo guidance / legacy source
11+
- **.agents/skills** = Antigravity active workspace skill path
1212
- **docs/phase8a-draft-skills** = draft source
1313
- **.antigravity** = inert adapted workspace config
1414

@@ -72,3 +72,4 @@ The following core Antigravity capabilities are available to this assistant:
7272
- **uv**: Python package manager helper.
7373
- **Scientific Databases**: ensembl-database, pubchem-database, uniprot-database, gnomad-database, clinical-trials-database, etc.
7474
- **Literature Search**: literature-search-arxiv, literature-search-openalex, pubmed-database, etc.
75+
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
{
2-
"status": "inert",
3-
"scope": "repo-local",
4-
"governance": "review-gated",
5-
"runtime": "not active runtime",
6-
"project": {
7-
"name": "comptext-sparkctl",
8-
"root_dir": "./",
9-
"rust_dir": "./agy7rust"
10-
},
11-
"antigravity": {
12-
"skills_dir": "./.agents/skills",
13-
"hooks_dir": "./.antigravity/hooks",
14-
"plugins_dir": "./.antigravity/plugins"
15-
},
16-
"safety_rules": {
17-
"provider_output_untrusted": true,
18-
"human_review_required": true,
19-
"repo_relative_only": true,
20-
"allow_push": false,
21-
"allow_deploy": false,
22-
"expose_secrets": false
23-
}
24-
}
1+
{
2+
"status": "inert",
3+
"scope": "repo-local",
4+
"governance": "review-gated",
5+
"runtime": "not active runtime",
6+
"project": {
7+
"name": "comptext-sparkctl",
8+
"root_dir": "./",
9+
"rust_dir": "./agy7rust"
10+
},
11+
"antigravity": {
12+
"skills_dir": "./.agents/skills",
13+
"hooks_dir": "./.antigravity/hooks",
14+
"plugins_dir": "./.antigravity/plugins"
15+
},
16+
"safety_rules": {
17+
"provider_output_untrusted": true,
18+
"human_review_required": true,
19+
"repo_relative_only": true,
20+
"allow_push": false,
21+
"allow_deploy": false,
22+
"expose_secrets": false
23+
}
24+
}

docs/context/ANTIGRAVITY_MIGRATION_LEDGER.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This file documents the conceptual mapping and legacy source classifications bet
77

88
## Skill Sources Classifications
99

10-
- **.agent/skills** = repo guidance source
11-
- **.agents/skills** = compatibility metadata
10+
- **.agent/skills** = repo guidance / legacy source
11+
- **.agents/skills** = Antigravity active workspace skill path
1212
- **docs/phase8a-draft-skills** = draft source
1313
- **.antigravity** = inert adapted workspace config
1414

@@ -31,3 +31,4 @@ We map the original Codex infrastructure concepts to their Antigravity equivalen
3131
- **Hook Integration**: Mapped, but disabled (inert, not active runtime).
3232
- **Skill Discovery**: Completed; mapped to local directories and system-level capabilities.
3333
- **Legacy Alignment**: Legacy and draft skill sources classified and cataloged.
34+

docs/context/COMPTEXT_SPARKCTL_CONTEXT_CAPSULE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This capsule acts as a persistent repository data store for Antigravity config s
1313
- **Index**: Reference `.antigravity/SKILL_INVENTORY.md` for local and system capabilities.
1414

1515
## 2. Skill Source Classifications
16-
- `.agent/skills/` = repo guidance source
17-
- `.agents/skills/` = compatibility metadata
16+
- `.agent/skills/` = repo guidance / legacy source
17+
- `.agents/skills/` = Antigravity active workspace skill path
1818
- `docs/phase8a-draft-skills/` = draft source / design reference only
1919
- `.antigravity/` = inert adapted workspace config
2020

@@ -33,3 +33,4 @@ This capsule acts as a persistent repository data store for Antigravity config s
3333
1. Apply the prompt prefix: `"Read .antigravity/START_HERE.md first."`
3434
2. Follow the bootstrap and inventory files for contextual queries.
3535
3. Obtain user approval before proposing changes to any workspace configs.
36+

0 commit comments

Comments
 (0)