Skip to content

Commit 3484b4e

Browse files
gouravjshahclaude
andcommitted
fix: Fix broken doc links and MDX syntax errors, remove target from repo
- Fix KUBECONFIG variable syntax in incident-response.md (MDX escape) - Update broken links to aofctl-complete.md -> aofctl.md - Mark agentfleet-spec.md as "coming soon" (not implemented yet) - Update README.md with correct file references - Fix .gitignore to use **/target/ pattern for all nested directories - Remove aof/target directory from git tracking (build artifacts) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent eb64d49 commit 3484b4e

File tree

2,632 files changed

+11
-89417
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,632 files changed

+11
-89417
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Rust
2-
/target/
2+
**/target/
33
**/*.rs.bk
44
*.pdb
55
Cargo.lock
@@ -28,8 +28,7 @@ Cargo.lock
2828
*.profraw
2929
*.profdata
3030

31-
# Documentation build
32-
/target/doc/
31+
# Documentation build output is covered by **/target/
3332

3433
# Claude Flow generated files
3534
.claude/settings.local.json

aof/target/.future-incompat-report.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

aof/target/.rustc_info.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

aof/target/CACHEDIR.TAG

Lines changed: 0 additions & 3 deletions
This file was deleted.

aof/target/debug/.cargo-lock

Whitespace-only changes.
-14 Bytes
Binary file not shown.

aof/target/debug/.fingerprint/bytes-e78ee417431af8f6/invoked.timestamp

Lines changed: 0 additions & 1 deletion
This file was deleted.

aof/target/debug/.fingerprint/bytes-e78ee417431af8f6/lib-bytes

Lines changed: 0 additions & 1 deletion
This file was deleted.

aof/target/debug/.fingerprint/bytes-e78ee417431af8f6/lib-bytes.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)