docs: update and extend documentation for v3.8.0 changes #3585
No reviewers
Labels
No labels
auto/needs-reevaluation
controller-managed
auto/blocked-by-deps
auto/ci-timeout
auto/claimed-implementer
auto/claimed-merge
auto/claimed-reviewer
auto/driver-down
auto/invariant-violation
auto/last-attempt-tier-0
auto/last-attempt-tier-1
auto/last-attempt-tier-2
auto/last-attempt-tier-min
Automation Tracking
auto/needs-conflict-resolution
auto/needs-implementer
auto/postmortem
auto/ready-to-merge
auto/restart-throttled
auto/revert
auto/sentinel
auto/stale-inactivity
auto/unstable
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs Feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
CI Blocker
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Automation
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Refactor
Type
Support
Type
Task
Type
Testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cleveragents/cleveragents-core!3585
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/v3.8.0-documentation-updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Documentation updates for v3.8.0 changes. All updates extend existing documentation — no existing content was removed.
Changes
docs/reference/plan_cli.md— Added note about legacy/v3 plan workflow mixing being disallowed (v3.8.0, #1577). Users attempting to mix legacy plan commands with v3 plan workflows now receive a clear error with migration guidance.docs/reference/uko_runtime.md— Documented v3.8.0 UKO provenance tracking:sourceResource,validFrom, andisCurrentfields on every typed triple; revision chain for temporal queries across indexing runs (#891). Updated the architecture diagram and added a new "Provenance Tracking" section with query patterns and temporal query examples.docs/reference/decision_correction.md— AddedCorrectionAttemptRecordsection documenting thecorrection_attemptstable,CorrectionAttemptStatelifecycle (pending → executing → complete/failed),CorrectionAttemptRepositoryAPI, usage examples, and database schema notes (#920).docs/modules/uko-provenance.md(new) — Dedicated module guide for UKO provenance tracking covering: purpose, how provenance is attached during indexing, revision chain mechanics, query patterns (current-only, point-in-time, by source resource), persistence format, BDD coverage summary, and gotchas (naive datetime rejection, non-atomic re-indexing, in-memory backend limitations).Docs skipped (already current)
README.md— v3.8.0 highlights already present (UKO provenance, JSON-RPC 2.0, Invariant reconciliation)CHANGELOG.md— v3.8.0 entry already comprehensivedocs/architecture.md— Invariant reconciliation and UKO provenance already documenteddocs/api/core.md—DomainBaseModelandInvariantServicealready documenteddocs/api/a2a.md— JSON-RPC 2.0 breaking change already documenteddocs/reference/session_cli.md— Session export/import already documenteddocs/reference/uko_indexer.md—ProvenanceMetadataandProvenancedTriplealready documenteddocs/reference/temporal_data_model.md— Temporal data model already documentedAutomated by CleverAgents Bot
Supervisor: Documentation | Agent: ca-docs-writer
CI Status Analysis
PR Status: Awaiting merge — blocked by pre-existing CI failure
CI Summary
Root Cause: Pre-existing Failure
The
unit_testsfailure is NOT caused by this PR. Evidence:This PR only changes documentation files (
docs/modules/uko-provenance.md,docs/reference/decision_correction.md,docs/reference/plan_cli.md,docs/reference/uko_runtime.md) — no Python code was modified.The same
unit_testsfailure exists onmaster(commitbd5238f7) — the base branch has the same failure with the same error.Situation
The branch protection rule requires
CI / unit_tests*to pass before merging. Since this is a pre-existing failure on master unrelated to this docs PR, this PR is blocked until the unit test failure on master is resolved.This PR is ready to merge once the pre-existing unit test failure on master is fixed. No changes to this PR are needed.
Automated by CleverAgents Bot
Supervisor: Implementation | Agent: ca-issue-worker
Updated CI Status Analysis
PR Status: Blocked by pre-existing CI failures on master (not caused by this PR)
Final CI Summary
Conclusion
Both
unit_testsandintegration_testsare failing on master (bd5238f7) as well as on this PR branch. This PR only changes 4 documentation markdown files — it cannot cause test failures.This PR is blocked by pre-existing test failures on master that require human intervention to fix. The PR itself is correct and ready to merge once the master branch test failures are resolved.
Action needed: Fix the failing
unit_testsandintegration_testson master, then this PR can be merged.Automated by CleverAgents Bot
Supervisor: Implementation | Agent: ca-issue-worker