Add AGENTS.md project rules and align current-state documentation #6
Labels
No labels
area/deployment
area/governance
area/metadata
area/pipeline
area/search
type/data
type/design
type/implementation
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Reference
Arkive/arkive#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
Clearly distinguish implemented behavior from plans, proposals, and roadmap intentions.
State that authoritative source text must remain distinguishable from extracted, normalized, translated, summarized, indexed, or AI-generated output.
Document the
main/develop/feature-branch workflow, pull requests todevelop, and HTTPS-only Git access.State the validation and test expectations that apply before commits and pull requests.
Document legal, provenance, safety, and no-source-no-answer boundaries relevant to coding agents.
Identify directories that must not receive unreviewed, generated, downloaded, or unknown-license content.
Correct stale current-state wording and the mistaken reserved Issue #2 reference in the roadmap and architecture documentation.
Keep documentation changes narrowly tied to the new project rules and the repository's actual implemented state.
Metadata schema redesign.
New source documents or generated data.
A broad rewrite of the roadmap or existing policies.
Changes to the Git branch model.
The file explicitly covers implemented-versus-planned behavior, source authority, generated content, branch workflow, required validation, and protected data boundaries.
The roadmap no longer assigns the reserved AGENTS.md work to already-used Issue #2.
Architecture and status documentation no longer claim that the existing schemas, validator, and tests are wholly unimplemented.
No production behavior or data contract changes are introduced.
Run
git diff --check.Run the repository's existing unit-test command and confirm that all current tests still pass.
Confirm that no generated or unreviewed data was added.
Issue completed by merged PR #29.
Implemented:
AGENTS.mdwith model-neutral rules for coding assistants across the Arkive monorepo.Verified:
git diff --checkpython pipeline/validate/validate_records.pypython -m unittest discover -s tests -v— 7 tests passedNo production behavior, metadata contract, policy, source data, generated data, ingestion pipeline, runtime, search, AI, translation, deployment, or unrelated implementation work was changed.
Issue #6 is complete. The repository now has the agent rules and current-state documentation needed for the next development phase. Issue #7 and Issue #8 are unblocked.