Prompt file imported from aj1126/UAP_AnalyticsBot (
.github/prompts/update-readme.prompt.md). Fill in{{arguments}}before use. Copyright stays with the author.
Update the active documentation set to match the current state of this repository.
Use this workflow:
- Inspect the code and docs to identify behavior, CLI usage, dependencies, and architecture status.
- Revise only the sections that are now inaccurate or incomplete.
- Preserve the core domain framing: Ingest -> Analyze -> Report.
- Keep the analytics tiers explicitly categorized as Descriptive, Diagnostic, Predictive, and Prescriptive.
- Preserve the non-destructive guarantee: source folder operations are read-only.
- Keep docs/architecture.md hand-authored and aligned with current-vs-planned system boundaries.
- Keep Python prototype details in docs/legacy-prototype.md, not in the main README.
- If command reference, supported file types, or repo layout metadata changed, update docs/docs-source.json and regenerate README via
npm run docs:generate.
Output requirements:
- Edit README.md directly.
- Update related docs when needed.
- Keep language concise, technically accurate, and contributor-friendly.
- Prefer incremental edits over full rewrites unless requested.
- Keep narrative docs hand-authored and generated sections bounded.
Input from user:
- {{{{arguments}}}}
If user input is empty, infer updates from repository changes and refresh the most likely outdated sections (implementation status, usage, supported types, architecture notes, and legacy Python references).