refactor: remove cron pipeline, usage reports, and wiki promote lifecycle#44
Open
yw0nam wants to merge 9 commits into
Open
refactor: remove cron pipeline, usage reports, and wiki promote lifecycle#44yw0nam wants to merge 9 commits into
yw0nam wants to merge 9 commits into
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Follow-up to 7963fdb: docs/reference/frontmatter.md still said "LLM/cron pages stay ingested" — reword to LLM/automated now that the cron pipeline is gone, matching the wiki-authoring/wiki-note edits. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/cron/,CronRunmodel/table, cron-run tracking/export,kb-submit-cron-run), the usage/daily reports (OpenCode/Hermes/Claude-Code report CLIs + theMetricsRecord/metricstable +upsert_metrics), and the wiki promote/review lifecycle (pages.review_statuscolumn,promote/approve/reject/ttl_sweepservice fns + MCP tools, therejected/export tree, thewiki-approval/usage-report-setup/cron-wrapup/memory-reportskills, and the review-console specsPRODUCT.md/DESIGN.md).a1b2c3d4e5f6dropping thereview_statuscolumn and thecron_runs/metricstables (with a workingdowngrade), prune the tests that targeted removed features, and scrub the docs/skills of the removed surfaces. MCP write tools go 12 → 6.Component(s) touched
scripts/(ingest-github.sh / kb_update.sh / lint.sh)src/kb/(CLI tools).claude/skills/(skill files)frontend/(Vite + React SPA)test/.github/(CI / templates)CLAUDE.md/ docsTest plan
uv run pytest— all green (97 passed; the drop from the 121 baseline is exactly the removed-feature tests)uv run kb-lint-wiki— N/A (no wiki-corpus change);./scripts/lint.sh(ruff + black onsrc/) is clean insteadalembic upgrade head→ single heada1b2c3d4e5f6;downgrade -1→upgrade headround-trip passes (test_alembic_round_trip)cron_runs/metrics/pages.review_statusare gonekb-mcpregisters exactly 6 write tools (create_raw_source,upsert_page,patch_page,create_handoff,create_operation_log,export_markdown);get_schemano longer listscron_runs/metricsNotes for reviewer
downgrade()recreates the column + both tables (nullablereview_statusmatchingc11f4e8a92db; the original inline CHECK is intentionally omitted per plan — it only affects the rollback path of a deleted feature).kb-lint,kb-mcpreads (query_sql/get_schema), and thewiki-authoring/wiki-note/handoff-document/knowledgebase-initializeskills. The two bundled summary templates were genericized (usage-report metrics + promote language stripped) rather than deleted, sincesummarystays a first-class wiki type.~/.hermes/scripts/kb-*.shproxy files on the host — these are not tracked here.export_pathdata/strip fix inhandoffs.py/pages.py) were deliberately excluded from this branch.