@ghl-ai/aw 0.1.44-beta.11 → 0.1.44-beta.12
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.
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# Cloud bootstrap files — re-include for tracking even when parent dirs are
|
|
2
2
|
# ignored (e.g. .codex/*, .claude/*, .cursor/*). Order matters: a file under
|
|
3
3
|
# an excluded directory cannot be un-ignored without first un-ignoring the
|
|
4
|
-
# directory.
|
|
5
|
-
#
|
|
4
|
+
# directory. We only un-ignore parent paths and whitelist AW-managed files —
|
|
5
|
+
# we do NOT re-ignore other content inside these dirs, so users' own scripts
|
|
6
|
+
# stay trackable. Hook-logs and other ephemeral state are managed elsewhere
|
|
7
|
+
# (see `aw init`'s repoLocalIgnore manager).
|
|
6
8
|
!scripts/aw-c4-bootstrap.sh
|
|
7
9
|
!.codex/config.toml
|
|
8
10
|
!.cursor/environment.json
|
|
9
11
|
!.codex/scripts/
|
|
10
|
-
.codex/scripts/*
|
|
11
12
|
!.codex/scripts/codex-web-bootstrap.sh
|
|
12
13
|
!.claude/scripts/
|
|
13
|
-
.claude/scripts/*
|
|
14
14
|
!.claude/scripts/claude-web-bootstrap.sh
|