Skip to content

Commit 6b663f9

Browse files
nyldnclaude
andcommitted
chore: Update gitignore and cleanup internal files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f5df4b0 commit 6b663f9

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ nanobanana-output/
7171
test-output/
7272
*.generated.png
7373
*.generated.jpg
74+
75+
# Internal documentation (not for public distribution)
76+
docs/

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Help text updated with Conditional Branching section (v3.2)
2626

2727
### Documentation
28-
- Added `docs/COMPETITIVE_ANALYSIS.md` - Research on 8 competing orchestrators
29-
- Added `docs/COST_INTELLIGENCE_ROADMAP.md` - Future cost features planned
3028
- Conflict detection in preflight_check() for known overlapping plugins
3129

3230
---

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ _`) ) .---.__.' / | |\ \__..--"" """--.,_
5959
- `--branch BRANCH` - Force tentacle path: premium|standard|fast
6060
- `--on-fail ACTION` - Quality gate failure action: auto|retry|escalate|abort
6161
- **Quality Gate Decision Tree** - Intelligent branching on quality outcomes
62-
- **Competitive Analysis** - Research on 8+ competing orchestrators in `docs/`
6362

6463
## What's New in 1.0
6564

scripts/orchestrate.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,6 @@ preflight_check() {
17941794
if [[ $conflicts -gt 0 ]]; then
17951795
log INFO "Found $conflicts potentially overlapping orchestrator(s)"
17961796
log INFO " Claude Octopus uses external CLIs, so conflicts are unlikely"
1797-
log INFO " See: docs/COMPETITIVE_ANALYSIS.md for details"
17981797
fi
17991798

18001799
if [[ $errors -gt 0 ]]; then

0 commit comments

Comments
 (0)