/comet or /comet-native entry.
Main changes
Let’s take a look at the working mode of rc1 from one task
The workflow does not put all the historical content into the Agent Context at one time. Personal Memory and Project Knowledge should first be screened based on the scope of application, current task, path, operation and stage. A small amount of highly relevant content can be directly injected, while longer or lower-priority content enters the Context Manifest and expands by stable ID when needed by the Agent.The changes that users can most easily notice
The Dashboard now has a plugin center
The Dashboard no longer only displays Change and workflow products. The Plugin Center places personal memories and Project Knowledge in separate workspaces, presenting records, sources, statuses, application histories, diagnoses, and Settings respectively. The page prioritizes the display of cache snapshots, and the background refresh will not make the first screen wait for indexing or Reflection. The deactivation, restoration and uninstallation of plugins have clear scopes. Disabling Personal Memory will not delete records. Suspending Project Knowledge only affects the retrieval of the current project. Uninstalling the plugin will not delete the project documentation or personal data either. After re-enabling, the plugin continues to work according to the current configuration.Personal information and project information are no longer mixed together
Personal Memory stores users’ language preferences, communication styles and personal collaboration experiences. Project Knowledge preserves the project structure, dependencies, decisions, processes, constraints, and verified failure resolution methods. Personal Memory will not automatically become team rules, and project rules will not override current user requirements and existing rules in the repository.Large-scale Native requirements can be completed separately
Supervisor Change confirms the split at the Shape stage, Runtime determines which children are ready, and independent sessions only handle their own Child Worktree. The parent Change is responsible for integrating in sequence and executing the final Verify. Codex can use independent project tasks; Claude Code can be used in an interactive session with Agent Teams enabled using teammate. The user only selects one multi-session or single-session advancement. When the multi-session capability is unavailable or lost during recovery, it will automatically switch to subagent without repeatedly asking or silently switching to a single session.What haven’t these changes changed
- Native still consists of Shape, Build, Verify and Archive, and the completion determination is still jointly handled by Runtime checks and independent verifications.
- Project Policy is not a new Rule file.
AGENTS.md, rules, code, configuration and tests in the repository are still high-priority evidence. - Personal Memory does not save complete sessions, tool logs, complete Diffs, hidden reasoning, or ordinary project facts;
- Remote Provider is an optional configuration. Network failure will not silently switch to another Provider.
- Learning and retrieval are limited auxiliary capabilities and cannot be authorized for submission, push, deletion or publication.
- The existing Native Quick Start and Classic five-stage documentation remain the entry points for daily use.

