Skip to content

Revert README to accurate auto-clone docs (undo stale AtomicCaldera setup steps)#65

Merged
deacon-mp merged 1 commit into
masterfrom
fix/readme-revert-stale-atomiccaldera
May 20, 2026
Merged

Revert README to accurate auto-clone docs (undo stale AtomicCaldera setup steps)#65
deacon-mp merged 1 commit into
masterfrom
fix/readme-revert-stale-atomiccaldera

Conversation

@deacon-mp
Copy link
Copy Markdown
Contributor

What

Reverts README.md to the pre-#59 version (commit b909588).

Why

PR #59 (atomicreadme) replaced the accurate plugin docs with the
obsolete AtomicCaldera (xenoscr/atomiccaldera) manual-setup
instructions — clone atomiccaldera, clone mitre/cti, edit
conf/artconf.yml, add atomiccaldera to the plugins list.

None of that applies to this plugin:

  • The plugin is named atomic, not atomiccaldera.
  • It auto-clones atomic-red-team into data/atomic-red-team on
    first enable() (see atomic_svc.clone_atomic_red_team_repo).
  • It reads enterprise-attack.json bundled inside the ART repo
    (data/atomic-red-team/atomic_red_team/enterprise-attack.json) for
    the technique→tactic mapping — no separate mitre/cti clone.
  • There is no conf/artconf.yml; the code never reads such a file.

Scope

Docs-only. Restores the README every other Caldera checkout still
pins, keeping the AtomicCaldera credit in Acknowledgements. No code
changes — the tox/CI fixes and other work that landed after #59 are
untouched.

PR #59 (mitre/atomicreadme) replaced the accurate auto-clone plugin
docs with the obsolete AtomicCaldera (xenoscr/atomiccaldera) manual
setup steps — clone atomiccaldera, clone mitre/cti, edit
conf/artconf.yml, add atomiccaldera to plugins. None of that applies
to this plugin: it auto-clones atomic-red-team into data/ on first
enable() and reads the enterprise-attack.json bundled inside the ART
repo for technique→tactic mapping. There is no conf/artconf.yml, no
separate CTI clone, and the plugin name is `atomic` not
`atomiccaldera`.

Restores README.md from b909588 (the version every other Caldera
checkout still pins), keeping the AtomicCaldera credit in
Acknowledgements. Plugin code (tox CI fixes etc. from later commits)
is unchanged — only the docs revert.
@deacon-mp deacon-mp merged commit 97ffe5d into master May 20, 2026
5 checks passed
@deacon-mp deacon-mp deleted the fix/readme-revert-stale-atomiccaldera branch May 20, 2026 14:41
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