chore: gitignore local agent and session working docs - #2
Merged
Conversation
AGENTS.md (a Codex mirror of CLAUDE.md, carrying a local claude-mem block) and the dated docs/end-to-end-debug-audit-*.md working notes sit in the tree untracked. Ignore them so a blanket 'git add -A' before the public flip cannot sweep an internal working doc into the published repo.
404SecNotFound
added a commit
that referenced
this pull request
Sep 1, 2026
…mark PAN-OS/CP (#90) Roadmap 2026-09 Now-items 1, 2, 12, 13 (decisions + cheap positioning edits, no code): - #1 Scope every external claim to generator-verified / delivery-unverified until the first observed rule fire. New README maturity note; the lab test is recorded as a hard launch gate in CLAUDE.md and the roadmap section. - #2 Resolve the identity fork on the record: OSS detection-as-code for detection engineers, CLI-first, web optional (CLAUDE.md + README). - #12 Name the flightsim wedge: log-strings-only, single fail-closed egress, no real infrastructure. Added to the README pitch and the prior-art matrix. - #13 Reframe PAN-OS and Check Point as beta / community-verify ask; lead with 'FortiGate, verified' as the trust anchor (badges, intro, roadmap).
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.
Ignores two untracked files that were sitting in the tree not covered by
.gitignore:AGENTS.md— a Codex mirror ofCLAUDE.mdthat carries a localclaude-memblock (localhost URL).docs/end-to-end-debug-audit-*.md— dated internal working notes (glob, so future ones are covered too).Neither belongs in the published project. Without this, a blanket
git add -Abefore the public flip could sweep an internal working doc into the repo. No source or behaviour change.