@krishivpb60/aether-ai-cli 1.1.9 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/AGENTS.md +15 -0
- package/.agents/orchestrator/BRIEFING.md +76 -0
- package/.agents/orchestrator/ORIGINAL_REQUEST.md +13 -0
- package/.agents/orchestrator/context.md +27 -0
- package/.agents/orchestrator/handoff.md +28 -0
- package/.agents/orchestrator/plan.md +30 -0
- package/.agents/orchestrator/progress.md +30 -0
- package/.agents/sentinel/BRIEFING.md +30 -0
- package/.agents/sentinel/handoff.md +19 -0
- package/.agents/teamwork_preview_auditor/BRIEFING.md +51 -0
- package/.agents/teamwork_preview_auditor/ORIGINAL_REQUEST.md +22 -0
- package/.agents/teamwork_preview_auditor/android-cli_SKILL.md +203 -0
- package/.agents/teamwork_preview_auditor/github_SKILL.md +58 -0
- package/.agents/teamwork_preview_auditor/handoff.md +80 -0
- package/.agents/teamwork_preview_auditor/progress.md +12 -0
- package/.agents/teamwork_preview_explorer_git_ci_ux/BRIEFING.md +50 -0
- package/.agents/teamwork_preview_explorer_git_ci_ux/ORIGINAL_REQUEST.md +12 -0
- package/.agents/teamwork_preview_explorer_git_ci_ux/handoff.md +170 -0
- package/.agents/teamwork_preview_explorer_git_ci_ux/progress.md +9 -0
- package/.agents/teamwork_preview_worker_git_ci/BRIEFING.md +60 -0
- package/.agents/teamwork_preview_worker_git_ci/ORIGINAL_REQUEST.md +18 -0
- package/.agents/teamwork_preview_worker_git_ci/handoff.md +122 -0
- package/.agents/teamwork_preview_worker_git_ci/progress.md +14 -0
- package/.agents/teamwork_preview_worker_git_ci/skills/android-cli_SKILL.md +63 -0
- package/.agents/teamwork_preview_worker_git_ci/skills/github_SKILL.md +54 -0
- package/.agents/teamwork_preview_worker_git_commit/BRIEFING.md +43 -0
- package/.agents/teamwork_preview_worker_git_commit/ORIGINAL_REQUEST.md +15 -0
- package/.agents/teamwork_preview_worker_git_commit/handoff.md +89 -0
- package/.agents/teamwork_preview_worker_git_commit/progress.md +12 -0
- package/.agents/teamwork_preview_worker_test_suite/BRIEFING.md +57 -0
- package/.agents/teamwork_preview_worker_test_suite/ORIGINAL_REQUEST.md +21 -0
- package/.agents/teamwork_preview_worker_test_suite/handoff.md +62 -0
- package/.agents/teamwork_preview_worker_test_suite/progress.md +12 -0
- package/.agents/teamwork_preview_worker_ux_upgrades/BRIEFING.md +56 -0
- package/.agents/teamwork_preview_worker_ux_upgrades/ORIGINAL_REQUEST.md +35 -0
- package/.agents/teamwork_preview_worker_ux_upgrades/handoff.md +53 -0
- package/.agents/teamwork_preview_worker_ux_upgrades/progress.md +12 -0
- package/.agents/teamwork_preview_worker_verification/BRIEFING.md +49 -0
- package/.agents/teamwork_preview_worker_verification/ORIGINAL_REQUEST.md +18 -0
- package/.agents/teamwork_preview_worker_verification/handoff.md +187 -0
- package/.agents/teamwork_preview_worker_verification/progress.md +16 -0
- package/HIGHLIGHTS.md +12 -0
- package/aether_pip/cli.py +1 -0
- package/package.json +1 -1
- package/src/ai/router.js +18 -3
- package/src/ai/tokens.js +101 -0
- package/src/chat.js +64 -3
- package/src/config.js +6 -1
- package/src/updater.js +186 -0
- package/test/tokens.test.js +89 -0
- package/test/updater.test.js +90 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Aether CLI Project Rules
|
|
2
|
+
|
|
3
|
+
## Feature Upgrade Cadence & Competitor Analysis
|
|
4
|
+
To make Aether CLI the absolute best AI command-line companion, the AI assistant (Antigravity) must adhere to the following execution constraints:
|
|
5
|
+
|
|
6
|
+
1. **Competitor Benchmarking**:
|
|
7
|
+
- Proactively research and analyze feature sets of state-of-the-art developer CLI tools (like Claude Code, Cursor, Aider, Codex, Copilot CLI).
|
|
8
|
+
- Identify gaps and draft specs for advanced developer experience (DX) integrations.
|
|
9
|
+
2. **Weekly Development Cadence**:
|
|
10
|
+
- Design, test, and implement **exactly one major feature or system improvement** every week.
|
|
11
|
+
- Keep the codebase clean, perform modular refactoring, and extend the test suite with 100% test coverage.
|
|
12
|
+
3. **Monthly Publication Cadence**:
|
|
13
|
+
- At the end of every month, bundle all features, execute all unit/integration tests, perform regression testing, increment the version, and deploy updates to:
|
|
14
|
+
- **NPM**: `@krishivpb60/aether-ai-cli`
|
|
15
|
+
- **PyPI**: `aether-ai-agent-cli`
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
# BRIEFING — 2026-06-25T09:34:20-04:00
|
|
2
|
+
|
|
3
|
+
## Mission
|
|
4
|
+
Decompose Aether AI CLI requirements, coordinate with workers to initialize git/CI, write unit tests, polish the UX, and verify results.
|
|
5
|
+
|
|
6
|
+
## 🔒 My Identity
|
|
7
|
+
- Archetype: teamwork_preview_orchestrator
|
|
8
|
+
- Roles: orchestrator, user_liaison, human_reporter, successor
|
|
9
|
+
- Working directory: C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\orchestrator
|
|
10
|
+
- Original parent: sentinel
|
|
11
|
+
- Original parent conversation ID: bd693966-1f67-4297-acb4-81502cb5d5ad
|
|
12
|
+
|
|
13
|
+
## 🔒 My Workflow
|
|
14
|
+
- **Pattern**: Project Pattern
|
|
15
|
+
- **Scope document**: C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\orchestrator\plan.md
|
|
16
|
+
1. **Decompose**: Split scope into: Git & CI setup, test suite creation, E2E check & audit.
|
|
17
|
+
2. **Dispatch & Execute**:
|
|
18
|
+
- **Direct (iteration loop)**: Spawn Explorer -> Worker -> Reviewer for each milestone.
|
|
19
|
+
3. **On failure** (in this order):
|
|
20
|
+
- Retry: nudge stuck agent or re-send task
|
|
21
|
+
- Replace: spawn fresh agent with partial progress
|
|
22
|
+
- Skip: proceed without (only if non-critical)
|
|
23
|
+
- Redistribute: split stuck agent's remaining work
|
|
24
|
+
- Redesign: re-partition decomposition
|
|
25
|
+
- Escalate: report to parent (sub-orchestrators only, last resort)
|
|
26
|
+
4. **Succession**: Self-succeed at 16 spawns, write handoff.md, spawn successor.
|
|
27
|
+
- **Work items**:
|
|
28
|
+
1. Git & CI Setup [pending]
|
|
29
|
+
2. Programmatic Test Suite [pending]
|
|
30
|
+
3. E2E Verification & Forensic Audit [pending]
|
|
31
|
+
- **Current phase**: 1
|
|
32
|
+
- **Current focus**: Milestone 1: Git & CI Setup
|
|
33
|
+
|
|
34
|
+
## 🔒 Key Constraints
|
|
35
|
+
- NEVER write, modify, or create source code files directly.
|
|
36
|
+
- NEVER run build/test commands yourself — require workers to do so.
|
|
37
|
+
- You MAY use file-editing tools ONLY for metadata/state files (.md) in your .agents/ folder.
|
|
38
|
+
- Never reuse a subagent after it has delivered its handoff — always spawn fresh
|
|
39
|
+
|
|
40
|
+
## Current Parent
|
|
41
|
+
- Conversation ID: bd693966-1f67-4297-acb4-81502cb5d5ad
|
|
42
|
+
- Updated: not yet
|
|
43
|
+
|
|
44
|
+
## Key Decisions Made
|
|
45
|
+
- Chose Project Pattern with three milestones.
|
|
46
|
+
- Will use teamwork_preview_explorer and teamwork_preview_worker for initialization/testing.
|
|
47
|
+
|
|
48
|
+
## Team Roster
|
|
49
|
+
| Agent | Type | Work Item | Status | Conv ID |
|
|
50
|
+
|-------|------|-----------|--------|---------|
|
|
51
|
+
| explorer_1 | teamwork_preview_explorer | Git, CI & UX Exploration | completed | 8bf0590d-75e8-40e5-8480-07e0279cac98 |
|
|
52
|
+
| worker_1 | teamwork_preview_worker | Git & CI Setup | completed | 1d99b75d-138a-4677-860b-4d2b6d5c8086 |
|
|
53
|
+
| worker_2 | teamwork_preview_worker | Programmatic Test Suite | completed | d362b554-ab91-4e22-b9d8-7d06a93aac65 |
|
|
54
|
+
| worker_3 | teamwork_preview_worker | Premium UX Upgrades | completed | 720df545-03a9-4127-aec2-9af8479a4c65 |
|
|
55
|
+
| worker_4 | teamwork_preview_worker | E2E Verification | completed | 69489b7e-f919-4a23-8998-3e8364c23bf3 |
|
|
56
|
+
| worker_5 | teamwork_preview_worker | Git Commit | completed | 94fd9b7b-fc96-461e-ab58-221d2dd02862 |
|
|
57
|
+
| auditor | teamwork_preview_auditor | Forensic Audit | completed | 16e2dedd-0360-4765-8092-d94457575876 |
|
|
58
|
+
|
|
59
|
+
## Succession Status
|
|
60
|
+
- Succession required: no
|
|
61
|
+
- Spawn count: 7 / 16
|
|
62
|
+
- Pending subagents: none
|
|
63
|
+
- Predecessor: none
|
|
64
|
+
- Successor: not yet spawned
|
|
65
|
+
|
|
66
|
+
## Active Timers
|
|
67
|
+
- Heartbeat cron: cancelled
|
|
68
|
+
- Safety timer: none
|
|
69
|
+
- On succession: kill all timers before spawning successor
|
|
70
|
+
- On context truncation: run `manage_task(Action="list")` — re-create if missing
|
|
71
|
+
|
|
72
|
+
## Artifact Index
|
|
73
|
+
- C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\ORIGINAL_REQUEST.md — Authoritative request.
|
|
74
|
+
- C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\orchestrator\plan.md — Detailed milestones plan.
|
|
75
|
+
- C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\orchestrator\progress.md — Checklist tracking.
|
|
76
|
+
- C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\orchestrator\context.md — Context description.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Original User Request
|
|
2
|
+
|
|
3
|
+
## 2026-06-25T13:33:03Z
|
|
4
|
+
|
|
5
|
+
You are the Project Orchestrator for the Aether AI CLI project. Your workspace root is C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli. You must read C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\ORIGINAL_REQUEST.md for the requirements and acceptance criteria.
|
|
6
|
+
You are responsible for decomposing the requirements into milestones, planning the project, dispatching subtasks to specialists, monitoring progress, writing plan.md, progress.md, and context.md in your working directory (.agents/orchestrator/), and reporting completion when finished. Please start by reading ORIGINAL_REQUEST.md and creating your plan.md.
|
|
7
|
+
|
|
8
|
+
## Follow-up — 2026-06-25T13:33:56Z
|
|
9
|
+
|
|
10
|
+
The user has specified an additional critical requirement:
|
|
11
|
+
"and also it should fell better then clude code and codex so it will be opensorce and free so it will blow i guess"
|
|
12
|
+
|
|
13
|
+
Ensure the CLI UX is absolutely premium, responsive, and visually stunning—outperforming tools like Claude Code and Codex CLI. It must feel extremely polished, fast, and feature-rich (cyberpunk ASCII art, interactive autocomplete/menu helpers, smooth animations, and perfect markdown rendering). Focus heavily on the UI polish and usability so that it stands out as a top-tier open-source tool.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Project Context: Aether AI CLI
|
|
2
|
+
|
|
3
|
+
## Parent Information
|
|
4
|
+
- Caller ID: `bd693966-1f67-4297-acb4-81502cb5d5ad` (main agent / sentinel)
|
|
5
|
+
|
|
6
|
+
## Configuration Details
|
|
7
|
+
- Workspace root: `C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli`
|
|
8
|
+
- Working directory: `C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\orchestrator`
|
|
9
|
+
|
|
10
|
+
## Core Modules Analysis
|
|
11
|
+
- `src/cli.js`: Sets up Commander commands (`chat`, `ask`, `config`, `providers`, `models`, `modes`, `status`, `setup`). Handles cli entry point, help screens, and calling main functions.
|
|
12
|
+
- `src/chat.js`: The interactive chat session, CLI command interpreter (slash commands like `/help`, `/mode`, `/attach`, `/files`, `/clear`, `/export`, `/status`, `/providers`, `/copy`, `/exit`).
|
|
13
|
+
- `src/config.js`: Interactive setup writing to `~/.aether/config.json`, fallback to env variables. Masks keys.
|
|
14
|
+
- `src/file-parser.js`: Parses local file types (`.txt`, `.md`, `.json`, `.csv`, etc.) and formats them into a context string to prepend.
|
|
15
|
+
- `src/ai/router.js`: Fallback/routing mesh. Node 0 is Local Math. Nodes 1..N are active API providers. If all fails, Node 0 is local Krylo companion responses.
|
|
16
|
+
- `src/ai/fallback.js`: Regex math parser and sandbox evaluation; Krylo companion chatbot responses.
|
|
17
|
+
- `src/ai/providers.js`: Map of providers (Groq, Together, Cerebras, OpenAI, Mistral, Fireworks, OpenRouter, DeepSeek, Perplexity, xAI, Google, Anthropic, Cohere).
|
|
18
|
+
|
|
19
|
+
## Key Tasks & Gaps to Implement
|
|
20
|
+
1. **Git Initialization**: Ensure local git repo initialized, files tracked, initial commit made.
|
|
21
|
+
2. **CI/CD Workflow**: Create `.github/workflows/ci.yml` running lint/tests.
|
|
22
|
+
3. **Programmatic Test Suite**: Node test runner tests in `test/` for:
|
|
23
|
+
- Config loading (env precedence vs file).
|
|
24
|
+
- Context parsing of files (types, limits, errors).
|
|
25
|
+
- Multi-mode routing (routing, failovers, fallbacks).
|
|
26
|
+
- Offline math fallback logic (valid math expressions, invalid/non-math, results).
|
|
27
|
+
4. **UX Premium Polish**: Ensure cyberpunk banner, spinner, colors, and response layouts are absolutely beautiful, responsive, and outperforming competitors.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Handoff Report — Project Orchestrator
|
|
2
|
+
|
|
3
|
+
## Milestone State
|
|
4
|
+
- **Milestone 1: Git & CI Setup** — DONE (Git repo initialized, `.gitignore` created, files committed, `.github/workflows/ci.yml` added)
|
|
5
|
+
- **Milestone 2: Programmatic Test Suite** — DONE (40 native Node.js tests implemented in `test/` verifying configuration, file parsing, routing, and fallbacks)
|
|
6
|
+
- **Milestone 3: Premium Cyberpunk CLI UX Upgrades** — DONE (Spinner visual frames, dynamic width support, tab-completion autocomplete, token response streaming, aesthetic theme styling)
|
|
7
|
+
- **Milestone 4: E2E Verification & Forensic Audit** — DONE (Verified all 44 unit tests pass, tested help and status CLI commands, validated math solver offline query routing, and Forensic Auditor completed with a CLEAN verdict)
|
|
8
|
+
|
|
9
|
+
## Active Subagents
|
|
10
|
+
- None. All subagents completed successfully.
|
|
11
|
+
|
|
12
|
+
## Pending Decisions
|
|
13
|
+
- None. All requirements and acceptance criteria have been met.
|
|
14
|
+
|
|
15
|
+
## Remaining Work
|
|
16
|
+
- None. The project is complete.
|
|
17
|
+
|
|
18
|
+
## Verification
|
|
19
|
+
- Run `npm test` or `node --test` to execute the 44 tests.
|
|
20
|
+
- Run `node bin/aether.js ask "2 + 2 * (10 - 5)"` to check the local math fallback.
|
|
21
|
+
- Run `node bin/aether.js config path` to check the masked configuration path.
|
|
22
|
+
- Run `node bin/aether.js chat` to test the autocomplete slash commands.
|
|
23
|
+
|
|
24
|
+
## Key Artifacts
|
|
25
|
+
- `.agents/orchestrator/plan.md` — Detailed milestones plan
|
|
26
|
+
- `.agents/orchestrator/progress.md` — Progress checklists
|
|
27
|
+
- `.agents/orchestrator/context.md` — Architecture context description
|
|
28
|
+
- `.agents/orchestrator/BRIEFING.md` — Orchestrator briefing file
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Project: Aether AI CLI Plan
|
|
2
|
+
|
|
3
|
+
## Architecture & Overview
|
|
4
|
+
Aether AI CLI (`aether`) is an all-in-one command-line AI assistant featuring interactive terminal chat, secure configuration management, file context parsing, multi-mode routing, and local offline mathematical/logic evaluation fallbacks.
|
|
5
|
+
|
|
6
|
+
The codebase is structured as:
|
|
7
|
+
- `src/cli.js`: Main CLI wrapper using `commander`.
|
|
8
|
+
- `src/chat.js`: Interactive chat loop implementation.
|
|
9
|
+
- `src/config.js`: Configuration manager reading from `~/.aether/config.json` and environment.
|
|
10
|
+
- `src/file-parser.js`: Parses text, code, json, csv and formats them.
|
|
11
|
+
- `src/modes.js`: Reasoning modes configuration.
|
|
12
|
+
- `src/ai/`:
|
|
13
|
+
- `router.js`: Routing logic including local math evaluation, provider loop, and Krylo fallback.
|
|
14
|
+
- `fallback.js`: Offline/math evaluation and Krylo chatbot response generator.
|
|
15
|
+
- `providers.js`: Supported providers registry.
|
|
16
|
+
- `universal.js`: API client implementations.
|
|
17
|
+
|
|
18
|
+
## Milestones
|
|
19
|
+
| # | Milestone Name | Scope | Dependencies | Status |
|
|
20
|
+
|---|---|---|---|---|
|
|
21
|
+
| 1 | Git & CI Setup | Initialize git, make initial commit, create `.github/workflows/ci.yml` | None | DONE |
|
|
22
|
+
| 2 | Programmatic Test Suite | Implement Node unit tests in `test/` verifying config loading, file parsing, routing, and math fallbacks | None | DONE |
|
|
23
|
+
| 3 | Premium UX Upgrades | Add cyberpunk custom spinner, dynamic width, syntax highlighting, autocomplete, and streaming | M2 | DONE |
|
|
24
|
+
| 4 | E2E Testing & Audit | Run all unit tests, execute E2E verification, run Forensic Auditor to verify integrity and layout | M1, M2, M3 | DONE |
|
|
25
|
+
|
|
26
|
+
## Verification Plan
|
|
27
|
+
1. **Milestone 1**: Verify git repo initialized, files added, clean git status, and `.github/workflows/ci.yml` exists. (DONE)
|
|
28
|
+
2. **Milestone 2**: Write unit tests. Verify unit tests run and pass using `npm test`.
|
|
29
|
+
3. **Milestone 3**: Verify spinner, dynamic width, syntax highlighting, and autocomplete logic manually/programmatically.
|
|
30
|
+
4. **Milestone 4**: Run the forensic auditor to verify integrity, no hardcoding, no dummy mocks. Confirm 100% of tests pass.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Progress Tracking
|
|
2
|
+
|
|
3
|
+
Last visited: 2026-06-25T09:50:50-04:00
|
|
4
|
+
|
|
5
|
+
## Current Status
|
|
6
|
+
- [x] Milestone 1: Git & CI Setup
|
|
7
|
+
- [x] Initialize local git repository
|
|
8
|
+
- [x] Add all code files and make an initial commit
|
|
9
|
+
- [x] Define `.github/workflows/ci.yml`
|
|
10
|
+
- [x] Milestone 2: Programmatic Test Suite
|
|
11
|
+
- [x] Create `test/` directory
|
|
12
|
+
- [x] Write unit tests for configuration loading
|
|
13
|
+
- [x] Write unit tests for context parsing of files
|
|
14
|
+
- [x] Write unit tests for multi-mode routing
|
|
15
|
+
- [x] Write unit tests for offline math fallback logic
|
|
16
|
+
- [x] Milestone 3: Premium Cyberpunk CLI UX Upgrades
|
|
17
|
+
- [x] Custom Cyberpunk Spinner ("▖", "▖", "▘", "▘", cyan)
|
|
18
|
+
- [x] Dynamic terminal width integration (replace hardcoded 80)
|
|
19
|
+
- [x] Tab-completion / autocomplete helper for slash commands
|
|
20
|
+
- [x] Token/response streaming logic inside CLI and chat
|
|
21
|
+
- [x] Code block syntax highlighting in responses
|
|
22
|
+
- [x] Milestone 4: E2E Verification & Forensic Audit
|
|
23
|
+
- [x] Run full test suite (`npm test`)
|
|
24
|
+
- [x] Run Forensic Auditor check
|
|
25
|
+
- [x] Link package locally and run sanity commands
|
|
26
|
+
|
|
27
|
+
## Iteration Status
|
|
28
|
+
Current iteration: 1 / 32
|
|
29
|
+
Spawn count: 7 / 16
|
|
30
|
+
Successor: not yet spawned
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# BRIEFING — 2026-06-25T13:35:00Z
|
|
2
|
+
|
|
3
|
+
## Mission
|
|
4
|
+
Supervise the execution of Aether AI CLI project, managing the orchestrator and victory auditor.
|
|
5
|
+
|
|
6
|
+
## 🔒 My Identity
|
|
7
|
+
- Archetype: sentinel
|
|
8
|
+
- Working directory: C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\sentinel
|
|
9
|
+
- Orchestrator: 94112169-cc09-4e27-b4f1-54773d8a3027
|
|
10
|
+
- Victory Auditor: e3a72593-3df0-4978-8b08-f3d365d3477c
|
|
11
|
+
|
|
12
|
+
## 🔒 Key Constraints
|
|
13
|
+
- No technical decisions — relay only
|
|
14
|
+
- Victory Audit is MANDATORY before reporting completion
|
|
15
|
+
|
|
16
|
+
## User Context
|
|
17
|
+
- **Last user request**: Create Aether AI CLI command-line assistant with cyberpunk terminal chat, secure config, attachments, routing, math fallback, tests, CI. Follow-up: Make CLI UX premium/polished outperforming Claude Code and Codex.
|
|
18
|
+
- **Pending clarifications**: [none]
|
|
19
|
+
- **Delivered results**: Aether AI CLI command-line assistant with interactive cyberpunk terminal chat, secure config management, file attachments parser, multi-mode routing, offline math fallback engine, test suite passing, and GitHub Actions CI.
|
|
20
|
+
|
|
21
|
+
## Project Status
|
|
22
|
+
- **Phase**: complete
|
|
23
|
+
|
|
24
|
+
## Victory Audit Status
|
|
25
|
+
- **Triggered**: yes
|
|
26
|
+
- **Verdict**: VICTORY CONFIRMED
|
|
27
|
+
- **Retry count**: 0
|
|
28
|
+
|
|
29
|
+
## Artifact Index
|
|
30
|
+
- C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\ORIGINAL_REQUEST.md — Authoritative log of original user request and constraints.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Handoff Report — Sentinel
|
|
2
|
+
|
|
3
|
+
## Observation
|
|
4
|
+
- Victory Auditor e3a72593-3df0-4978-8b08-f3d365d3477c completed its verification of the Aether AI CLI project.
|
|
5
|
+
- The verdict is: **VICTORY CONFIRMED**.
|
|
6
|
+
- All timeline checks, integrity/mocking checks, and independent execution of the test suite (44 tests passed) succeeded.
|
|
7
|
+
- BRIEFING.md has been updated to phase `complete` with verdict `VICTORY CONFIRMED`.
|
|
8
|
+
|
|
9
|
+
## Logic Chain
|
|
10
|
+
- As the sentinel, following a confirmed victory from the independent auditor, the project is verified and complete. We can now report the final completion.
|
|
11
|
+
|
|
12
|
+
## Caveats
|
|
13
|
+
- None.
|
|
14
|
+
|
|
15
|
+
## Conclusion
|
|
16
|
+
- Project completed successfully.
|
|
17
|
+
|
|
18
|
+
## Verification Method
|
|
19
|
+
- Independent victory audit report.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# BRIEFING — 2026-06-25T13:53:30Z
|
|
2
|
+
|
|
3
|
+
## Mission
|
|
4
|
+
Conduct a rigorous 3-phase victory audit (timeline verification, cheating/facade/mock check, independent test suite execution) of the Aether AI CLI project.
|
|
5
|
+
|
|
6
|
+
## 🔒 My Identity
|
|
7
|
+
- Archetype: victory_auditor
|
|
8
|
+
- Roles: critic, specialist, auditor, victory_verifier
|
|
9
|
+
- Working directory: C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\teamwork_preview_auditor
|
|
10
|
+
- Original parent: bd693966-1f67-4297-acb4-81502cb5d5ad
|
|
11
|
+
- Target: full project
|
|
12
|
+
|
|
13
|
+
## 🔒 Key Constraints
|
|
14
|
+
- Audit-only — do NOT modify implementation code
|
|
15
|
+
- Trust NOTHING — verify everything independently
|
|
16
|
+
|
|
17
|
+
## Current Parent
|
|
18
|
+
- Conversation ID: bd693966-1f67-4297-acb4-81502cb5d5ad
|
|
19
|
+
- Updated: 2026-06-25T13:53:30Z
|
|
20
|
+
|
|
21
|
+
## Audit Scope
|
|
22
|
+
- **Work product**: C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli
|
|
23
|
+
- **Profile loaded**: General Project
|
|
24
|
+
- **Audit type**: victory audit
|
|
25
|
+
|
|
26
|
+
## Audit Progress
|
|
27
|
+
- **Phase**: reporting
|
|
28
|
+
- **Checks completed**: Phase A (Timeline & Provenance Audit), Phase B (Integrity Check / Benchmark Mode), Phase C (Independent Test Execution)
|
|
29
|
+
- **Checks remaining**: none
|
|
30
|
+
- **Findings so far**: CLEAN (VICTORY CONFIRMED)
|
|
31
|
+
|
|
32
|
+
## Key Decisions Made
|
|
33
|
+
- Confirmed that package dependencies (chalk, commander, marked, marked-terminal, ora) are for CLI visual presentation and command-line shell parsing and do not implement target AI routing, file parsing, or math solver logic. This satisfies Benchmark Mode strictness.
|
|
34
|
+
- Ran tests independently via `node --test` to bypass Powershell script execution restrictions.
|
|
35
|
+
|
|
36
|
+
## Artifact Index
|
|
37
|
+
- C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\teamwork_preview_auditor\ORIGINAL_REQUEST.md — Original request and victory audit prompt history
|
|
38
|
+
- C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\teamwork_preview_auditor\handoff.md — Forensic audit and handoff report
|
|
39
|
+
|
|
40
|
+
## Attack Surface
|
|
41
|
+
- **Hypotheses tested**: checked math fallback security under arbitrary code injection; checked multi-file truncation handling.
|
|
42
|
+
- **Vulnerabilities found**: none
|
|
43
|
+
- **Untested angles**: live remote network execution (due to secure/offline execution requirements)
|
|
44
|
+
|
|
45
|
+
## Loaded Skills
|
|
46
|
+
- **Source**: C:\Users\naina\.gemini\config\plugins\android-cli-plugin\skills\SKILL.md
|
|
47
|
+
- **Local copy**: C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\teamwork_preview_auditor\android-cli_SKILL.md
|
|
48
|
+
- **Core methodology**: Android CLI task orchestration
|
|
49
|
+
- **Source**: C:\Users\naina\.gemini\config\skills\github\SKILL.md
|
|
50
|
+
- **Local copy**: C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\teamwork_preview_auditor\github_SKILL.md
|
|
51
|
+
- **Core methodology**: GitHub interaction and Git operations
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
## 2026-06-25T13:49:23Z
|
|
2
|
+
You are the Forensic Auditor for the Aether AI CLI project.
|
|
3
|
+
Your working directory is C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\teamwork_preview_auditor
|
|
4
|
+
Your identity is: teamwork_preview_auditor
|
|
5
|
+
|
|
6
|
+
Your task is to audit the entire project codebase (`C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli`) for code integrity:
|
|
7
|
+
1. Verify that no test results or expected output strings are hardcoded in the codebase to make tests pass.
|
|
8
|
+
2. Verify that there are no dummy or facade implementations (e.g. mock endpoints or dummy CLI logic) that pretend to implement functionality without actual logic.
|
|
9
|
+
3. Verify that the file context parsing, fallback calculations, API mesh routing, and CLI UX updates are implemented cleanly and authentically.
|
|
10
|
+
4. Report your final audit verdict: CLEAN or INTEGRITY VIOLATION.
|
|
11
|
+
5. List the specific checks performed and evidence gathered.
|
|
12
|
+
|
|
13
|
+
Write a handoff report in your directory (handoff.md) and send a message back to the orchestrator (conversation ID: 94112169-cc09-4e27-b4f1-54773d8a3027) with your verdict and findings.
|
|
14
|
+
|
|
15
|
+
## 2026-06-25T13:51:45Z
|
|
16
|
+
You are the Victory Auditor for the Aether AI CLI project. The project orchestrator has claimed completion.
|
|
17
|
+
Your task is to verify this claim independently.
|
|
18
|
+
Workspace root: C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli
|
|
19
|
+
Orchestrator's Handoff: C:\Users\naina\.gemini\antigravity\scratch\aether-ai-cli\.agents\orchestrator\handoff.md
|
|
20
|
+
Please conduct a rigorous 3-phase victory audit (timeline verification, cheating/facade/mock check, independent test suite execution) to determine if all requirements and acceptance criteria in ORIGINAL_REQUEST.md have been met.
|
|
21
|
+
Deliver a structured verdict of either VICTORY CONFIRMED or VICTORY REJECTED, along with your audit findings report.
|
|
22
|
+
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: android-cli
|
|
3
|
+
description: Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.
|
|
4
|
+
---
|
|
5
|
+
# Android CLI Specialist
|
|
6
|
+
|
|
7
|
+
This skill provides instructions for using the `android` CLI tool. The tool includes various commands for creating projects, running applications, interacting with devices, and managing the CLI environment.
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
If the android tool is not in the path install it. To install run the following command:
|
|
12
|
+
Linux: curl -fsSL https://dl.google.com/android/cli/latest/linux_x86_64/install.sh | bash
|
|
13
|
+
Mac: curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh | bash
|
|
14
|
+
Windows: curl.exe -fsSL https://dl.google.com/android/cli/latest/windows_x86_64/install.cmd -o "%TEMP%\i.cmd" && "%TEMP%\i.cmd"
|
|
15
|
+
|
|
16
|
+
## SDK management
|
|
17
|
+
To manage the installation of Android SDKs and tools, use the `sdk` command. For example:
|
|
18
|
+
|
|
19
|
+
- `android sdk install <package>[@<version>]...`: Install specific packages. Multiple packages can be specified, separated by spaces. `<version>` defaults to latest. For example: `android sdk install platforms/android-30@2 platforms/android-34`
|
|
20
|
+
- `android sdk update [<pkg-name>]`: Update a specific package or all packages to the latest version.
|
|
21
|
+
- `android sdk remove <pkg-name>`: Remove a package from the local SDK.
|
|
22
|
+
- `android sdk list --all`: List installed and available SDK packages.
|
|
23
|
+
|
|
24
|
+
## Project creation
|
|
25
|
+
Create projects from templates using the `create` command.
|
|
26
|
+
|
|
27
|
+
For example: `android create empty-activity --name="My App" --output=./my-app`
|
|
28
|
+
|
|
29
|
+
## Interacting with devices
|
|
30
|
+
For more information on interacting with running devices, see [here](references/interact.md)
|
|
31
|
+
|
|
32
|
+
## Running journey tests
|
|
33
|
+
For more information on running journeys, see [here](references/journeys.md)
|
|
34
|
+
|
|
35
|
+
## Doc searching
|
|
36
|
+
The `docs` command searches authoritative, high-quality Android developer documentation in the Android Knowledge Base.
|
|
37
|
+
By providing a few keywords, this tool will return high quality articles that contain examples or guidance on how to use Android APIs or libraries.
|
|
38
|
+
Use this tool to obtain additional information on how to achieve Android-specific tasks or to know more about Android APIs, surfaces, libraries, or devices.
|
|
39
|
+
|
|
40
|
+
Always use this tool to get the most up-to-date information about Android concepts. Typical good use cases are:
|
|
41
|
+
- Finding migration guides for APIs.
|
|
42
|
+
- Finding examples for APIs.
|
|
43
|
+
- Finding up-to-date information about Android APIs.
|
|
44
|
+
- Finding best practices for Android concepts.
|
|
45
|
+
|
|
46
|
+
## Running APKs
|
|
47
|
+
Use the `run` command to run Android apps.
|
|
48
|
+
|
|
49
|
+
## Managing emulators
|
|
50
|
+
|
|
51
|
+
Manage Android Virtual Devices (AVDs) using the `android emulator` command
|
|
52
|
+
|
|
53
|
+
## Capturing screenshots
|
|
54
|
+
|
|
55
|
+
Capture an image of the current screen of a connected Android device and output it to a file using the `android screenshot` command.
|
|
56
|
+
|
|
57
|
+
## Managing skills
|
|
58
|
+
|
|
59
|
+
Manage antigravity agent skills for Android using the `android skills` command.
|
|
60
|
+
|
|
61
|
+
## Inspecting UI Layouts
|
|
62
|
+
|
|
63
|
+
Use the `android layout` command to inspect the UI layout of an Android application. It returns the layout tree of an Android application in JSON format. When debugging UI errors, this is often a much faster approach than taking a screenshot.
|
|
64
|
+
|
|
65
|
+
## Updating the CLI
|
|
66
|
+
|
|
67
|
+
Update the Android CLI using the `android update` command.
|
|
68
|
+
|
|
69
|
+
# `android help` output
|
|
70
|
+
|
|
71
|
+
Usage: android [-hV] [--sdk=PARAM] [COMMAND]
|
|
72
|
+
-h, --help Show this help message and exit.
|
|
73
|
+
--sdk=PARAM Path to the Android SDK
|
|
74
|
+
-V, --version Print version information and exit.
|
|
75
|
+
Commands:
|
|
76
|
+
create Create a new Android project
|
|
77
|
+
describe Analyzes an Android project to generate descriptive metadata.
|
|
78
|
+
docs Android documentation commands
|
|
79
|
+
emulator Emulator commands
|
|
80
|
+
help Shows the help of all commands
|
|
81
|
+
info Print environment information (SDK Location, etc.)
|
|
82
|
+
init Initializes the environment (eg. skills) for Android CLI.
|
|
83
|
+
layout Returns the layout tree of an application
|
|
84
|
+
run Deploy an Android Application
|
|
85
|
+
screen Commands to view the device
|
|
86
|
+
sdk Download and list SDK packages
|
|
87
|
+
skills Manage skills
|
|
88
|
+
update Update the Android CLI
|
|
89
|
+
|
|
90
|
+
create
|
|
91
|
+
Usage: android create [-h] [--verbose] [--list] [--minSdk=api]
|
|
92
|
+
--name=applicationName [-o=dest-path] [template-name]
|
|
93
|
+
Create a new Android project
|
|
94
|
+
[template-name] The template name
|
|
95
|
+
-h, --help Show this help message and exit.
|
|
96
|
+
--minSdk=api The 'minSdk' supported by the application (default
|
|
97
|
+
is defined in the template)
|
|
98
|
+
--name=applicationName
|
|
99
|
+
The name of the application (e.g. 'My Application')
|
|
100
|
+
-o, --output=dest-path The destination project directory path (default is
|
|
101
|
+
'.')
|
|
102
|
+
--verbose Enables verbose output
|
|
103
|
+
--list List all available templates
|
|
104
|
+
|
|
105
|
+
describe
|
|
106
|
+
Usage: android describe [-hV] [--project_dir=PARAM]
|
|
107
|
+
Analyzes an Android project to generate descriptive metadata.
|
|
108
|
+
This command identifies and outputs the paths to JSON files that detail the
|
|
109
|
+
project's structure, including build targets and their corresponding output
|
|
110
|
+
artifact locations (e.g., APKs). This information enables other tools and
|
|
111
|
+
commands to locate build artifacts efficiently.
|
|
112
|
+
-h, --help Show this help message and exit.
|
|
113
|
+
--project_dir=PARAM The project directory to describe
|
|
114
|
+
-V, --version Print version information and exit.
|
|
115
|
+
|
|
116
|
+
docs
|
|
117
|
+
Usage: android docs [-h] [COMMAND]
|
|
118
|
+
Android documentation commands
|
|
119
|
+
-h, --help Show this help message and exit.
|
|
120
|
+
Commands:
|
|
121
|
+
search Search Android documentation
|
|
122
|
+
fetch Fetch Android documentation
|
|
123
|
+
|
|
124
|
+
emulator
|
|
125
|
+
Usage: android emulator [-h] [COMMAND]
|
|
126
|
+
Emulator commands
|
|
127
|
+
-h, --help Show this help message and exit.
|
|
128
|
+
Commands:
|
|
129
|
+
create Creates a virtual device
|
|
130
|
+
start Launches the specified virtual device. This command will return when
|
|
131
|
+
the emulator is fully started and ready to use.
|
|
132
|
+
stop Stops the specified virtual device
|
|
133
|
+
list Lists available virtual devices
|
|
134
|
+
remove Delete a virtual device
|
|
135
|
+
|
|
136
|
+
help
|
|
137
|
+
Usage: android help [COMMAND]
|
|
138
|
+
Shows the help of all commands
|
|
139
|
+
[COMMAND] The command to show help for
|
|
140
|
+
|
|
141
|
+
info
|
|
142
|
+
Usage: android info <field>
|
|
143
|
+
Print environment information (SDK Location, etc.)
|
|
144
|
+
<field> The specific field to print the value of. If omitted print all.
|
|
145
|
+
|
|
146
|
+
init
|
|
147
|
+
Usage: android init
|
|
148
|
+
Initializes the environment (eg. skills) for Android CLI.
|
|
149
|
+
|
|
150
|
+
layout
|
|
151
|
+
Usage: android layout [-dhp] [--device=PARAM] [-o=PARAM]
|
|
152
|
+
Returns the layout tree of an application
|
|
153
|
+
-d, --diff Returns a flat list of the layout elements that have
|
|
154
|
+
changed since the last invocation of ui-dump
|
|
155
|
+
--device=PARAM The device serial number
|
|
156
|
+
-h, --help Show this help message and exit.
|
|
157
|
+
-o, --output=PARAM Writes the layout tree to the specified file or
|
|
158
|
+
directory. If omitted, prints the tree to standard
|
|
159
|
+
output
|
|
160
|
+
-p, --pretty Pretty-prints the returned JSON
|
|
161
|
+
|
|
162
|
+
run
|
|
163
|
+
Usage: android run [-h] [--debug] [--activity=PARAM] [--device=PARAM]
|
|
164
|
+
[--type=PARAM] [--apks=PARAM[,PARAM...]]...
|
|
165
|
+
Deploy an Android Application
|
|
166
|
+
--activity=PARAM The activity name
|
|
167
|
+
--apks=PARAM[,PARAM...]
|
|
168
|
+
The paths to the APKs
|
|
169
|
+
--debug Run in debug mode
|
|
170
|
+
--device=PARAM The device serial number
|
|
171
|
+
-h, --help Show this help message and exit.
|
|
172
|
+
--type=PARAM The component type (ACTIVITY, SERVICE, etc.)
|
|
173
|
+
|
|
174
|
+
screen
|
|
175
|
+
Usage: android screen [-h] [COMMAND]
|
|
176
|
+
Commands to view the device
|
|
177
|
+
-h, --help Show this help message and exit.
|
|
178
|
+
Commands:
|
|
179
|
+
capture Outputs the device screen to a PNG
|
|
180
|
+
resolve Target UI elements visually
|
|
181
|
+
|
|
182
|
+
sdk
|
|
183
|
+
Usage: android sdk [COMMAND]
|
|
184
|
+
Download and list SDK packages
|
|
185
|
+
Commands:
|
|
186
|
+
install Install SDK packages
|
|
187
|
+
update Update one or all packages to the latest version
|
|
188
|
+
remove Remove a package from the SDK
|
|
189
|
+
list List installed and available SDK packages
|
|
190
|
+
|
|
191
|
+
skills
|
|
192
|
+
Usage: android skills [COMMAND]
|
|
193
|
+
Manage skills
|
|
194
|
+
Commands:
|
|
195
|
+
add Install a skill
|
|
196
|
+
remove Remove a skill
|
|
197
|
+
list List available skills
|
|
198
|
+
find Find skills by keyword
|
|
199
|
+
|
|
200
|
+
update
|
|
201
|
+
Usage: android update [--url=PARAM]
|
|
202
|
+
Update the Android CLI
|
|
203
|
+
--url=PARAM The URL to download the update from
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: github
|
|
3
|
+
description: Interact with GitHub repositories, issues, pull requests, branches, commits, and workflows using the GitHub MCP server and Git CLI.
|
|
4
|
+
---
|
|
5
|
+
# GitHub Specialist Skill
|
|
6
|
+
|
|
7
|
+
This skill guides the agent in using the GitHub MCP server and local Git CLI to interact with remote repositories on GitHub.
|
|
8
|
+
|
|
9
|
+
## When to Use
|
|
10
|
+
Use this skill when the user asks to:
|
|
11
|
+
- Retrieve repository information, issues, or pull requests from GitHub.
|
|
12
|
+
- Search code or repositories on GitHub.
|
|
13
|
+
- Create, comment on, or update issues/PRs.
|
|
14
|
+
- Inspect branch information, commits, or run workflows.
|
|
15
|
+
|
|
16
|
+
## Authentication
|
|
17
|
+
Ensure the GitHub MCP server is configured with a valid Personal Access Token (PAT) under the `GITHUB_PERSONAL_ACCESS_TOKEN` environment variable in `mcp_config.json`.
|
|
18
|
+
|
|
19
|
+
## Standard Tools & Operations
|
|
20
|
+
The GitHub MCP server provides the following categories of operations:
|
|
21
|
+
|
|
22
|
+
### 1. Repositories
|
|
23
|
+
- `get_repo(owner, repo)`: Fetch repository details.
|
|
24
|
+
- `search_repos(query)`: Find repositories by query.
|
|
25
|
+
|
|
26
|
+
### 2. Issues & Comments
|
|
27
|
+
- `list_issues(owner, repo, state, labels)`: List issues.
|
|
28
|
+
- `get_issue(owner, repo, number)`: Retrieve details of a specific issue.
|
|
29
|
+
- `create_issue(owner, repo, title, body, assignees, labels)`: Create a new issue.
|
|
30
|
+
- `update_issue(owner, repo, number, state, title, body, assignees, labels)`: Update issue properties.
|
|
31
|
+
- `add_issue_comment(owner, repo, number, body)`: Add a comment to an issue.
|
|
32
|
+
|
|
33
|
+
### 3. Pull Requests
|
|
34
|
+
- `list_pull_requests(owner, repo, state)`: List pull requests.
|
|
35
|
+
- `get_pull_request(owner, repo, number)`: Retrieve PR details.
|
|
36
|
+
- `create_pull_request(owner, repo, title, head, base, body)`: Create a new pull request.
|
|
37
|
+
- `merge_pull_request(owner, repo, number, commit_title, commit_message, merge_method)`: Merge a pull request.
|
|
38
|
+
|
|
39
|
+
### 4. Code & Files
|
|
40
|
+
- `get_file_contents(owner, repo, path, ref)`: Fetch the content of a file in the repo.
|
|
41
|
+
- `create_or_update_file(owner, repo, path, message, content, branch, sha)`: Create or update a file.
|
|
42
|
+
- `search_code(q)`: Search code across the repository.
|
|
43
|
+
|
|
44
|
+
### 5. Branches & Commits
|
|
45
|
+
- `list_branches(owner, repo)`: List branches.
|
|
46
|
+
- `get_branch(owner, repo, branch)`: Get details of a branch.
|
|
47
|
+
- `create_branch(owner, repo, branch, ref)`: Create a new branch.
|
|
48
|
+
- `list_commits(owner, repo, sha, path, author, since, until)`: List commits.
|
|
49
|
+
- `get_commit(owner, repo, sha)`: Get details of a specific commit.
|
|
50
|
+
|
|
51
|
+
### 6. Workflows & Actions
|
|
52
|
+
- `list_workflows(owner, repo)`: List workflows.
|
|
53
|
+
- `list_workflow_runs(owner, repo, workflow_id)`: List runs of a workflow.
|
|
54
|
+
- `get_workflow_run(owner, repo, run_id)`: Retrieve detailed run status.
|
|
55
|
+
|
|
56
|
+
## Best Practices
|
|
57
|
+
- **Read-Only Safeties**: When executing destructive actions or merging PRs, verify code changes first and ensure you have user consent.
|
|
58
|
+
- **Search Optimization**: Use specific labels and states when querying issues to avoid fetching too many results and cluttering the context window.
|