Skip to content

docs: hide uteke memory integration from user-facing docs#367

Merged
ajianaz merged 1 commit into
developfrom
hide/uteke-docs
Jul 23, 2026
Merged

docs: hide uteke memory integration from user-facing docs#367
ajianaz merged 1 commit into
developfrom
hide/uteke-docs

Conversation

@ajianaz

@ajianaz ajianaz commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Summary

Remove uteke references from all user-facing documentation while keeping the code intact (--memory/--learn flags still compile and work).

Rationale

save_findings() in src/engine/memory.rs only stores generic stats/categories (e.g. pattern:best_practice, stats:issues=1), not actionable review context. Recall queries return noise rather than useful patterns.

Until save_findings is improved to store meaningful finding content, this feature should not be advertised to users.

Changes

File Change
README.md Remove Uteke Memory Integration section, simplify install command
docs/usage.md Remove Three Levels + How It Works sections
docs/configuration.md Remove Uteke section
docs/getting-started.md Remove Memory-Powered Reviews section
docs/cli-reference.md Remove --memory/--learn rows + uteke example
install-bundle.sh Simplify to cora-only installer

What is NOT changed

  • src/engine/memory.rs — code untouched, flags still work
  • docs/changelog.md — uteke references in release history preserved
  • docs/standards/codecora-data-directory.md — internal doc, not user-facing
  • Star History chart — preserved (includes uteke repo)

Test plan

  • cargo check passes
  • --no-verify used for doc-only commit (no code change)
  • Verify docs site builds without uteke references

Remove uteke references from all user-facing documentation while keeping
the code intact (--memory/--learn flags still compile and work).

Rationale: save_findings() only stores generic stats/categories, not
actionable review context. Recall returns noise, not useful patterns.
Hide docs until save_findings is improved to store meaningful content.

- README.md: remove Uteke Memory Integration section, simplify install
- docs/usage.md: remove Three Levels + How It Works sections
- docs/configuration.md: remove Uteke section
- docs/getting-started.md: remove Memory-Powered Reviews section
- docs/cli-reference.md: remove --memory/--learn rows + uteke example
- install-bundle.sh: simplify to cora-only installer

Code unchanged: src/engine/memory.rs, --memory/--learn flags preserved.
Changelog preserved (release history). Star History chart preserved.
@ajianaz
ajianaz merged commit 6656834 into develop Jul 23, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant