v0.20.5 add antigravity clean workspace
This commit is contained in:
@@ -14,28 +14,30 @@ This repository is not an application codebase. Its code supports the research p
|
||||
|
||||
- Cross-tool baseline: `AGENTS.md`
|
||||
- Gemini / Antigravity override: `GEMINI.md`
|
||||
- Antigravity roles: `.agents/agents.md`
|
||||
- Antigravity strong rules: `.agents/rules/`
|
||||
- Reusable skills: `.agents/skills/`
|
||||
- Antigravity workflows: `.agents/workflows/`
|
||||
- Antigravity roles: `.agent/agents.md`
|
||||
- Antigravity strong rules: `.agent/rules/`
|
||||
- Antigravity reusable skills: `.agent/skills/`
|
||||
- Antigravity workflows: `.agent/workflows/`
|
||||
- Legacy/full-repo adapter files: `.agents/`, `.codex/`, `.opencode/`, `.claude/`, `.gemini/`
|
||||
- Implementation plan and changelog: `PLAN.md`
|
||||
|
||||
If instructions conflict, use the more specific layer. For Antigravity, `GEMINI.md` and `.agents/rules/` override this file.
|
||||
If instructions conflict, use the more specific layer. For Antigravity, `GEMINI.md` and `.agent/rules/` override this file.
|
||||
|
||||
## Operating Modes
|
||||
|
||||
Python-core mode:
|
||||
|
||||
- Use `scripts/dr.py`, `scripts/runtime/**`, `configs/models.yaml`, and `.agents/skills`.
|
||||
- Use `scripts/dr.py`, `scripts/runtime/**`, `configs/models.yaml`, and `.agent/skills`.
|
||||
- Platform agents should call the Python CLI rather than reimplement worker orchestration.
|
||||
- Model routing is resolved by the Python runtime.
|
||||
|
||||
Antigravity native mode:
|
||||
|
||||
- Use `.agents/agents.md`, `.agents/rules/`, `.agents/skills/`, and `.agents/workflows/`.
|
||||
- Use `.agent/agents.md`, `.agent/rules/`, `.agent/skills/`, and `.agent/workflows/`.
|
||||
- Antigravity uses its own model quota for research execution.
|
||||
- Python scripts are auxiliary for scaffolding, local material processing, deterministic checks, citation/report rendering, and status.
|
||||
- Do not run Python model-worker commands such as `dr.py run`, `research --execute-packets`, or `research --assemble-chapters` unless the user explicitly approves external API/ZenMux usage.
|
||||
- Do not inspect or follow `.codex/`, `.opencode/`, `.claude/`, `.gemini/`, or legacy `.agents/` when operating in Antigravity native mode unless the user explicitly asks. Those directories are for other platforms and may contain incompatible prompts.
|
||||
|
||||
## Core Commands
|
||||
|
||||
@@ -63,11 +65,11 @@ uv run python scripts/deploy_adapters.py antigravity --target /path/to/workspace
|
||||
|
||||
Do not default to McKinsey/MECE for every topic.
|
||||
|
||||
Choose the research method and tools based on the user's scenario. Use `.agents/skills/method-selection/SKILL.md` for Antigravity native work and `configs/research_methods.yaml` for Python-core mode.
|
||||
Choose the research method and tools based on the user's scenario. Use `.agent/skills/method-selection/SKILL.md` for Antigravity native work and `configs/research_methods.yaml` for Python-core mode.
|
||||
|
||||
## Source Quality
|
||||
|
||||
Detailed scoring belongs in `.agents/skills/source-quality/SKILL.md`.
|
||||
Detailed scoring belongs in `.agent/skills/source-quality/SKILL.md`.
|
||||
|
||||
Baseline tiers:
|
||||
|
||||
@@ -86,6 +88,6 @@ Baseline tiers:
|
||||
|
||||
## Change Management
|
||||
|
||||
- Treat `AGENTS.md`, `GEMINI.md`, `.agents/**`, and `PLAN.md` as production configuration.
|
||||
- Keep root rules short. Move roles to `.agents/agents.md`, constraints to `.agents/rules`, capabilities to `.agents/skills`, and phase sequencing to `.agents/workflows`.
|
||||
- Treat `AGENTS.md`, `GEMINI.md`, `.agent/**`, `.agents/**`, and `PLAN.md` as production configuration.
|
||||
- Keep root rules short. Move Antigravity roles to `.agent/agents.md`, constraints to `.agent/rules`, capabilities to `.agent/skills`, and phase sequencing to `.agent/workflows`.
|
||||
- When changing runtime rules or adapter behavior, update `PLAN.md` changelog.
|
||||
|
||||
Reference in New Issue
Block a user