-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.json
More file actions
32 lines (32 loc) · 884 Bytes
/
MANIFEST.json
File metadata and controls
32 lines (32 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"package": "comptext-cli-repo-ready",
"target_repository": "ProfRandom92/comptext-cli",
"binary": "ctxt",
"language": "Rust",
"purpose": "Push-ready fresh repo scaffold prepared for Antigravity CLI phase-scoped autonomous implementation.",
"includes": [
"Rust Cargo scaffold",
"AGENTS.md",
"phase skills",
".agents SKILL.md directories",
"MCP example config",
"Antigravity prompts",
"CI workflow",
"docs",
"security/claim hygiene"
],
"validation": [
"cargo fmt --all --check",
"cargo check",
"cargo test",
"cargo clippy -- -D warnings",
"cargo run --bin ctxt -- --help",
"cargo run --bin ctxt -- doctor",
"cargo run --bin ctxt -- providers list",
"cargo run --bin ctxt -- version"
],
"created_from": [
"comptext-cli-antigravity-prepared.zip",
"CompText CLI Genesis project source"
]
}