Skip to content

Commit 079b395

Browse files
author
StackMemory Bot (CLI)
committed
chore: reorganize root for clarity
Consolidate duplicate docs, relocate wandering files, and tighten .gitignore for agent scratch dirs. - Move SPEC.md, RELEASE_NOTES.md, tomorrow.md, vision.md to docs/ (replacing stale docs/ copies with the up-to-date root versions) - Move mcp_review_config.json to config/ - Untrack .lint-fix-log.json (ephemeral lint artifact) - Delete stale .tsbuildinfo-* and .lint-errors.log - Ignore agent scratch dirs (.ralph/, .swarm/, .bjarne/, .entire/, .opencode/, .git.backup/) and local trees (archive/, site/, voyager/, plugins/) - Update README.md Vision link to docs/vision.md
1 parent 2f8ed5f commit 079b395

10 files changed

Lines changed: 519 additions & 1381 deletions

File tree

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,22 @@ scripts/gepa/results/scores.jsonl
135135
scripts/gepa/state.json
136136
scripts/gepa/results/
137137
scripts/gepa/generations/
138+
139+
# Agent tool working dirs (untracked, per-tool scratch)
140+
.ralph/
141+
.swarm/
142+
.bjarne/
143+
.entire/
144+
.opencode/
145+
146+
# Local backups and lint artifacts
147+
.git.backup/
148+
.lint-errors.log
149+
.lint-fix-log.json
150+
.lint-fix-log.*.json
151+
152+
# Local scratch / generated trees
153+
archive/
154+
site/
155+
voyager/
156+
plugins/

.lint-fix-log.json

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Options: `--until`, `--until-not`, `--until-empty`, `--until-non-empty`, `--unti
423423
- [Development Guide](./docs/DEVELOPMENT.md) — Contributing and development
424424
- [Architecture](./docs/architecture.md) — System design
425425
- [API Reference](./docs/API_REFERENCE.md) — API documentation
426-
- [Vision](./vision.md) — Product vision and principles
426+
- [Vision](./docs/vision.md) — Product vision and principles
427427
- [Status](./docs/status.md) — Current project status
428428
- [Roadmap](./docs/roadmap.md) — Future plans
429429

RELEASE_NOTES.md

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

0 commit comments

Comments
 (0)